diff --git a/api/tests/integration_tests/vdb/tidb_vector/check_tiflash_ready.py b/api/tests/integration_tests/vdb/tidb_vector/check_tiflash_ready.py index 0cdd1fd6ffa7f7..40d0f3d84c998c 100644 --- a/api/tests/integration_tests/vdb/tidb_vector/check_tiflash_ready.py +++ b/api/tests/integration_tests/vdb/tidb_vector/check_tiflash_ready.py @@ -47,7 +47,7 @@ def main(): time.sleep(retry_interval_seconds) if is_tiflash_ready: - print("TiFlash is not ready in TiDB.") + print("TiFlash is ready in TiDB.") else: print(f"TiFlash is not ready in TiDB after {max_attempts} attempting checks.") exit(1)