[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:
parent
5065dc2f2a
commit
aeaa6933a8
2 changed files with 686 additions and 79 deletions
2
Makefile
2
Makefile
|
|
@ -357,6 +357,8 @@ test_full:
|
||||||
test_full_fast:
|
test_full_fast:
|
||||||
./script/make.sh clean
|
./script/make.sh clean
|
||||||
./script/test/run_parallel_test.py
|
./script/test/run_parallel_test.py
|
||||||
|
# TODO This test is broken in parallel
|
||||||
|
./script/make.sh test_code_generator_hello_world
|
||||||
|
|
||||||
.PHONY: test_base
|
.PHONY: test_base
|
||||||
test_base:
|
test_base:
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue