Enable parallel test-run
* `./test-run.py -j [JOBS]` runs tests simultaneously using up to JOBS working threads. If the -j option is given without an argument, test-run will use all available cores on your host. * `./test-run.py` without ``-j` works as usual in sequential mode. * In parallel mode `test/var/00N_XXX` directory contains logs and data files produced by [00N_XXX] thread, like var/ in sequential mode. * `./test-run.py --reproduce ./test/reproduce/00N_XXX.yml` re-produces 00N_XXX failed sequence. Fixes https://github.com/tarantool/test-run/issues/7
Showing
- test-run 1 addition, 1 deletiontest-run
- test/parallel/call.result 0 additions, 385 deletionstest/parallel/call.result
- test/parallel/call.test.py 0 additions, 135 deletionstest/parallel/call.test.py
- test/parallel/parallel.lua 0 additions, 10 deletionstest/parallel/parallel.lua
- test/parallel/suite.ini 0 additions, 7 deletionstest/parallel/suite.ini
Loading
Please register or sign in to comment