From fd4e78eb6be163441e62ca1bb3e157d40cfe401e Mon Sep 17 00:00:00 2001 From: diphantxm Date: Fri, 20 Sep 2024 03:08:48 +0300 Subject: [PATCH] fix regress error msg --- test/regress/tests/coordinator/expected/coordinator.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/regress/tests/coordinator/expected/coordinator.out b/test/regress/tests/coordinator/expected/coordinator.out index c61e944c7..c3333b5e9 100644 --- a/test/regress/tests/coordinator/expected/coordinator.out +++ b/test/regress/tests/coordinator/expected/coordinator.out @@ -45,7 +45,7 @@ SHOW key_ranges; (1 row) CREATE KEY RANGE krid2 FROM 33 ROUTE TO nonexistentshard FOR DISTRIBUTION ds1; -ERROR: unknown shard nonexistentshard +ERROR: shard "nonexistentshard" not found. DROP DISTRIBUTION ALL CASCADE; drop distribution ------------------------