We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The test test_if_window_duration_is_zero_no_signatures_are_aggregated_after_reaching_quorum sometimes fails:
test_if_window_duration_is_zero_no_signatures_are_aggregated_after_reaching_quorum
--- STDERR: eigen-services-blsaggregation bls_agg::tests::test_if_window_duration_is_zero_no_signatures_are_aggregated_after_reaching_quorum --- thread 'bls_agg::tests::test_if_window_duration_is_zero_no_signatures_are_aggregated_after_reaching_quorum' panicked at crates/services/bls_aggregation/src/bls_agg.rs:2511:9: assertion `left == right` failed left: Err(ChannelError) right: Err(SignaturesChannelClosed) note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The test
test_if_window_duration_is_zero_no_signatures_are_aggregated_after_reaching_quorum
sometimes fails:The text was updated successfully, but these errors were encountered: