-
Notifications
You must be signed in to change notification settings - Fork 19
Tests run out of order in integration
tox enviornment
#117
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
Comments
carlcsaposs-canonical
added a commit
that referenced
this issue
Nov 28, 2022
Closes #117 Due to `pytest-order`, integration tests run out of order when run together. Use tox label to run each integration test module separately
Potential solution (run all |
carlcsaposs-canonical
added a commit
that referenced
this issue
Nov 28, 2022
Closes #117 Due to `pytest-order`, integration tests run out of order when run together
carlcsaposs-canonical
added a commit
that referenced
this issue
Dec 6, 2022
Closes #117 Due to `pytest-order`, integration tests run out of order when run together
carlcsaposs-canonical
added a commit
that referenced
this issue
Dec 14, 2022
Closes #117 Due to `pytest-order`, integration tests run out of order when run together
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Bug Description
tox -e integration
runs tests out of order & causes tests in the same Python module to run in different Juju modelsTo Reproduce
tox -e integration
Environment
MicroK8s v1.25.4 revision 4221
juju agent version:
2.9.29
juju cli version:
2.9.37-ubuntu-amd64
tox version:
3.21.4 imported from /usr/lib/python3/dist-packages/tox/__init__.py
Relevant log output (trimmed)
Additional context
Note that
test_charm.py::test_build_and_deploy
runs on Juju modeltest-charm-xptw
andtest_charm.py::test_consistent_data_replication_across_cluster
runs ontest-charm-vjwb
Untrimmed log output:
The text was updated successfully, but these errors were encountered: