Revert "Update orchestra to the recent version (#6854)" (#6916)

This reverts commit 5565bb9dbc.
This commit is contained in:
Vsevolod Stakhov
2023-03-20 15:08:05 +00:00
committed by GitHub
parent 2e656dcd6e
commit 6d902ce073
8 changed files with 21 additions and 21 deletions
+2 -3
View File
@@ -661,9 +661,8 @@ where
);
metrics.memory_stats_snapshot(memory_stats_snapshot);
},
Err(e) => {
gum::debug!(target: LOG_TARGET, "Failed to obtain memory stats: {:?}", e)
},
Err(e) =>
gum::debug!(target: LOG_TARGET, "Failed to obtain memory stats: {:?}", e),
}),
Err(_) => {
gum::debug!(
-1
View File
@@ -1034,7 +1034,6 @@ fn overseer_all_subsystems_receive_signals_and_messages() {
#[test]
fn context_holds_onto_message_until_enough_signals_received() {
const CHANNEL_CAPACITY: usize = 1024;
let (candidate_validation_bounded_tx, _) = metered::channel(CHANNEL_CAPACITY);
let (candidate_backing_bounded_tx, _) = metered::channel(CHANNEL_CAPACITY);
let (statement_distribution_bounded_tx, _) = metered::channel(CHANNEL_CAPACITY);