Skip to content

Commit 6a425bf

Browse files
authored
chore(shell-api): remove dropped timeseries collStats field from test MONGOSH-1763 (#1956)
This field is gone from most recent server versions. It's probably safe to just ignore this field altogether at this point instead of performing server version detection and adjusting the list of expected keys to account for that.
1 parent 2306b9c commit 6a425bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/shell-api/src/integration.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,6 @@ describe('Shell API (integration)', function () {
940940
'numBucketsClosedDueToCount',
941941
'numBucketsClosedDueToSize',
942942
'numBucketsClosedDueToTimeForward',
943-
'numBucketsClosedDueToTimeBackward',
944943
'numBucketsClosedDueToMemoryThreshold',
945944
'numCommits',
946945
'numWaits',

0 commit comments

Comments
 (0)