Skip to content

Commit 1d1f5c1

Browse files
fix workdir
1 parent 469dd3c commit 1d1f5c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tarantool_test.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -3126,6 +3126,7 @@ func TestConnectionFeatureOptsImmutable(t *testing.T) {
31263126

31273127
restartOpts := startOpts
31283128
restartOpts.Listen = "127.0.0.1:3014"
3129+
restartOpts.WorkDir = "work_dir2"
31293130
inst, err := test_helpers.StartTarantool(restartOpts)
31303131
defer test_helpers.StopTarantoolWithCleanup(inst)
31313132

@@ -3318,7 +3319,7 @@ func TestConnection_NewWatcher_reconnect(t *testing.T) {
33183319
inst, err := test_helpers.StartTarantool(test_helpers.StartOpts{
33193320
InitScript: "config.lua",
33203321
Listen: server,
3321-
WorkDir: "work_dir",
3322+
WorkDir: "work_dir2",
33223323
User: opts.User,
33233324
Pass: opts.Pass,
33243325
WaitStart: 100 * time.Millisecond,

0 commit comments

Comments
 (0)