Skip to content

Commit dc08180

Browse files
Move PoolClearedError test to a proper section (#1779)
1 parent 6118deb commit dc08180

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

source/transactions/tests/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)