paritytech / polkadot-sdk

The Parity Polkadot Blockchain SDK
https://polkadot.com/
1.89k stars 696 forks source link

Fix flaky zombienet tests `zombienet-polkadot-coretime-revenue` #5848

Open pepoviola opened 1 month ago

pepoviola commented 1 month ago

Example: https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/7444000 (fails) Retry works: https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/7444917

cc: @s0me0ne-unkn0wn

s0me0ne-unkn0wn commented 1 month ago

From the logs, I can only guess that the parachain never starts producing blocks. It happened to me sometimes in local tests, and it seemed to me much more like a Zombienet problem. I hoped it was connected with the native provider and would be gone after switching to k8s. It would be interesting to have a look into the collator logs.

pepoviola commented 1 month ago

Hi @s0me0ne-unkn0wn, thanks for looking this. I checked the logs and ehe collator seems producing blocks ok. https://grafana.teleport.parity.io/goto/Z5XCkjgNR?orgId=1

Thx!

s0me0ne-unkn0wn commented 1 month ago

Nope, the relay chain side is producing but the parachain has stuck at the best block №3... I'll try to look into that in the next days.

pepoviola commented 1 month ago

Nope, the relay chain side is producing but the parachain has stuck at the best block №3... I'll try to look into that in the next days.

Ahh my bad, I quickly look and don't realize of the stuck. Thanks!