From c769d5b05b5f155b7898348938b9a415ca50f321 Mon Sep 17 00:00:00 2001 From: ti-srebot <66930949+ti-srebot@users.noreply.github.com> Date: Wed, 2 Sep 2020 17:22:45 +0800 Subject: [PATCH] executor: rename test files for `select into outfi ... (#19528) (#19551) --- executor/select_into_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/executor/select_into_test.go b/executor/select_into_test.go index 18b9136a33d4b..b45968edaf3a8 100644 --- a/executor/select_into_test.go +++ b/executor/select_into_test.go @@ -52,7 +52,7 @@ func (s *testSuite1) TestSelectIntoFileExists(c *C) { func (s *testSuite1) TestSelectIntoOutfileFromTable(c *C) { tmpDir := os.TempDir() - outfile := filepath.Join(tmpDir, "select-into-outfile.data") + outfile := filepath.Join(tmpDir, "TestSelectIntoOutfileFromTable.data") tk := testkit.NewTestKit(c, s.store) tk.MustExec("use test") @@ -94,7 +94,7 @@ func (s *testSuite1) TestSelectIntoOutfileFromTable(c *C) { func (s *testSuite1) TestSelectIntoOutfileConstant(c *C) { tmpDir := os.TempDir() - outfile := filepath.Join(tmpDir, "select-into-outfile.data") + outfile := filepath.Join(tmpDir, "TestSelectIntoOutfileConstant.data") tk := testkit.NewTestKit(c, s.store) // On windows the outfile name looks like "C:\Users\genius\AppData\Local\Temp\select-into-outfile.data", // fmt.Sprintf("%q") is used otherwise the string become