Skip to content

Commit 617520c

Browse files
committed
add end to end tests for vtgate load balancer work
1 parent d127f64 commit 617520c

File tree

6 files changed

+618
-3
lines changed

6 files changed

+618
-3
lines changed

go/test/endtoend/cluster/cluster_process.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@ func (cluster *LocalProcessCluster) AddShard(keyspaceName string, shardName stri
454454
HTTPPort: cluster.GetAndReservePort(),
455455
GrpcPort: cluster.GetAndReservePort(),
456456
MySQLPort: cluster.GetAndReservePort(),
457+
Cell: cluster.Cell,
457458
Alias: fmt.Sprintf("%s-%010d", cluster.Cell, tabletUID),
458459
}
459460
if i == 0 { // Make the first one as primary

0 commit comments

Comments
 (0)