From c227f1144b2065974a0f68c88c75949ceb2a90a3 Mon Sep 17 00:00:00 2001 From: Noel Kwan Date: Mon, 30 Sep 2024 20:03:05 +0800 Subject: [PATCH] fix catalog exists --- src/tests/simulation/src/slt.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tests/simulation/src/slt.rs b/src/tests/simulation/src/slt.rs index 7ac5a7b27d70b..7bf9d62d19649 100644 --- a/src/tests/simulation/src/slt.rs +++ b/src/tests/simulation/src/slt.rs @@ -408,6 +408,9 @@ pub async fn run_slt_task( } | SqlCmd::CreateMaterializedView { .. } if i != 0 + // It should not be a gRPC request to meta error, + // otherwise it means that the catalog is not yet populated to fe. + && !e.to_string().contains("gRPC request to meta service failed") && e.to_string().contains("exists") && e.to_string().contains("Catalog error") => {