-
Notifications
You must be signed in to change notification settings - Fork 53
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
Update moonwall to 5.9.1 and add --bail=1 #779
Conversation
Make test failures faster
WASM runtime size check:Compared to target branchdancebox runtime: 1428 KB (no changes) ✅ flashbox runtime: 824 KB (no changes) ✅ dancelight runtime: 2132 KB (+2132 KB) container chain template simple runtime: 1124 KB (-4296 KB) ✅ container chain template frontier runtime: 1400 KB (-5152 KB) ✅ |
Coverage Report@@ Coverage Diff @@
## master tomasz-update-moonwall2 +/- ##
==========================================================
Coverage 65.28% 65.28% 0.00%
Files 325 325
Lines 56845 56845
==========================================================
Hits 37109 37109
Misses 19736 19736
|
@tmpolaczyk What does |
Updated PR description |
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.
Much needed. Thanks.
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.
thank you @tmpolaczyk
The --bail=1 flag makes the tests stop on the first failure, as opposed to always executing all the tests. The zombie_data_preservers tests takes 40 minutes to fail because it waits for several tests to fail with timeout, with this it should fail in 10 minutes.
https://stackoverflow.com/a/78969381
Requires node 22