Skip to content

Commit

Permalink
Merge pull request #97702 from jayunit100/patch-21
Browse files Browse the repository at this point in the history
set numberOfWorkers for netpol suite to the ideal value (3) that is n…
  • Loading branch information
k8s-ci-robot committed Jan 7, 2021
2 parents 5150d2f + ba0a870 commit 611aff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/network/netpol/probe.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type ProbeJobResults struct {

// ProbePodToPodConnectivity runs a series of probes in kube, and records the results in `testCase.Reachability`
func ProbePodToPodConnectivity(k8s *kubeManager, model *Model, testCase *TestCase) {
numberOfWorkers := 30
numberOfWorkers := 3 // See https://github.com/kubernetes/kubernetes/pull/97690
allPods := model.AllPods()
size := len(allPods) * len(allPods)
jobs := make(chan *ProbeJob, size)
Expand Down

0 comments on commit 611aff9

Please sign in to comment.