File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1015,13 +1015,13 @@ insert into test.t values ("abc"); -- invalid statement
1015
1015
session .DisableRunBootstrapSQLFileInTest ()
1016
1016
1017
1017
// Bootstrap with the second sql file, which would not been executed.
1018
- store , err = mockstore .NewMockStore ()
1018
+ store , err = mockstore .NewMockStore (mockstore . WithStoreType ( mockstore . EmbedUnistore ) )
1019
1019
require .NoError (t , err )
1020
1020
defer func () {
1021
1021
require .NoError (t , store .Close ())
1022
1022
}()
1023
1023
config .GetGlobalConfig ().InitializeSQLFile = sqlFiles [1 ].Name ()
1024
- dom , err = session .BootstrapSession (store , mockstore . WithStoreType ( mockstore . EmbedUnistore ) )
1024
+ dom , err = session .BootstrapSession (store )
1025
1025
require .NoError (t , err )
1026
1026
se := session .CreateSessionAndSetID (t , store )
1027
1027
ctx := context .Background ()
You can’t perform that action at this time.
0 commit comments