Skip to content

Commit

Permalink
only pass through session
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Jun 10, 2022
1 parent 2ff710e commit d820581
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/cursor/abstract_cursor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ function cleanupCursor(

return executeOperation(
cursor[kClient],
new KillCursorsOperation(cursorId, cursorNs, server, cursor[kOptions]),
new KillCursorsOperation(cursorId, cursorNs, server, { session }),
completeCleanup
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,5 @@ const SKIP = [
];

describe('Load Balancer Unified Tests', function () {
this.timeout(10000);
runUnifiedSuite(loadSpecTests(path.join('load-balancers')), SKIP);
});

0 comments on commit d820581

Please sign in to comment.