Add ARM ConcurrentCompaction repro coverage and stabilize crash tests - #15124
Open
xingbowang wants to merge 6 commits into
Open
Add ARM ConcurrentCompaction repro coverage and stabilize crash tests#15124xingbowang wants to merge 6 commits into
xingbowang wants to merge 6 commits into
Conversation
…urrent_compaction_repro # Conflicts: # db/compaction/compaction_service_test.cc
✅ clang-tidy: No findings on changed linesCompleted in 314.3s. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CompactionServiceTest.ConcurrentCompaction, exercises normal and coerced-context-switch builds under serial and high-contention runs, and uploads repro artifacts.OpenAndCompactsetup failures in the serialized compaction-service result for better diagnostics.track_and_verify_walsonce per crash-test run, keep WAL enabled when verification is selected, disable verification for best-efforts recovery, and cover the sanitization behavior with unit tests.Test plan
python3 -m unittest tools.db_crashtest_test./compaction_service_test --gtest_filter=CompactionServiceTest.ConcurrentCompaction --gtest_repeat=20git diff --check upstream/main...2026_08_18_arm_concurrent_compaction_repromake check-workflow-yamlwas not run successfully because Ruby is not installed in the local environment. The ARM-specific reproduction matrix is exercised by the new GitHub Actions job.