Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TEST: loosen translog uncommitted size rest test
If a primary executing the only indexing request is on a 6.2 node, the translog uncommitted size will equal to the translog creation size because there is no overhead (eg. multiple empty translog generations) on the old node. Moreover, since other primaries on current nodes did not receive writes, the flush request is no-op on these shards, translog uncommitted size does not change. In this case, the total translog uncommitted size on all primaries equal to the translog creation size. This commit loosens the assertion from less-than to less-than-or-equal to cover this case. Relates #28676
- Loading branch information