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

Manual tests of removing the second worker during running #1525

Closed
Kailai-Wang opened this issue Mar 26, 2023 · 3 comments
Closed

Manual tests of removing the second worker during running #1525

Kailai-Wang opened this issue Mar 26, 2023 · 3 comments
Labels
D5-testing testing related tasks I2-medium should be completed within 10 working days Stale

Comments

@Kailai-Wang
Copy link
Collaborator

Context

Imagine both workers diverge like #1524
How can we recover from that, or at least allow one worker to continue working?

We should at least test the following:

  • stop the second worker when it's still running
  • see if worker0 continues working (I assume yes)
  • observe the block production interval (I assume 2x the itp setting, as worker1 can't claim the slot now)
  • can we modify the registry to reduce worker0's block interval to be the same as the itp setting? Or in general we need some extrinsics to be able to manually modify that

✔️ Please set appropriate labels and assignees if applicable.

@Kailai-Wang Kailai-Wang added I2-medium should be completed within 10 working days D3-chore tasks that need to be completed but don’t provide any additional features/functionality labels Mar 26, 2023
@Kailai-Wang Kailai-Wang added D5-testing testing related tasks and removed D3-chore tasks that need to be completed but don’t provide any additional features/functionality labels Apr 28, 2023
@github-actions
Copy link
Contributor

❗ This issue is stale because it has been open for 60 days with no activity.
Remove Stale label or update it, otherwise this issue will be closed in 7 days.
@litentry/parachain

@github-actions github-actions bot added the Stale label Jun 29, 2023
@grumpygreenguy
Copy link
Contributor

We added this as a scenario in CI (which we apparently need to disable because our multiworker setup just ain't working).

@kziemianek
Copy link
Member

Completed in #2316

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
D5-testing testing related tasks I2-medium should be completed within 10 working days Stale
Projects
None yet
Development

No branches or pull requests

3 participants