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

chainHead/tests: Flaky operation limits test for ensure_operation_limits_works #6456

Open
lexnv opened this issue Nov 12, 2024 · 0 comments
Open
Labels
I2-bug The node fails to follow expected behavior.

Comments

@lexnv
Copy link
Contributor

lexnv commented Nov 12, 2024

Detected by CI run: https://github.com/paritytech/polkadot-sdk/actions/runs/11793900693/job/32850542638?pr=5732

--- TRY 1 STDOUT:        sc-rpc-spec-v2 chain_head::tests::ensure_operation_limits_works ---

running 1 test
test chain_head::tests::ensure_operation_limits_works ... FAILED

failures:

failures:
    chain_head::tests::ensure_operation_limits_works

test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 101 filtered out; finished in 1.48s


--- TRY 1 STDERR:        sc-rpc-spec-v2 chain_head::tests::ensure_operation_limits_works ---
thread 'chain_head::tests::ensure_operation_limits_works' panicked at substrate/client/rpc-spec-v2/src/chain_head/tests.rs:2898:41:
Expected started response
stack backtrace:
   0: rust_begin_unwind
   1: core::panicking::panic_fmt
   2: sc_rpc_spec_v2::chain_head::tests::ensure_operation_limits_works::{{closure}}
   3: tokio::runtime::scheduler::current_thread::Context::enter
   4: tokio::runtime::context::scoped::Scoped<T>::set
   5: tokio::runtime::scheduler::current_thread::CoreGuard::block_on
   6: tokio::runtime::context::runtime::enter_runtime
   7: tokio::runtime::runtime::Runtime::block_on
   8: sc_rpc_spec_v2::chain_head::tests::ensure_operation_limits_works
   9: core::ops::function::FnOnce::call_once
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

 ------------
     Summary [ 507.718s] 4506 tests run: 4501 passed (22 slow, 2 flaky), 5 failed, 4757 skipped
   FLAKY 2/6 [ 244.178s] polkadot-node-core-pvf::it process::execute_worker_killed_during_job
   FLAKY 2/6 [   1.826s] sc-rpc-spec-v2 chain_head::tests::ensure_operation_limits_works

cc @paritytech/subxt-team

@lexnv lexnv added the I2-bug The node fails to follow expected behavior. label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I2-bug The node fails to follow expected behavior.
Projects
None yet
Development

No branches or pull requests

1 participant