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

e2e testsuite and testing support for convenient test setups #7002

Closed
mattsse opened this issue Mar 6, 2024 · 1 comment · Fixed by #7075
Closed

e2e testsuite and testing support for convenient test setups #7002

mattsse opened this issue Mar 6, 2024 · 1 comment · Fixed by #7075
Assignees
Labels
C-enhancement New feature or request C-test A change that impacts how or what we test D-good-first-issue Nice and easy! A great choice to get started S-needs-design This issue requires design work to think about how it would best be accomplished

Comments

@mattsse
Copy link
Collaborator

mattsse commented Mar 6, 2024

Describe the feature

with #6972 we have now a crate for e2e testing support

we can iterate on this and extend the functionality

ideally we have a bunch of test helper types that:

  • inject some state into the chain, this can be done via engine api or perhaps directly into the DB before launching
  • run some tests against it

ref for inspiration:

https://github.com/ethereum/hive/blob/master/simulators/ethereum/rpc-compat/main.go#L29-L29

see also .rlp files

fyi @loocapro

Additional context

No response

@mattsse mattsse added C-enhancement New feature or request D-good-first-issue Nice and easy! A great choice to get started S-needs-design This issue requires design work to think about how it would best be accomplished C-test A change that impacts how or what we test labels Mar 6, 2024
@loocapro
Copy link
Contributor

loocapro commented Mar 6, 2024

May I take this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement New feature or request C-test A change that impacts how or what we test D-good-first-issue Nice and easy! A great choice to get started S-needs-design This issue requires design work to think about how it would best be accomplished
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants