From 7649f61d26d6dacbc114363a4ccac1630aca3fc7 Mon Sep 17 00:00:00 2001 From: Dousir9 <736191200@qq.com> Date: Tue, 27 Dec 2022 16:52:39 +0800 Subject: [PATCH] change the name of the test case --- executor/writetest/write_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/executor/writetest/write_test.go b/executor/writetest/write_test.go index 62c2db66ad334..d18ba955fee54 100644 --- a/executor/writetest/write_test.go +++ b/executor/writetest/write_test.go @@ -592,7 +592,7 @@ commit;` tk.MustQuery("show warnings").Check(testkit.Rows("Warning 1526 Table has no partition for value 3")) } -func TestIssue39847(t *testing.T) { +func TestIssue38950(t *testing.T) { store := testkit.CreateMockStore(t) var cfg kv.InjectionConfig tk := testkit.NewTestKit(t, kv.NewInjectedStore(store, &cfg))