[UPD] run_parallel_test: support all test in asyncio

- Support running test in sandbox to fix conflict test
- Support search_class_module for all template
- Add option to run without parallel
- Separate mariadb test to increase speed
- Separate test in multiple test
- Add pool thread, can set max thread
- Keep cache, async copytree, add ignore pattern instead rm
- Support all os command with asyncio
This commit is contained in:
Mathieu Benoit 2022-02-03 22:44:08 -05:00
parent 5065dc2f2a
commit aeaa6933a8
2 changed files with 686 additions and 79 deletions

View file

@ -357,6 +357,8 @@ test_full:
test_full_fast:
./script/make.sh clean
./script/test/run_parallel_test.py
# TODO This test is broken in parallel
./script/make.sh test_code_generator_hello_world
.PHONY: test_base
test_base:

File diff suppressed because it is too large Load diff