Skip to content

Commit 86b7b86

Browse files
Test plan updated
1 parent 974418c commit 86b7b86

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

TODO.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
## Refactoring
22
* Add arguments checks to most core methods.
3+
* Make Connection#shutdown to use futures properly
34

45
## Tests
56
* Make tests for all message flow scenarios.
6-
* Review other test cases.
7+
+ Review other test cases.
78

89
### Test plan
910
* Errors while authentication
1011
* Errors while simple query process
1112
* Errors while extended query process
12-
* Auto rollback transaction review
13-
* Termination process test
14-
* Ssl interaction test
15-
* Notifications test
16-
* Transactions general test
1713
* Multiple result sets test
18-
* Connection pool general test
14+
* Termination process test
15+
* Prepared statement eviction test
16+
+ Auto rollback transaction review
17+
+ Ssl interaction test
18+
+ Notifications test
19+
+ Transactions general test
20+
+ Connection pool general test
21+
+ Queries pipelining vs errors test
1922
* Connection pool failed connections and abandoned waiters tests
20-
* Queries pipelining vs errors test

0 commit comments

Comments
 (0)