mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 03:11:40 +00:00
error in return value should be tested
This commit is contained in:
parent
28b6fb5f7d
commit
af0fc11ded
@ -608,6 +608,7 @@ var _ = SIGDescribe("Density", func() {
|
||||
timeout := time.Duration(totalPods/podThroughput)*time.Second + 3*time.Minute
|
||||
// createClients is defined in load.go
|
||||
clients, internalClients, scalesClients, err := createClients(numberOfCollections)
|
||||
framework.ExpectNoError(err)
|
||||
for i := 0; i < numberOfCollections; i++ {
|
||||
nsName := namespaces[i].Name
|
||||
secretNames := []string{}
|
||||
@ -671,7 +672,7 @@ var _ = SIGDescribe("Density", func() {
|
||||
|
||||
// Single client is running out of http2 connections in delete phase, hence we need more.
|
||||
clients, internalClients, scalesClients, err = createClients(2)
|
||||
|
||||
framework.ExpectNoError(err)
|
||||
dConfig := DensityTestConfig{
|
||||
ClientSets: clients,
|
||||
InternalClientsets: internalClients,
|
||||
|
Loading…
Reference in New Issue
Block a user