Skip to content

Commit

Permalink
[DO NOT MERGE] invoke failure for LBT
Browse files Browse the repository at this point in the history
  • Loading branch information
rustielin committed Sep 1, 2020
1 parent 6797abb commit 3b1d851
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/land-blocking.yml
Expand Up @@ -177,6 +177,7 @@ jobs:
msg_text="$msg_text Report:\nEmpty"
ret=1
fi
ret=1
if [ $ret -ne 0 ]; then
jq -n \
--arg msg $msg_text \
Expand Down
Expand Up @@ -213,6 +213,8 @@ impl Experiment for PerformanceBenchmark {
let futures: Vec<_> = self.down_validators.iter().map(|ic| ic.start()).collect();
try_join_all(futures).await?;

anyhow::bail!("Induce failure");

Ok(())
}

Expand Down

0 comments on commit 3b1d851

Please sign in to comment.