Skip to content

Commit

Permalink
CI: rename TestSchemaChange to distinguish the tests (#16694)
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomi Noach <[email protected]>
  • Loading branch information
shlomi-noach authored Sep 3, 2024
1 parent dbbcd06 commit 9137c5b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion go/test/endtoend/onlineddl/flow/onlineddl_flow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ func TestMain(m *testing.M) {

}

func TestSchemaChange(t *testing.T) {
func TestOnlineDDLFlow(t *testing.T) {
defer cluster.PanicHandler(t)
ctx := context.Background()

Expand Down
2 changes: 1 addition & 1 deletion go/test/endtoend/onlineddl/revert/onlineddl_revert_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ func TestMain(m *testing.M) {

}

func TestSchemaChange(t *testing.T) {
func TestRevertSchemaChanges(t *testing.T) {
defer cluster.PanicHandler(t)
shards = clusterInstance.Keyspaces[0].Shards
require.Equal(t, 1, len(shards))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ func TestMain(m *testing.M) {

}

func TestSchemaChange(t *testing.T) {
func TestSchedulerSchemaChanges(t *testing.T) {

throttler.EnableLagThrottlerAndWaitForStatus(t, clusterInstance)

Expand Down
2 changes: 1 addition & 1 deletion go/test/endtoend/onlineddl/vrepl/onlineddl_vrepl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ func TestMain(m *testing.M) {

}

func TestSchemaChange(t *testing.T) {
func TestVreplSchemaChanges(t *testing.T) {
defer cluster.PanicHandler(t)

shards = clusterInstance.Keyspaces[0].Shards
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ func TestMain(m *testing.M) {

}

func TestSchemaChange(t *testing.T) {
func TestVreplMiniStressSchemaChanges(t *testing.T) {
defer cluster.PanicHandler(t)

ctx := context.Background()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ func TestMain(m *testing.M) {

}

func TestSchemaChange(t *testing.T) {
func TestVreplStressSchemaChanges(t *testing.T) {
defer cluster.PanicHandler(t)

shards = clusterInstance.Keyspaces[0].Shards
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func TestMain(m *testing.M) {

}

func TestSchemaChange(t *testing.T) {
func TestVreplSuiteSchemaChanges(t *testing.T) {
defer cluster.PanicHandler(t)

shards := clusterInstance.Keyspaces[0].Shards
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func TestMain(m *testing.M) {

}

func TestSchemaChange(t *testing.T) {
func TestSchemadiffSchemaChanges(t *testing.T) {
defer cluster.PanicHandler(t)

shards := clusterInstance.Keyspaces[0].Shards
Expand Down

0 comments on commit 9137c5b

Please sign in to comment.