-
Notifications
You must be signed in to change notification settings - Fork 87
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
Integration tests. Move EVM tests to the generic framework #1801
Conversation
}); | ||
} | ||
|
||
crate::test_for_runtimes!([development], call); |
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.
When trying with altair
or centrifuge
I obtain a BadOrigin
error (when I call pallet_evm::call()
or pallet_evm::create()
). Do you know what could be the reason?
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.
Not from the top of my head unfortunately, no idea what might cause that.
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.
I guess some constant we use in the test does not match the runtime config... any idea @mustermeiszer?
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.
Leaving this for a future PR
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 for cleaning these up @lemunozm!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1801 +/- ##
==========================================
- Coverage 48.53% 48.53% -0.01%
==========================================
Files 167 167
Lines 13311 13311
==========================================
- Hits 6461 6460 -1
- Misses 6850 6851 +1 ☔ View full report in Codecov by Sentry. |
10dfb46
to
13af112
Compare
13af112
to
b03d7d5
Compare
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.
LGTM! Thanks for moving this
Description
Fix partially #1790
Moving these tests to the generic framework:
NOTE: Blocked byREADYpolkadot-v1.1.0