mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 09:02:00 +00:00
Reverse tests order
This commit is contained in:
parent
7e46044474
commit
16bd99493b
@ -93,7 +93,7 @@ def main(args):
|
|||||||
print("Won't run stateful tests because test data wasn't loaded. See README.txt.")
|
print("Won't run stateful tests because test data wasn't loaded. See README.txt.")
|
||||||
continue
|
continue
|
||||||
|
|
||||||
for case in sorted(filter(lambda case: re.search(args.test, case) if args.test else True, os.listdir(suite_dir))):
|
for case in sorted(filter(lambda case: re.search(args.test, case) if args.test else True, os.listdir(suite_dir)), reverse=True):
|
||||||
if SERVER_DIED:
|
if SERVER_DIED:
|
||||||
break
|
break
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user