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.
73
73
assert len (addresses) > 1
74
74
```
75
75
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.
78
80
79
81
# # Options Inside Transaction Prose Tests.
80
82
@@ -96,6 +98,7 @@ these tests do not run against a standalone server.
96
98
97
99
# # Changelog
98
100
101
+ - 2025 - 03 - 31 : Move PoolClearedError tests to its own section.
99
102
- 2025 - 03 - 27 : Clarify server versions and collection creation for prose test
100
103
- 2024 - 10 - 31 : Add test for PoolClearedError.
101
104
- 2024 - 02 - 15 : Migrated from reStructuredText to Markdown.
You can’t perform that action at this time.
0 commit comments