summaryrefslogtreecommitdiff
path: root/jstests/sharding/resharding_metrics.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/resharding_metrics.js')
-rw-r--r--jstests/sharding/resharding_metrics.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/sharding/resharding_metrics.js b/jstests/sharding/resharding_metrics.js
index e141e68df10..f051634ef7c 100644
--- a/jstests/sharding/resharding_metrics.js
+++ b/jstests/sharding/resharding_metrics.js
@@ -101,6 +101,7 @@ function verifyCurrentOpOutput(reshardingTest, inputCollection) {
"ns": kNamespace,
"originatingCommand": undefined,
"totalOperationTimeElapsedSecs": undefined,
+ "remainingOperationTimeEstimatedSecs": undefined,
"countWritesDuringCriticalSection": 0,
"totalCriticalSectionTimeElapsedSecs": undefined,
"donorState": undefined,
@@ -135,6 +136,7 @@ function verifyCurrentOpOutput(reshardingTest, inputCollection) {
"ns": kNamespace,
"originatingCommand": undefined,
"totalOperationTimeElapsedSecs": undefined,
+ "remainingOperationTimeEstimatedSecs": undefined,
"coordinatorState": undefined,
"opStatus": "running",
});