Skip to content

Commit 2bec253

Browse files
EOD commit
1 parent aa724f3 commit 2bec253

File tree

73 files changed

+2
-1280
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+2
-1280
lines changed

src/cmap/connect.ts

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ import {
3131
MIN_SUPPORTED_SERVER_VERSION,
3232
MIN_SUPPORTED_WIRE_VERSION
3333
} from './wire_protocol/constants';
34-
import { isSharded } from './wire_protocol/shared';
3534

3635
/** @public */
3736
export type Stream = Socket | TLSSocket;

src/sdam/server.ts

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {
88
} from '../cmap/connection_pool';
99
import { PoolClearedError } from '../cmap/errors';
1010
import { type MongoDBResponseConstructor } from '../cmap/wire_protocol/responses';
11-
import { isSharded } from '../cmap/wire_protocol/shared';
1211
import {
1312
APM_EVENTS,
1413
CLOSED,
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
import * as path from 'path';
2-
31
import { loadSpecTests } from '../../spec';
42
import { runUnifiedSuite } from '../../tools/unified-spec-runner/runner';
53

6-
describe.only('Retryable Writes (unified)', function () {
7-
runUnifiedSuite(loadSpecTests(path.join('retryable-writes', 'unified')));
4+
describe('Retryable Writes', function () {
5+
runUnifiedSuite(loadSpecTests('retryable-writes'));
86
});

test/spec/retryable-writes/retryable-writes.md

-781
This file was deleted.

test/spec/retryable-writes/retryable-writes.rst

-4
This file was deleted.

test/spec/retryable-writes/tests/README.md

-341
This file was deleted.

0 commit comments

Comments
 (0)