Skip to content

Commit

Permalink
fix load balanced multinode tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-spike committed Dec 2, 2024
1 parent 39a72fc commit b0dc714
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions e2e_multi_node_LB_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (suite *MultiNodeLBCmdTestSuite) TestNodeListCmd() {
true,
`Nodes
,Node,Endpoint,Cluster ID,Version,Visible Nodes
1,Seed,localhost:10000,<cluster-id>,<version>,"{
1,Seed,[INDEX_QUERY INDEX_UPDATE],localhost:10000,<cluster-id>,<version>,"{
1103823447824: [1.1.1.1:10000]
2207646885648: [2.2.2.2:10000]
3311470323472: [3.3.3.3:10000]
Expand All @@ -79,8 +79,8 @@ Possible scenarios:
fmt.Sprintf("node ls --format 1 --no-color --host %s", suite.AvsHostPort.String()),
false,
`Nodes
,Node,Endpoint,Cluster ID,Version,Visible Nodes
1,LB,localhost:10000,<cluster-id>,<version>,"{
,Node,Roles,Endpoint,Cluster ID,Version,Visible Nodes
1,LB,[INDEX_QUERY INDEX_UPDATE],localhost:10000,<cluster-id>,<version>,"{
1103823447824: [1.1.1.1:10000]
2207646885648: [2.2.2.2:10000]
3311470323472: [3.3.3.3:10000]
Expand Down

0 comments on commit b0dc714

Please sign in to comment.