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

Add workflow which verifies that the node is producing blocks #708

Closed
maltekliemann opened this issue Jul 12, 2022 · 3 comments
Closed

Add workflow which verifies that the node is producing blocks #708

maltekliemann opened this issue Jul 12, 2022 · 3 comments
Labels
p:low Low priority, resolution of this issue can wait t:enhancement The issue described an enhancement

Comments

@maltekliemann
Copy link
Contributor

#683 demonstrates that our testing happens in a vacuum. We should add a test which (at the very least) verifies that the node is capable of producing blocks and responds to RPC.

(This could be done just by adding integration tests.)

@maltekliemann maltekliemann added p:low Low priority, resolution of this issue can wait t:enhancement The issue described an enhancement labels Jul 12, 2022
@sea212
Copy link
Member

sea212 commented Jan 4, 2023

We have block production tests using Chopsticks, #917, however it would be still very useful to see whether:

  1. The client connects to a live network and syncs block (can use rpc to see if best block changes within a couple of minutes)
  2. The list of known RPCs works
  3. No memory leak exists.

@maltekliemann
Copy link
Contributor Author

@sea212 @Chralt98 bump

Should also verify that transactions can be sent.

@sea212
Copy link
Member

sea212 commented Feb 22, 2024

Solved in #1194

@sea212 sea212 closed this as completed Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p:low Low priority, resolution of this issue can wait t:enhancement The issue described an enhancement
Projects
None yet
Development

No branches or pull requests

2 participants