-
Type: Bug
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
The Windows Python 3.10 kmip TestKmsTLSOptions tests needed to be disabled in PYTHON-3004 because they were hanging for 27+ minutes. For example:
[2021/11/13 01:29:46.852] test_01_aws (test_encryption.TestKmsTLSOptions) ... ok [2021/11/13 01:55:42.936] Command stopped early: context canceled [2021/11/13 01:55:42.964] test_02_azure (test_encryption.TestKmsTLSOptions) ... [2021/11/13 01:55:42.968] Running task-timeout commands.
It should be impossible for this test to hang because we set a 10 second connect+socket timeout for KMS connections. More investigation is needed. It would also be great if the timeout task would cause the test suite to print out all tracebacks for all threads.
- is related to
-
MONGOCRYPT-360 mongocrypt_kms_ctx_feed should return an error when given an empty bytes
- Closed