From 8b4a4d1ef48df7972bc8106f6184fe94a3a5a27a Mon Sep 17 00:00:00 2001 From: michaelawyu Date: Sat, 7 Oct 2023 14:13:09 +0800 Subject: [PATCH] Minor fixes --- test/scheduler/pickn_integration_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/scheduler/pickn_integration_test.go b/test/scheduler/pickn_integration_test.go index 519e77d32..5f7c60437 100644 --- a/test/scheduler/pickn_integration_test.go +++ b/test/scheduler/pickn_integration_test.go @@ -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), @@ -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: { @@ -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), @@ -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: {