From fd1f707dd7bc309f8ed7b9aa966aa1ce6634a1ef Mon Sep 17 00:00:00 2001 From: lance6716 Date: Mon, 14 Nov 2022 16:18:22 +0800 Subject: [PATCH] fix error message is changed Signed-off-by: lance6716 --- dm/tests/shardddl3/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dm/tests/shardddl3/run.sh b/dm/tests/shardddl3/run.sh index 236488241dd..325cf6716ef 100644 --- a/dm/tests/shardddl3/run.sh +++ b/dm/tests/shardddl3/run.sh @@ -126,7 +126,7 @@ function DM_079_CASE() { run_dm_ctl_with_retry $WORK_DIR "127.0.0.1:$MASTER_PORT" \ "query-status test" \ - "Unsupported drop primary key when the table's pkIsHandle is true" 1 + "Unsupported drop primary key" 1 } function DM_079() {