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

Update moonwall to 5.9.1 and add --bail=1 #779

Merged
merged 3 commits into from
Dec 13, 2024
Merged

Conversation

tmpolaczyk
Copy link
Contributor

@tmpolaczyk tmpolaczyk commented Dec 9, 2024

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

Copy link
Contributor

github-actions bot commented Dec 9, 2024

WASM runtime size check:

Compared to target branch

dancebox 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) ✅

Copy link
Contributor

github-actions bot commented Dec 9, 2024

Coverage Report

(master)

@@                    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             
Files Changed Coverage

Coverage generated Fri Dec 13 11:28:24 UTC 2024

@ParthDesai
Copy link
Contributor

@tmpolaczyk What does --bail=1 do?

@tmpolaczyk
Copy link
Contributor Author

@tmpolaczyk What does --bail=1 do?

Updated PR description

Copy link
Contributor

@ParthDesai ParthDesai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Much needed. Thanks.

@ParthDesai ParthDesai added B0-silent Changes should not be mentioned in any release notes D2-notlive PR doesn't change runtime/client code not-breaking Does not need to be mentioned in breaking changes labels Dec 11, 2024
Copy link
Collaborator

@girazoki girazoki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you @tmpolaczyk

@girazoki girazoki added the D3-trivial PR contains trivial changes in a runtime directory that do not require an audit label Dec 11, 2024
@tmpolaczyk tmpolaczyk merged commit 57704bf into master Dec 13, 2024
44 checks passed
@tmpolaczyk tmpolaczyk deleted the tomasz-update-moonwall2 branch December 13, 2024 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B0-silent Changes should not be mentioned in any release notes D2-notlive PR doesn't change runtime/client code D3-trivial PR contains trivial changes in a runtime directory that do not require an audit not-breaking Does not need to be mentioned in breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants