Skip to content

Commit

Permalink
use 3 servers
Browse files Browse the repository at this point in the history
  • Loading branch information
rboyer committed Nov 7, 2023
1 parent 28b8c95 commit d808c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-integ/catalogv2/explicit_destinations_l7_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ type testSplitterFeaturesL7ExplicitDestinationsCreator struct{}
func (c testSplitterFeaturesL7ExplicitDestinationsCreator) NewConfig(t *testing.T) *topology.Config {
const clusterName = "dc1"

servers := topoutil.NewTopologyServerSet(clusterName+"-server", 1 /*3*/, []string{clusterName, "wan"}, nil)
servers := topoutil.NewTopologyServerSet(clusterName+"-server", 3, []string{clusterName, "wan"}, nil)

cluster := &topology.Cluster{
Enterprise: utils.IsEnterprise(),
Expand Down

0 comments on commit d808c18

Please sign in to comment.