File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const filter = ({ description }) => {
9
9
// a getMore before the killCursors even though the stream is immediately
10
10
// closed.
11
11
// TODO(NODE-3970): implement and reference a node specific integration test for this
12
- return 'TODO(NODE-3970)' ;
12
+ return 'TODO(NODE-3970): implement and reference a node specific integration test for this ' ;
13
13
}
14
14
15
15
if (
@@ -22,7 +22,7 @@ const filter = ({ description }) => {
22
22
// TODO(DRIVERS-1847): The following three tests are skipped pending a decision made on DRIVERS-1847,
23
23
// since pinning the connection on any getMore error is very awkward in node and likely results
24
24
// in sub-optimal pinning.
25
- return 'TODO(DRIVERS-1847)' ;
25
+ return 'TODO(DRIVERS-1847): Skipped pending a decision made on DRIVERS-1847'
26
26
}
27
27
28
28
if ( description === 'errors during the initial connection hello are ignored' ) {
Original file line number Diff line number Diff line change @@ -6,21 +6,21 @@ const filter: TestFilter = ({ description }) => {
6
6
if ( description === 'unpin after transient error within a transaction and commit' ) {
7
7
// OLD COMMENT: commitTransaction retry seems to be swallowed by mongos in this case
8
8
// TODO(NODE-3943):
9
- return `TODO(NODE-3943)` ;
9
+ return `TODO(NODE-3943): commitTransaction retry seems to be swallowed by mongos in this case ` ;
10
10
}
11
11
12
12
if ( description === 'Client side error in command starting transaction' ) {
13
13
// TODO(NODE-2034): Will be implemented as part of NODE-2034
14
- return 'TODO(NODE-2034)' ;
14
+ return 'TODO(NODE-2034): Specify effect of client-side errors on in-progress transactions ' ;
15
15
}
16
16
17
17
if ( description === 'Dirty explicit session is discarded' ) {
18
18
// TODO(NODE-3951): investigate why this is failing while the legacy version is passing
19
- return 'TODO(NODE-3951)' ;
19
+ return 'TODO(NODE-3951): investigate why this is failing while the legacy version is passing ' ;
20
20
}
21
21
22
22
if ( description === 'A successful find event with a getmore and the server kills the cursor' ) {
23
- return 'TODO(NODE-3308)' ;
23
+ return 'TODO(NODE-3308): failures due unnecessary getMore and killCursors calls in 5.0 ' ;
24
24
}
25
25
26
26
if (
You can’t perform that action at this time.
0 commit comments