-
Type: Bug
-
Resolution: Works as Designed
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.11
-
Component/s: Tests
-
None
test_ocsp_cache.TestOcspCache.test_invalidate failed:
[2020/05/14 21:44:49.794] FAIL [-1.850s]: test_invalidate (test_ocsp_cache.TestOcspCache)
[2020/05/14 21:44:49.794] ----------------------------------------------------------------------
[2020/05/14 21:44:49.794] Traceback (most recent call last):
[2020/05/14 21:44:49.794] File "/data/mci/ff8ae2680608b6291c99607436d7e7cc/src/test/test_ocsp_cache.py", line 119, in test_invalidate
[2020/05/14 21:44:49.794] _ = self.cache[request]
[2020/05/14 21:44:49.794] AssertionError: KeyError not raised
The strange thing is that the test output claims the test ran in -1.850 seconds:
[2020/05/14 21:43:08.283] test_unicode (test_objectid.TestObjectId) ... ok (0.001s) [2020/05/14 21:43:06.433] test_invalidate (test_ocsp_cache.TestOcspCache) ... FAIL (-1.850s) [2020/05/14 21:43:06.435] test_non_existent (test_ocsp_cache.TestOcspCache) ... ok (0.002s)
- related to
-
PYTHON-2132 Cache OCSP responses
- Closed