Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomi Noach <[email protected]>
  • Loading branch information
shlomi-noach committed Sep 7, 2023
1 parent 2e403f9 commit dd16823
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions go/test/endtoend/onlineddl/vtgate_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ import (
"github.com/stretchr/testify/require"
)

<<<<<<< HEAD
=======
const (
ThrottledAppsTimeout = 60 * time.Second
)

var (
testsStartupTime time.Time
)
Expand All @@ -49,7 +43,6 @@ func init() {
testsStartupTime = time.Now()
}

>>>>>>> f71583b6ef (OnlineDDL: fix nil 'completed_timestamp' for cancelled migrations (#13928))
// VtgateExecQuery runs a query on VTGate using given query params
func VtgateExecQuery(t *testing.T, vtParams *mysql.ConnParams, query string, expectError string) *sqltypes.Result {
t.Helper()
Expand Down Expand Up @@ -359,8 +352,6 @@ func WaitForThrottledTimestamp(t *testing.T, vtParams *mysql.ConnParams, uuid st
t.Error("timeout waiting for last_throttled_timestamp to have nonempty value")
return
}
<<<<<<< HEAD
=======

// ValidateSequentialMigrationIDs validates that schem_migrations.id column, which is an AUTO_INCREMENT, does
// not have gaps
Expand Down Expand Up @@ -426,4 +417,3 @@ func ValidateCompletedTimestamp(t *testing.T, vtParams *mysql.ConnParams) {
}
assert.NotZero(t, completedTimestampNumValidations)
}
>>>>>>> f71583b6ef (OnlineDDL: fix nil 'completed_timestamp' for cancelled migrations (#13928))

0 comments on commit dd16823

Please sign in to comment.