From 027b60482287203f10f06af4dc32271f37a7d41c Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Mon, 24 Jan 2022 10:37:48 +0800 Subject: [PATCH] test: fix non-unique index info in schema storage test (#4371) (#4410) ref pingcap/tiflow#1485 --- cdc/entry/schema_storage_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cdc/entry/schema_storage_test.go b/cdc/entry/schema_storage_test.go index b00ca2f621b..5a4e3f10784 100644 --- a/cdc/entry/schema_storage_test.go +++ b/cdc/entry/schema_storage_test.go @@ -137,8 +137,8 @@ func (*schemaSuite) TestTable(c *check.C) { Length: 10, }, }, - Unique: true, - Primary: true, + Unique: false, + Primary: false, State: timodel.StatePublic, } // table info