Draft
Conversation
…act check by better accounting. Fixes job004026 <https://www.ravenbrook.com/project/mps/issue/?action=job&job=job004026>. Mitigating GitHub issue #205 <#205> with extra shield type checks.
Member
Author
Member
Author
|
Changelist 191812 does not appear to fix job004026, as this assertion fires in many tests Lines 88 to 90 in 179341b The comment on that assertion is false. I think it used to be true, but various tweaks to the shield have rendered it ineffective. Fixed in 0d56581 by keeping counts of the number of synced segments in the queue, and the number of unsynced segments not in the queue, allowing exact checking of the queue length. |
…ped traces, fixing an assertion in deep checking.
This was
linked to
issues
Mar 31, 2023
…enting it in design.mps.tests.ci.run.other.deep.
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.
Fixing false positive assertions found by deep checking so that deep checking is repaired as a useful too. See #208 .
Adding deep checking to CI so that we will find out promptly if it is broken again. See #208 .
Changing shield functions to take a shield, rather than an arena, so that the shield is naturally checked often. Fixes #205 .
Fixing #206 as described in the issue.