ci: add storage engine workflow to functional test chain (#6971)

This commit is contained in:
hector
2026-08-31 23:05:15 +08:00
committed by GitHub
parent 281e40f1cc
commit 0d1e40ee73
2 changed files with 424 additions and 2 deletions
+2 -2
View File
@@ -129,8 +129,8 @@ jobs:
log_file, out_file = sys.argv[1], sys.argv[2]
ansi = re.compile(r'\x1b\[[0-9;]*m')
start_re = re.compile(r'^---\s+([A-Z]+-[0-9]+)\s+(.+?)\s+---$')
done_re = re.compile(r'^\[(PASS|FAIL|UNSUPPORTED)\]\s+([A-Z]+-[0-9]+)\b')
start_re = re.compile(r'^---\s+([A-Z0-9]+-[0-9]+)\s+(.+?)\s+---$')
done_re = re.compile(r'^\[(PASS|FAIL|UNSUPPORTED)\]\s+([A-Z0-9]+-[0-9]+)\b')
rows = []
index = {}