Skip to content

Commit

Permalink
move helper constants in order to fix correct access to them
Browse files Browse the repository at this point in the history
Signed-off-by: Vilius Okockis <[email protected]>
  • Loading branch information
DeathBorn committed Sep 25, 2024
1 parent e7dcde8 commit 3fac811
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 3 additions & 0 deletions go/test/endtoend/vreplication/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ import (
"vitess.io/vitess/go/vt/wrangler"
)

// BACKPORT: Required for test to work https://github.com/vitessio/vitess/commit/8037f43d00934e9420e657859021dc0245aa35b8
const (
defaultTimeout = 30 * time.Second
defaultTick = 1 * time.Second
workflowStateTimeout = 90 * time.Second
)

Expand Down
6 changes: 0 additions & 6 deletions go/test/endtoend/vreplication/vschema_load_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ import (
"vitess.io/vitess/go/vt/vtgate/vtgateconn"
)

// BACKPORT: Required for test to work https://github.com/vitessio/vitess/commit/8037f43d00934e9420e657859021dc0245aa35b8
const (
defaultTick = 1 * time.Second
defaultTimeout = 30 * time.Second
)

// TestVSchemaChangesUnderLoad tests vstreamer under a load of high binlog events and simultaneous multiple vschema changes
// see https://github.com/vitessio/vitess/issues/11169
func TestVSchemaChangesUnderLoad(t *testing.T) {
Expand Down

0 comments on commit 3fac811

Please sign in to comment.