-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Backport] [Segment Replication] Added mixed and rolling upgrade bwc …
…test (#7537) (#7626) * [Segment Replication] Added mixed and rolling upgrade bwc test (#7537) * [Segment Replication] Added mixed cluster bwc test Signed-off-by: Suraj Singh <[email protected]> * Remove unnecessary gradle task for segrep Signed-off-by: Suraj Singh <[email protected]> * Spotless fix Signed-off-by: Suraj Singh <[email protected]> * Spotless fix Signed-off-by: Suraj Singh <[email protected]> * [Segment Replication] Rolling upgrade test Signed-off-by: Suraj Singh <[email protected]> * PR feedback and cleanup Signed-off-by: Suraj Singh <[email protected]> * Verify replica doc count only when it is assigned Signed-off-by: Suraj Singh <[email protected]> * Remove wait for yellow cluster Signed-off-by: Suraj Singh <[email protected]> --------- Signed-off-by: Suraj Singh <[email protected]> (cherry picked from commit 0788feb) Add version check to skip test for 1.x bwc branches Signed-off-by: Suraj Singh <[email protected]> * [Segment Replication] Wait for shard relocation before building node to shard allocation map (#7876) * [Segment Replication] Wait for shard relocation before building node to shard allocation map Signed-off-by: Suraj Singh <[email protected]> * Remove unused imports Signed-off-by: Suraj Singh <[email protected]> --------- Signed-off-by: Suraj Singh <[email protected]> Fix imports Signed-off-by: Suraj Singh <[email protected]> * [Segment Replication] Update segrep bwc tests to verify replica checkpoints and skip tests for 1.x bwc versions (#8203) * [Segment Replication] Verify segment replication stats in bwc test Signed-off-by: Suraj Singh <[email protected]> * Log cleanup Signed-off-by: Suraj Singh <[email protected]> * Spotless check Signed-off-by: Suraj Singh <[email protected]> * Add version check to skip test for 1.x bwc branches Signed-off-by: Suraj Singh <[email protected]> * Add version check to skip test for 1.x bwc branches for mixed clusters Signed-off-by: Suraj Singh <[email protected]> * Add version string in build to identify bwc version Signed-off-by: Suraj Singh <[email protected]> * Use correct bwc version string Signed-off-by: Suraj Singh <[email protected]> * Address review comments from #7626 Signed-off-by: Suraj Singh <[email protected]> --------- Signed-off-by: Suraj Singh <[email protected]> [Segment Replication] Use _cat/segments vs index stats + _search to verify doc count Signed-off-by: Suraj Singh <[email protected]> Self review Signed-off-by: Suraj Singh <[email protected]> remove unused imports Signed-off-by: Suraj Singh <[email protected]> Handle 0 doc count segments Signed-off-by: Suraj Singh <[email protected]> Add missing import statement Signed-off-by: Suraj Singh <[email protected]> * [Segment Replication] Update bwc test to rely on segments for verification (#8267) * [Segment Replication] Use _cat/segments vs index stats + _search to verify doc count Signed-off-by: Suraj Singh <[email protected]> Self review Signed-off-by: Suraj Singh <[email protected]> remove unused imports Signed-off-by: Suraj Singh <[email protected]> Handle 0 doc count segments Signed-off-by: Suraj Singh <[email protected]> * Use 1 minute timeout for assertBusy validations and comments Signed-off-by: Suraj Singh <[email protected]> --------- Signed-off-by: Suraj Singh <[email protected]> Add missing import statement Signed-off-by: Suraj Singh <[email protected]> * Fix missing import Signed-off-by: Suraj Singh <[email protected]> * Logger change Signed-off-by: Suraj Singh <[email protected]> --------- Signed-off-by: Suraj Singh <[email protected]>
- Loading branch information
1 parent
3d77004
commit 90d1da2
Showing
3 changed files
with
301 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters