-
Notifications
You must be signed in to change notification settings - Fork 77
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
Fixing deep checking and shield checking #209
base: master
Are you sure you want to change the base?
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.
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.
…enting it in design.mps.tests.ci.run.other.deep.
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.