File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
source/transactions/tests Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,10 @@ driver, use command monitoring instead.
7373 assert len (addresses) > 1
7474 ```
7575
76- 3 . Test that `PoolClearedError` has `TransientTransactionError` label. Since there is no simple way to trigger
77- `PoolClearedError` , this test should be implemented in a way that suites each driver the best.
76+ # # PoolClearedError Prose Test
77+
78+ Test that `PoolClearedError` has `TransientTransactionError` label. Since there is no simple way to trigger
79+ `PoolClearedError` , this test should be implemented in a way that suites each driver the best.
7880
7981# # Options Inside Transaction Prose Tests.
8082
@@ -96,6 +98,7 @@ these tests do not run against a standalone server.
9698
9799# # Changelog
98100
101+ - 2025 - 03 - 31 : Move PoolClearedError tests to its own section.
99102- 2025 - 03 - 27 : Clarify server versions and collection creation for prose test
100103- 2024 - 10 - 31 : Add test for PoolClearedError.
101104- 2024 - 02 - 15 : Migrated from reStructuredText to Markdown.
You can’t perform that action at this time.
0 commit comments