Skip to content

Commit

Permalink
Adapt to v15
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
  • Loading branch information
shlomi-noach committed Sep 7, 2023
1 parent b681260 commit 00f2cb0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions go/test/endtoend/onlineddl/vrepl/onlineddl_vrepl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -756,15 +756,9 @@ func TestSchemaChange(t *testing.T) {
}
})
})
<<<<<<< HEAD
=======
t.Run("summary: validate sequential migration IDs", func(t *testing.T) {
onlineddl.ValidateSequentialMigrationIDs(t, &vtParams, shards)
})
t.Run("summary: validate completed_timestamp", func(t *testing.T) {
onlineddl.ValidateCompletedTimestamp(t, &vtParams)
})
>>>>>>> f71583b6ef (OnlineDDL: fix nil 'completed_timestamp' for cancelled migrations (#13928))
}

func insertRow(t *testing.T) {
Expand Down

0 comments on commit 00f2cb0

Please sign in to comment.