We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89aa289 commit e76c01cCopy full SHA for e76c01c
server/src/test/java/org/elasticsearch/index/shard/IndexingStatsTests.java
@@ -66,7 +66,7 @@ public void testStatsAdd_indexCount() {
66
7,
67
8,
68
9,
69
- false, // isThrottled
+ false,
70
10,
71
11,
72
12,
@@ -112,7 +112,7 @@ public void testStatsAdd_writeLoads() {
112
113
114
115
116
117
2_100_000_000L, // totalIndexingTimeSinceShardStartedInNanos - 2.1sec
118
3_000_000_000L, // totalActiveTimeInNanos - 3sec
0 commit comments