You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Injecting Infinite loop into validate_block function using wasm-injector
Kagome Version: 0.9.0-127
Polkadot 0.9.43-ba42b9ce51d
extracted genesis wasm for rococo-staging using polkadot-parachain 1.0.0-2306bfb7565
Zombienet 1.3.65
Polkadot behaviour:
Polkadot throws HardTimeout error and continues working:
2023-09-01 10:17:26.137 INFO tokio-runtime-worker parachain::candidate-validation: Failed to validate candidate para_id=Id(2000) error=InvalidCandidate(HardTimeout)
2023-09-01 10:17:26.137 WARN tokio-runtime-worker parachain::candidate-backing: Validation yielded an invalid candidate candidate_hash=0x1997722630b91344ae40a7f17cc684a99c948926408491b465f407459e336f97 reason=Timeout traceID=34017051940705670366927701642387555497
polkadot_pvf_execution_time has samples in buckets > 2s
No signs of any timeout errors, but it seems the parachain does't make progress as block height stays 0
No samples are written in any kagome_pvf_execution_time buckets
23.09.01 10:10:00.272557 kagome Info ParachainProcessorImpl Starting validation task.(para id=2000, relay parent=0xb37d…04a8, peer=…RC1v16)
23.09.01 10:10:01.206269 grandpa Info GrandpaEnvironment Found best chain is longer than approved: #29 (0xb37d…04a8) > #12 (0x9993…6607); truncate it
Test case: code-size-bad
Injecting Infinite loop into
validate_block
function usingwasm-injector
Kagome Version: 0.9.0-127
Polkadot 0.9.43-ba42b9ce51d
extracted genesis wasm for
rococo-staging
usingpolkadot-parachain 1.0.0-2306bfb7565
Zombienet 1.3.65
Polkadot behaviour:
Polkadot throws
HardTimeout
error and continues working:polkadot_pvf_execution_time
has samples in buckets > 2sKagome behaviour:
No signs of any timeout errors, but it seems the parachain does't make progress as block height stays 0
No samples are written in any
kagome_pvf_execution_time
bucketsLogs:
kagome-execution-time-bad.log
polkadot-execution-time-bad.log
The text was updated successfully, but these errors were encountered: