Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

avoid modifying blobless collection during iteration in edge case #6168

Merged
merged 2 commits into from
Apr 3, 2024

Conversation

etan-status
Copy link
Contributor

The fallback when blobless quarantine contains a block with all blobs modifies collection while iterating, potentially asserting if reachable. Using a second loop to process this situation resolves that.

The fallback when blobless quarantine contains a block with all blobs
modifies collection while iterating, potentially asserting if reachable.
Using a second loop to process this situation resolves that.
Copy link

github-actions bot commented Apr 3, 2024

Unit Test Results

         6 files   -        3       750 suites   - 365   23m 2s ⏱️ - 2m 0s
  3 884 tests  -    361    3 838 ✔️  -      60  46 💤  - 301  0 ±0 
11 320 runs   - 5 609  11 228 ✔️  - 5 303  92 💤  - 306  0 ±0 

Results for commit 0363f23. ± Comparison against base commit 6a318d0.

♻️ This comment has been updated with latest results.

@etan-status etan-status merged commit 96e27d9 into unstable Apr 3, 2024
13 checks passed
@etan-status etan-status deleted the dev/etan/df-safeiter branch April 3, 2024 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant