Commit 7aa4c8d
committed
JAVA-2859: Remove extra server session pool
Now that the extra server session pool is gone, it exposed an error
in a ClientSession test which creates two client sessions in a Spock
where clause. Since both sessions are created by Spock in advance of
the test executions, it means that the cleanup check for in-use sessions
triggers after the first test execution completes and asserts that
there is one in-use session.1 parent 94acda5 commit 7aa4c8d
File tree
1 file changed
+5
-6
lines changed- driver-legacy/src/test/functional/com/mongodb
1 file changed
+5
-6
lines changedLines changed: 5 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | 39 | | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
69 | 72 | | |
70 | 73 | | |
71 | 74 | | |
| |||
82 | 85 | | |
83 | 86 | | |
84 | 87 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | 88 | | |
90 | 89 | | |
91 | 90 | | |
| |||
0 commit comments