-
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
Smoke tests for Data Preservers pallet #751
Conversation
WASM runtime size check:Compared to target branchdancebox runtime: 1412 KB (no changes) ✅ flashbox runtime: 832 KB (no changes) ✅ dancelight runtime: 2008 KB (no changes) ✅ container chain template simple runtime: 1088 KB (no changes) ✅ container chain template frontier runtime: 1388 KB (no changes) ✅ |
Coverage Report@@ Coverage Diff @@
## master jeremy-data-preserver-smoke +/- ##
==============================================================
Coverage 65.34% 65.34% 0.00%
Files 310 310
Lines 54174 54174
==============================================================
Hits 35395 35395
Misses 18779 18779
|
@nanocryk data preservers is a pallet common in dancebox, flashbox and dancelight. Therefore we should add the test in the proper folder (smoke-test-common-all) |
Test idea: assigned bootnodes have a valid URL (starts with ws or http, not a decode error, etc). |
@nanocryk can we add this small test? |
Add smoke tests for this pallet:
Feel free to suggest other smoke test ideas.