test.py: enable xml validation
Following https://github.com/scylladb/scylladb/issues/4774#issuecomment-1752089862 Adding back xml validation Closes: https://github.com/scylladb/scylla-pkg/issues/3441 Closes scylladb/scylladb#16198
This commit is contained in:
committed by
Botond Dénes
parent
3ed6925673
commit
c3ee53f3be
2
test.py
2
test.py
@@ -1142,7 +1142,7 @@ async def run_test(test: Test, options: argparse.Namespace, gentle_kill=False, e
|
||||
except Exception as e:
|
||||
print("")
|
||||
print(test.name + ": " + palette.crit("failed to parse XML output: {}".format(e)))
|
||||
# return False
|
||||
return False
|
||||
return True
|
||||
except (asyncio.TimeoutError, asyncio.CancelledError) as e:
|
||||
test.is_cancelled = True
|
||||
|
||||
Reference in New Issue
Block a user