Skip to content

Commit 0da1942

Browse files
committed
fix number of docs in test
1 parent f7b9495 commit 0da1942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/java/org/elasticsearch/index/shard/IndexShardTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1988,7 +1988,7 @@ public void testShardFieldStatsWithDeletes() throws IOException {
19881988
boolean liveDocsTrackingEnabled = ShardFieldStats.TRACK_LIVE_DOCS_IN_MEMORY_BYTES.isEnabled();
19891989

19901990
// index some documents
1991-
int numDocs = between(5, 10);
1991+
int numDocs = 10;
19921992
for (int i = 0; i < numDocs; i++) {
19931993
indexDoc(shard, "_doc", "first_" + i, """
19941994
{

0 commit comments

Comments
 (0)