Skip to content

Commit

Permalink
delete unused code in vreplication e2e tests (#15378)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Mason <andrew@planetscale.com>
  • Loading branch information
Andrew Mason authored Feb 28, 2024
1 parent f4debb9 commit 0200369
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions go/test/endtoend/vreplication/cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,6 @@ type Keyspace struct {
VSchema string
Schema string
SidecarDBName string

numReplicas int
numRDOnly int
}

// Shard represents a Vitess shard in a keyspace
Expand Down
4 changes: 0 additions & 4 deletions go/test/endtoend/vreplication/fk_ext_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ import (
binlogdatapb "vitess.io/vitess/go/vt/proto/binlogdata"
)

const (
shardStatusWaitTimeout = 30 * time.Second
)

var (
//go:embed schema/fkext/source_schema.sql
FKExtSourceSchema string
Expand Down
2 changes: 0 additions & 2 deletions go/test/endtoend/vreplication/performance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ create table largebin(pid int, maindata varbinary(4096), primary key(pid));
create table customer(cid int, name varbinary(128), meta json default null, typ enum('individual','soho','enterprise'), sport set('football','cricket','baseball'),ts timestamp not null default current_timestamp, primary key(cid)) CHARSET=utf8mb4;
`

const defaultCellName = "zone1"

const sourceKs = "stress_src"
const targetKs = "stress_tgt"

Expand Down

0 comments on commit 0200369

Please sign in to comment.