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

Rename zombienet config files and test folders to match suite name #771

Merged
merged 3 commits into from
Dec 2, 2024

Conversation

tmpolaczyk
Copy link
Contributor

@tmpolaczyk tmpolaczyk commented Dec 2, 2024

Simplify naming scheme of zombienet tests. Make suite name the only thing you need to remember, because it's already part of the command you run. Changes:

  • Config file (configs/zombie_tanssi.json)
  • Suite folder (suites/zombie_tanssi)
  • Test filename (suites/zombie_tanssi/test_zombie_tanssi.ts)

For the rare cases where two different suites use the same config, I choose the most significant one. For example, both "zombie_tanssi" and "zombie_flashbox" use the "suites/zombie_tanssi" folder.

@tmpolaczyk tmpolaczyk 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 2, 2024
Copy link
Contributor

github-actions bot commented Dec 2, 2024

WASM runtime size check:

Compared to target branch

dancebox runtime: 1424 KB (no changes) ✅

flashbox runtime: 820 KB (no changes) ✅

dancelight runtime: 2104 KB (no changes) ✅

container chain template simple runtime: 1124 KB (no changes) ✅

container chain template frontier runtime: 1400 KB (no changes) ✅

Copy link
Contributor

github-actions bot commented Dec 2, 2024

Coverage Report

(master)

@@                      Coverage Diff                       @@
##           master   tomasz-zombie-naming-refact     +/-   ##
==============================================================
  Coverage   64.57%                        64.57%   0.00%     
  Files         320                           320             
  Lines       55407                         55407             
==============================================================
  Hits        35777                         35777             
  Misses      19630                         19630             
Files Changed Coverage

Coverage generated Mon Dec 2 10:31:20 UTC 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.

I think it's a great change. Thanks @tmpolaczyk !

@tmpolaczyk tmpolaczyk merged commit 4d0b412 into master Dec 2, 2024
46 checks passed
@tmpolaczyk tmpolaczyk deleted the tomasz-zombie-naming-refact branch December 2, 2024 12:17
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 not-breaking Does not need to be mentioned in breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants