We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 469dd3c commit 1d1f5c1Copy full SHA for 1d1f5c1
tarantool_test.go
@@ -3126,6 +3126,7 @@ func TestConnectionFeatureOptsImmutable(t *testing.T) {
3126
3127
restartOpts := startOpts
3128
restartOpts.Listen = "127.0.0.1:3014"
3129
+ restartOpts.WorkDir = "work_dir2"
3130
inst, err := test_helpers.StartTarantool(restartOpts)
3131
defer test_helpers.StopTarantoolWithCleanup(inst)
3132
@@ -3318,7 +3319,7 @@ func TestConnection_NewWatcher_reconnect(t *testing.T) {
3318
3319
inst, err := test_helpers.StartTarantool(test_helpers.StartOpts{
3320
InitScript: "config.lua",
3321
Listen: server,
- WorkDir: "work_dir",
3322
+ WorkDir: "work_dir2",
3323
User: opts.User,
3324
Pass: opts.Pass,
3325
WaitStart: 100 * time.Millisecond,
0 commit comments