We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee7abf commit ab94e8aCopy full SHA for ab94e8a
beacon_node/network/src/network_beacon_processor/tests.rs
@@ -729,6 +729,9 @@ async fn import_gossip_block_acceptably_early() {
729
rig.assert_event_journal_completes(&[WorkType::GossipDataColumnSidecar])
730
.await;
731
}
732
+ if num_data_columns > 0 {
733
+ rig.assert_event_journal_completes(&[WorkType::ColumnReconstruction]).await;
734
+ }
735
736
// Note: this section of the code is a bit race-y. We're assuming that we can set the slot clock
737
// and check the head in the time between the block arrived early and when its due for
0 commit comments