goimports formatting
This commit is contained in:
parent
f23118d73f
commit
a643e7ca0c
5 changed files with 39 additions and 40 deletions
|
@ -724,7 +724,6 @@ func TestRealisClient_PartitionPolicy(t *testing.T) {
|
|||
|
||||
}
|
||||
|
||||
|
||||
func TestRealisClient_UpdateStrategies(t *testing.T) {
|
||||
// Create a single job
|
||||
job := realis.NewJob().
|
||||
|
@ -737,7 +736,6 @@ func TestRealisClient_UpdateStrategies(t *testing.T) {
|
|||
InstanceCount(6).
|
||||
IsService(true)
|
||||
|
||||
|
||||
// Needed to populate the task config correctly
|
||||
assert.NoError(t, job.BuildThermosPayload())
|
||||
|
||||
|
@ -747,7 +745,7 @@ func TestRealisClient_UpdateStrategies(t *testing.T) {
|
|||
}{
|
||||
{
|
||||
jobUpdate: realis.JobUpdateFromAuroraTask(job.AuroraTask()).
|
||||
QueueUpdateStrategy( 2).
|
||||
QueueUpdateStrategy(2).
|
||||
InstanceCount(6).
|
||||
WatchTime(1000),
|
||||
Name: "Queue",
|
||||
|
@ -761,7 +759,7 @@ func TestRealisClient_UpdateStrategies(t *testing.T) {
|
|||
},
|
||||
{
|
||||
jobUpdate: realis.JobUpdateFromAuroraTask(job.AuroraTask()).
|
||||
VariableBatchStrategy(false, 1, 2, 3).
|
||||
VariableBatchStrategy(false, 1, 2, 3).
|
||||
InstanceCount(6).
|
||||
WatchTime(1000),
|
||||
Name: "VarBatch",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue