Failing on MongoDB latest as of 12/17:
[2020/12/17 22:05:57.952] db version v4.9.0-alpha-1044-g42dae28 [2020/12/17 22:05:57.952] Build Info: { [2020/12/17 22:05:57.952] "version": "4.9.0-alpha-1044-g42dae28", [2020/12/17 22:05:57.952] "gitVersion": "42dae28cbff75e5e71199bdb6946673fc61b3436", [2020/12/17 22:05:57.952] "openSSLVersion": "OpenSSL 1.0.1e-fips 11 Feb 2013", [2020/12/17 22:05:57.952] "modules": [ [2020/12/17 22:05:57.952] "enterprise" [2020/12/17 22:05:57.952] ], [2020/12/17 22:05:57.952] "allocator": "tcmalloc", [2020/12/17 22:05:57.952] "environment": { [2020/12/17 22:05:57.952] "distmod": "rhel62", [2020/12/17 22:05:57.952] "distarch": "x86_64", [2020/12/17 22:05:57.952] "target_arch": "x86_64" [2020/12/17 22:05:57.952] } [2020/12/17 22:05:57.952] } [2020/12/17 22:05:57.955] + ./mongodb/bin/mongod --version ... [2020/12/17 22:09:19.931] FAIL [0.524s]: test_monitor_waits_after_server_check_error (test_streaming_protocol.TestStreamingProtocol) [2020/12/17 22:09:19.931] ---------------------------------------------------------------------- [2020/12/17 22:09:19.931] Traceback (most recent call last): [2020/12/17 22:09:19.931] File "/data/mci/371f5b8cfcf03b08d0704f99df5c9606/src/test/__init__.py", line 458, in wrap [2020/12/17 22:09:19.931] return f(*args, **kwargs) [2020/12/17 22:09:19.931] File "/data/mci/371f5b8cfcf03b08d0704f99df5c9606/src/test/__init__.py", line 458, in wrap [2020/12/17 22:09:19.931] return f(*args, **kwargs) [2020/12/17 22:09:19.931] File "/data/mci/371f5b8cfcf03b08d0704f99df5c9606/src/test/test_streaming_protocol.py", line 167, in test_monitor_waits_after_server_check_error [2020/12/17 22:09:19.931] self.assertGreaterEqual(duration, 2) [2020/12/17 22:09:19.931] AssertionError: 0.5178313255310059 not greater than or equal to 2
- is caused by
-
PYTHON-2318 Testing Data Lake with Drivers
- Closed