Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Works as Designed
-
3.11
-
None
-
None
Description
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)
|
Attachments
Issue Links
- related to
-
PYTHON-2132 Cache OCSP responses
-
- Closed
-