Skip to content

Commit

Permalink
chore(shell-api): remove dropped timeseries collStats field from test M…
Browse files Browse the repository at this point in the history
…ONGOSH-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.
  • Loading branch information
addaleax committed Apr 22, 2024
1 parent 2306b9c commit 6a425bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/shell-api/src/integration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,6 @@ describe('Shell API (integration)', function () {
'numBucketsClosedDueToCount',
'numBucketsClosedDueToSize',
'numBucketsClosedDueToTimeForward',
'numBucketsClosedDueToTimeBackward',
'numBucketsClosedDueToMemoryThreshold',
'numCommits',
'numWaits',
Expand Down

0 comments on commit 6a425bf

Please sign in to comment.