-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Tests
[2020/11/23 22:40:40.673] FAIL [0.241s]: test_continuous_network_errors (test_client.TestClient)
[2020/11/23 22:40:40.673] ----------------------------------------------------------------------
[2020/11/23 22:40:40.673] Traceback (most recent call last):
[2020/11/23 22:40:40.673] File "/data/mci/a9a0fb6f3f409ac6a1d2c8fe270b349f/src/test/test_client.py", line 1645, in test_continuous_network_errors
[2020/11/23 22:40:40.673] self.assertAlmostEqual(initial_count, final_count, delta=5)
[2020/11/23 22:40:40.673] AssertionError: 20 != 14 within 5 delta (6 difference)
This is just a flake. We should increase the delta from 5 to 10 to avoid these false positives.
- related to
-
PYTHON-2433 Growth of ServerDescription and AutoReconnect objects leads to memory leak
- Closed