Skip to content

Commit

Permalink
Merge pull request #4605 from eval-exec/exec/fix-ci-2
Browse files Browse the repository at this point in the history
Integration Test: wait find unverified blocks finish for all specs
  • Loading branch information
eval-exec authored Aug 22, 2024
2 parents 75728e6 + 47dc5ed commit 83ac99f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ feature-depth = 1
# A list of advisory IDs to ignore. Note that ignored advisories will still
# output a note when they are encountered.
ignore = [
# https://rustsec.org/advisories/RUSTSEC-2024-0363
# https://github.com/launchbadge/sqlx/issues/3440
# The queries for the rich indexer receive input parameters via RPC, and the data size is far less than 4GB, so this issue can be temporarily ignored while waiting for sqlx to be fixed.
"RUSTSEC-2024-0363",
# https://rustsec.org/advisories/RUSTSEC-2022-0090
# It was sometimes possible for SQLite versions >= 1.0.12, < 3.39.2 to allow an array-bounds overflow when large string were input into SQLite's `printf` function.
"RUSTSEC-2022-0090",
Expand Down
1 change: 1 addition & 0 deletions test/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,7 @@ impl Node {
}
};

self.wait_find_unverified_blocks_finished();
self.wait_tx_pool_ready();

self.set_process_guard(ProcessGuard {
Expand Down

0 comments on commit 83ac99f

Please sign in to comment.