test_max_staleness.TestMaxStaleness.test_last_write_date failed in Evergreen:
FAILURE: 1530040938.0 not greater than 1530040938.0 (AssertionError) Traceback (most recent call last): File "/data/mci/0f2a18c7f52d53a62bb4706481db156d/src/test/__init__.py", line 404, in wrap return f(*args, **kwargs) File "/data/mci/0f2a18c7f52d53a62bb4706481db156d/src/test/__init__.py", line 404, in wrap return f(*args, **kwargs) File "/data/mci/0f2a18c7f52d53a62bb4706481db156d/src/test/test_max_staleness.py", line 132, in test_last_write_date self.assertGreater(server.description.last_write_date, last_write) AssertionError: 1530040938.0 not greater than 1530040938.0 system-out:
I believe this is just a race condition in the test suite. We should either increase the sleep time after the second write or we should decrease the heartbeatFrequencyMS for this test.
- is related to
-
PYTHON-2218 Test failure - test_max_staleness.TestMaxStaleness.test_last_write_date
- Closed