Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit 2d6a681

Browse files
BillyDonahueEvergreen Agent
authored andcommitted
SERVER-54580 refresh expected enum strings in resharding_metrics.js
1 parent 0fe8780 commit 2d6a681

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jstests/sharding/resharding_metrics.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function verifyCurrentOpOutput(reshardingTest, inputCollection) {
106106
"countWritesDuringCriticalSection": 0,
107107
"totalCriticalSectionTimeElapsed": undefined,
108108
"donorState": undefined,
109-
"opStatus": "actively running",
109+
"opStatus": "running",
110110
});
111111
});
112112

@@ -127,7 +127,7 @@ function verifyCurrentOpOutput(reshardingTest, inputCollection) {
127127
"oplogEntriesApplied": undefined,
128128
"totalApplyTimeElapsed": undefined,
129129
"recipientState": undefined,
130-
"opStatus": "actively running",
130+
"opStatus": "running",
131131
});
132132
});
133133

@@ -139,7 +139,7 @@ function verifyCurrentOpOutput(reshardingTest, inputCollection) {
139139
"totalOperationTimeElapsed": undefined,
140140
"remainingOperationTimeEstimated": undefined,
141141
"coordinatorState": undefined,
142-
"opStatus": "actively running",
142+
"opStatus": "running",
143143
});
144144
}
145145

0 commit comments

Comments
 (0)