mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-11 23:45:15 +00:00
In this test, we verify that the LocalCheckpointTracker is initialized with the operations of the safe commit. And the test fails because Engine#Index does not implement the equals method (should not implement as it consists of a mutable ParsedDocument). Closes #36470