@@ -114,7 +114,7 @@ func registerRebalanceLoad(r registry.Registry) {
114
114
func (ctx context.Context , l * logger.Logger , r * rand.Rand , h * mixedversion.Helper ) error {
115
115
binary := uploadCockroach (ctx , t , c , appNode , h .System .FromVersion )
116
116
return rebalanceByLoad (
117
- ctx , t , l , c , rebalanceMode , maxDuration , concurrency , appNode ,
117
+ ctx , t , l , c , maxDuration , concurrency , appNode ,
118
118
fmt .Sprintf ("%s workload" , binary ), numStores , numNodes )
119
119
})
120
120
mvt .Run ()
@@ -123,7 +123,7 @@ func registerRebalanceLoad(r registry.Registry) {
123
123
// a failure it will be available in the artifacts.
124
124
c .Start (ctx , t .L (), startOpts , settings , roachNodes )
125
125
require .NoError (t , rebalanceByLoad (
126
- ctx , t , t .L (), c , rebalanceMode , maxDuration ,
126
+ ctx , t , t .L (), c , maxDuration ,
127
127
concurrency , appNode , "./cockroach workload" , numStores , numNodes ,
128
128
))
129
129
}
@@ -238,7 +238,6 @@ func rebalanceByLoad(
238
238
t test.Test ,
239
239
l * logger.Logger ,
240
240
c cluster.Cluster ,
241
- rebalanceMode string ,
242
241
maxDuration time.Duration ,
243
242
concurrency int ,
244
243
appNode option.NodeListOption ,
0 commit comments