From ecd687e093d64b3a1347bb65795aa31374dc0ae7 Mon Sep 17 00:00:00 2001 From: Eval EXEC Date: Fri, 9 Feb 2024 10:46:47 +0800 Subject: [PATCH] IndexerService: fix exit exit signal bats test --- util/app-config/src/tests/graceful_shutdown.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/app-config/src/tests/graceful_shutdown.bats b/util/app-config/src/tests/graceful_shutdown.bats index 6d6aa5e82e..17ac2661b3 100644 --- a/util/app-config/src/tests/graceful_shutdown.bats +++ b/util/app-config/src/tests/graceful_shutdown.bats @@ -26,7 +26,7 @@ function ckb_graceful_shutdown { #@test assert_output --regexp "INFO ckb_tx_pool::chunk_process TxPool chunk_command service received exit signal, exit now" assert_output --regexp "INFO ckb_tx_pool::service TxPool is saving, please wait..." assert_output --regexp "INFO ckb_tx_pool::service TxPool reorg process service received exit signal, exit now" - assert_output --regexp "INFO ckb_indexer::service Indexer received exit signal, cancel new_block_watcher task, exit now" + assert_output --regexp "INFO ckb_indexer::service Indexer received exit signal, exit now" assert_output --regexp "INFO ckb_notify NotifyService received exit signal, exit now" assert_output --regexp "INFO ckb_block_filter::filter BlockFilter received exit signal, exit now" assert_output --regexp "INFO ckb_sync::types::header_map HeaderMap limit_memory received exit signal, exit now"