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

[Bug]: Finalization stop #2375

Open
ErakhtinB opened this issue Feb 13, 2025 · 0 comments
Open

[Bug]: Finalization stop #2375

ErakhtinB opened this issue Feb 13, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@ErakhtinB
Copy link
Contributor

Bug Summary

In zombie test finalization might stop at some point

Bug Description

In zombie test finalization might stop at some point

Steps to Reproduce

Run toml below with ./zombienet-linux-x64 spawn -p native test.toml

timeout = 1000

[relaychain]
chain = "rococo-local"

[relaychain.default_resources]
limits = { memory = "4G", cpu = "2" }
requests = { memory = "2G", cpu = "1" }

  [[relaychain.nodes]]
  name = "alice"
  args = [ "--alice", "-lparachain=debug,runtime=debug" ]

  [[relaychain.nodes]]
  name = "bob"
  command = "kagome"
  prometheus_prefix = "kagome"
  args = [ "--ferdie", "--wasm-execution Compiled", "-lparachain=debug", "-lnetwork=debug"]

[[parachains]]
id = 2000
addToGenesis = true
genesis_state_generator = "undying-collator export-genesis-state --pov-size=100000 --pvf-complexity=1"

  [parachains.collator]
  name = "collator01"
  command = "undying-collator"
  args = ["-lparachain=debug", "--pov-size=100000", "--pvf-complexity=1", "--parachain-id=2000"]

[types.Header]
number = "u64"
parent_hash = "Hash"
post_state = "Hash"

Effects of the Bug

After certain moment we stop getting messages like
25.02.13 11:04:51.676872 main_runner Info BlockTree Finalized block #62 (0xf597…73bd)
And start getting messages like this and no longer about finalization
Found best chain is longer than approved: #68 (0x872f…ea17) > #62

kagome.log

Expected Behavior

No response

System Information

5.15.167.4-microsoft-standard-WSL2
gcc (Ubuntu 13.1.0-8ubuntu1~22.04) 13.1.0
e00be38

Additional Context

No response

@ErakhtinB ErakhtinB added the bug Something isn't working label Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant