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:
Yaron Kaikov
2023-11-28 10:42:47 +02:00
committed by Botond Dénes
parent 3ed6925673
commit c3ee53f3be

View File

@@ -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