Commit 326fa1c
committed
TEST: init unassigned gcp in testAcquireIndexCommit
The global checkpoint should be assigned to unassigned rather than 0. If
a single document is indexed and the global checkpoint is initialized
with 0, the first commit is safe which the test does not suppose.
Relates #280381 parent 95cdf12 commit 326fa1c
File tree
1 file changed
+1
-1
lines changed- server/src/test/java/org/elasticsearch/index/engine
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4342 | 4342 | | |
4343 | 4343 | | |
4344 | 4344 | | |
4345 | | - | |
| 4345 | + | |
4346 | 4346 | | |
4347 | 4347 | | |
4348 | 4348 | | |
| |||
0 commit comments