We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When testing different versions of internal libraries (for example, luatest), I want to see the versions of internal libraries when I run tests
$ ./test-run.py --force --long Started ./test-run.py --force --long Running in parallel with 12 workers Timeout options: ------------------- SERVER_START_TIMEOUT: 90 REPLICATION_SYNC_TIMEOUT: 100 TEST_TIMEOUT: 110 NO_OUTPUT_TIMEOUT: 120 Collecting tests in 'app' (Found 28 tests): application server tests. Collecting tests in 'app-luatest' (Found 55 tests): application server tests on luatest.
$ ./test-run.py --force --long Started ./test-run.py --force --long Test-run version: <version> Luatest version: <version> <Some library>: <version> Running in parallel with 12 workers Timeout options: ------------------- SERVER_START_TIMEOUT: 90 REPLICATION_SYNC_TIMEOUT: 100 ...
The text was updated successfully, but these errors were encountered:
ochaplashkin
No branches or pull requests
When testing different versions of internal libraries (for example, luatest), I want to see the versions of internal libraries when I run tests
Actual stdout
Expected stdout
The text was updated successfully, but these errors were encountered: