Skip to content

Commit a402984

Browse files
committed
fix ci.
1 parent e854c0a commit a402984

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

util/app-config/src/tests/ckb_run_replay.bats

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function ckb_run { #@test
2424
run _ckb_run
2525
[ "$status" -eq 0 ]
2626
# assert_output --regexp "ckb_chain::chain.*block number:.*, hash:.*, size:.*, cycles:.*"
27-
assert_output --regexp "INFO ckb_bin all tokio tasks and threads have exited, ckb shutdown"
27+
assert_output --regexp "INFO ckb_bin All tokio tasks and threads have exited. CKB shutdown"
2828
}
2929

3030
function ckb_replay { #@test

util/app-config/src/tests/graceful_shutdown.bats

+5-5
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ function ckb_graceful_shutdown { #@test
3232
assert_output --regexp "INFO ckb_sync::types::header_map HeaderMap limit_memory received exit signal, exit now"
3333
assert_output --regexp "INFO ckb_network::network NetworkService receive exit signal, start shutdown..."
3434
assert_output --regexp "INFO ckb_network::network NetworkService shutdown now"
35-
assert_output --regexp "INFO ckb_tx_pool::process TxPool save successfully"
35+
assert_output --regexp "INFO ckb_tx_pool::process TxPool saved successfully"
3636
assert_output --regexp "INFO ckb_tx_pool::service TxPool process_service exit now"
37-
assert_output --regexp "INFO ckb_stop_handler::stop_register wait thread ChainService done"
38-
assert_output --regexp "INFO ckb_stop_handler::stop_register wait thread BlockDownload done"
39-
assert_output --regexp "INFO ckb_bin waiting all tokio tasks exit..."
40-
assert_output --regexp "INFO ckb_bin all tokio tasks and threads have exited, ckb shutdown"
37+
assert_output --regexp "INFO ckb_stop_handler::stop_register Waiting thread ChainService done"
38+
assert_output --regexp "INFO ckb_stop_handler::stop_register Waiting thread BlockDownload done"
39+
assert_output --regexp "INFO ckb_bin Waiting for all tokio tasks to exit..."
40+
assert_output --regexp "INFO ckb_bin All tokio tasks and threads have exited. CKB shutdown"
4141
}
4242

4343
teardown_file() {

0 commit comments

Comments
 (0)