Skip to content

Commit

Permalink
fix ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanYuan committed Nov 28, 2023
1 parent e854c0a commit e710632
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion util/app-config/src/tests/ckb_run_replay.bats
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function ckb_run { #@test
run _ckb_run
[ "$status" -eq 0 ]
# assert_output --regexp "ckb_chain::chain.*block number:.*, hash:.*, size:.*, cycles:.*"
assert_output --regexp "INFO ckb_bin all tokio tasks and threads have exited, ckb shutdown"
assert_output --regexp "INFO ckb_bin All tokio tasks and threads have exited. CKB shutdown"
}

function ckb_replay { #@test
Expand Down
6 changes: 3 additions & 3 deletions util/app-config/src/tests/graceful_shutdown.bats
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ function ckb_graceful_shutdown { #@test
assert_output --regexp "INFO ckb_sync::types::header_map HeaderMap limit_memory received exit signal, exit now"
assert_output --regexp "INFO ckb_network::network NetworkService receive exit signal, start shutdown..."
assert_output --regexp "INFO ckb_network::network NetworkService shutdown now"
assert_output --regexp "INFO ckb_tx_pool::process TxPool save successfully"
assert_output --regexp "INFO ckb_tx_pool::process TxPool saved successfully"
assert_output --regexp "INFO ckb_tx_pool::service TxPool process_service exit now"
assert_output --regexp "INFO ckb_stop_handler::stop_register wait thread ChainService done"
assert_output --regexp "INFO ckb_stop_handler::stop_register wait thread BlockDownload done"
assert_output --regexp "INFO ckb_bin waiting all tokio tasks exit..."
assert_output --regexp "INFO ckb_bin all tokio tasks and threads have exited, ckb shutdown"
assert_output --regexp "INFO ckb_bin Waiting for all tokio tasks to exit..."
assert_output --regexp "INFO ckb_bin All tokio tasks and threads have exited. CKB shutdown"
}

teardown_file() {
Expand Down

0 comments on commit e710632

Please sign in to comment.