We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e0c7e commit f66eb6cCopy full SHA for f66eb6c
tests/suite/reconfig_test.go
@@ -23,6 +23,7 @@ import (
23
"github.com/nginxinc/nginx-gateway-fabric/tests/framework"
24
)
25
26
+// Cluster node size must be greater than or equal to 4 for test to perform correctly.
27
var _ = Describe("Reconfiguration Performance Testing", Ordered, Label("reconfiguration", "nfr"), func() {
28
// used for cleaning up resources
29
const maxResourceCount = 150
0 commit comments