Skip to content
New issue

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

Show the version of internal libraries before running tests #379

Open
ochaplashkin opened this issue Apr 20, 2023 · 0 comments
Open

Show the version of internal libraries before running tests #379

ochaplashkin opened this issue Apr 20, 2023 · 0 comments
Assignees
Labels
feature A new functionality

Comments

@ochaplashkin
Copy link
Contributor

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

$ ./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.

Expected stdout

$ ./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
...
@ochaplashkin ochaplashkin added the feature A new functionality label Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new functionality
Projects
None yet
Development

No branches or pull requests

2 participants