File tree 1 file changed +10
-8
lines changed
1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
1
## Refactoring
2
2
* Add arguments checks to most core methods.
3
+ * Make Connection#shutdown to use futures properly
3
4
4
5
## Tests
5
6
* Make tests for all message flow scenarios.
6
- * Review other test cases.
7
+ + Review other test cases.
7
8
8
9
### Test plan
9
10
* Errors while authentication
10
11
* Errors while simple query process
11
12
* 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
17
13
* 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
19
22
* Connection pool failed connections and abandoned waiters tests
20
- * Queries pipelining vs errors test
You can’t perform that action at this time.
0 commit comments