-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Test Improvement
-
None
-
Java Drivers
-
Not Needed
-
The test should notify all asynchronous writers of an exception in InternalStreamConnectionSpecification is taking 3 minutes to complete. Running git bisect identified this commit as the culprit:
commit d6e3799a00af45310e0250d2c1f5e7429f9ce544 Author: Maxim Katcharov <maxim.katcharov@mongodb.com> Date: Wed May 29 11:38:23 2024 -0600 Add throwTranslatedWriteException, refactoring, async helper (#1379) JAVA-5379
Prior to this commit, the test completes in about 125 ms.
I'm initially suspecting that the test, which uses mocks, needs to be changed, but it could also be a regression.