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
test_rollback sometimes fails with the below error. This could be a race condition in the test or a bug in rollback handling.
test_rollback
FAIL: test_rollback (tests.test_elastic.TestElastic) Test behavior during a MongoDB rollback. Traceback (most recent call last): File "/home/travis/build/mongodb-labs/elastic2-doc-manager/tests/test_elastic2.py", line 240, in test_rollback assert_soon(lambda: self._count() == 3) File "/home/travis/build/mongodb-labs/elastic2-doc-manager/.eggs/mongo_connector-2.4.1-py2.7.egg/mongo_connector/test_utils.py", line 260, in assert_soon raise AssertionError(message or "") AssertionError
The text was updated successfully, but these errors were encountered:
No branches or pull requests
test_rollback
sometimes fails with the below error. This could be a race condition in the test or a bug in rollback handling.The text was updated successfully, but these errors were encountered: