-
Notifications
You must be signed in to change notification settings - Fork 208
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
test(SwingSet): Run bootstrap test vat controllers to completion #4678
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So that solves the mystery of why the test broke for me when I tried to replace the loop of c.step()
calls with a c.run()
and now I feel kinda stupid :-)
Not at all, I didn't see it until running buildVatController with
|
Yeah, but the error message 'target has no method "bootstrap"' pretty much tells the whole story, AND IT WAS RIGHT THERE... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect. One nit: please put the closes #4632
line in the git commit comment, not just the GitHub discussion comment, so later code archaeologists can work their way back to the original issue and any discussion. (obviously not a lot for this issue, but it's a general practice I want to encourage).
f074f2f
to
566da6d
Compare
closes: #4632
Description
Replace manual
step()
calls withrun()
in SwingSet vat controller testing.Security Considerations
n/a
Documentation Considerations
n/a
Testing Considerations
See above.