Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loosen checks in REST test for PIT slicing (elastic#75261)
Since the index may have more than one shard, we can't always predict how many documents will fall in each slice. This PR simply removes the checks, since we already test the slicing logic extensively in an integration test. The REST test is now just a sanity check for the API. Fixes elastic#75212.
- Loading branch information