Skip to content

Commit

Permalink
Fix test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurschreiber committed Oct 25, 2024
1 parent 615d1df commit 0a8787e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/logic/migrator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ func TestMigrate(t *testing.T) {
migrationContext.HeartbeatIntervalMilliseconds = 100
migrationContext.ServeSocketFile = "/tmp/gh-ost.sock"
migrationContext.ThrottleHTTPIntervalMillis = 100
migrationContext.NumWorkers = 8

migrationContext.InspectorConnectionConfig = &mysql.ConnectionConfig{
ImpliedKey: &mysql.InstanceKey{
Expand Down

0 comments on commit 0a8787e

Please sign in to comment.