Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelawyu committed Oct 7, 2023
1 parent b0609f0 commit 8b4a4d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/scheduler/pickn_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ var _ = Describe("scheduling CRPs of the PickN placement type", func() {
memberCluster3EastCanary: &zeroScore,
memberCluster4CentralProd: &zeroScore,
// Cluster 5 is picked in the second iteration, as placing resources on it does
// not violate any topology spread constraits + does not increase the skew. It
// not violate any topology spread constraints + does not increase the skew. It
// is assigned a topology spread score of 0 as the skew is unchanged.
memberCluster5CentralProd: {
AffinityScore: pointer.Int32(0),
Expand Down Expand Up @@ -734,7 +734,7 @@ var _ = Describe("scheduling CRPs of the PickN placement type", func() {
TopologySpreadScore: pointer.Int32(1),
},
// Cluster 5 is picked in the second iteration, as placing resources on it does
// not violate any topology spread constraits + does not increase the skew. It
// not violate any topology spread constraints + does not increase the skew. It
// is assigned a topology spread score of 0 as the skew is unchanged for both
// topology spread constraints.
memberCluster5CentralProd: {
Expand Down Expand Up @@ -834,7 +834,7 @@ var _ = Describe("scheduling CRPs of the PickN placement type", func() {
memberCluster3EastCanary: &zeroScore,
memberCluster4CentralProd: &zeroScore,
// Cluster 5 is picked in the second iteration, as placing resources on it does
// not violate any topology spread constraits + does not increase the skew. It
// not violate any topology spread constraints + does not increase the skew. It
// is assigned a topology spread score of 0 as the skew is unchanged.
memberCluster5CentralProd: {
AffinityScore: pointer.Int32(0),
Expand Down Expand Up @@ -958,7 +958,7 @@ var _ = Describe("scheduling CRPs of the PickN placement type", func() {
TopologySpreadScore: pointer.Int32(1),
},
// Cluster 5 is picked in the second iteration, as placing resources on it does
// not violate any topology spread constraits + does not increase the skew. It
// not violate any topology spread constraints + does not increase the skew. It
// is assigned a topology spread score of 0 as the skew is unchanged for both
// topology spread constraints.
memberCluster5CentralProd: {
Expand Down

0 comments on commit 8b4a4d1

Please sign in to comment.