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

Write more node e2e tests #6626

Closed
mattsse opened this issue Feb 16, 2024 · 2 comments · Fixed by #6972
Closed

Write more node e2e tests #6626

mattsse opened this issue Feb 16, 2024 · 2 comments · Fixed by #6972
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

Comments

@mattsse
Copy link
Collaborator

mattsse commented Feb 16, 2024

Describe the feature

with #6611 with now have a convenient way to launch a test node.

No we can write proper e2e tests for this we can start with a new testing crate node-tests
In there we want various test setups:

  • launch node, use engine API to advance the chain, reorgs etc..
  • query new state via RPC, blocks, transactions, tracing
  • query state via network, by launching a separate peer and connecting to the node, see TestNet in reth-network
  • etc...

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 C-test A change that impacts how or what we test labels Feb 16, 2024
@loocapro
Copy link
Contributor

I can take this

@mattsse
Copy link
Collaborator Author

mattsse commented Feb 16, 2024

will ping once merged

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
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants