Improve getNodes
in test utils to return the correct indexes with the relevant nodes
#3076
Labels
Milestone
We can improve the following function in
test/integration/utils.go
:To return a list of correct node indexes and remove the
getNodeCollections
as suggested in #3069So:
getNodes
would return -> [ListOfIntsCorrespondingToTheNodeIndex] and [ListOfCorrespondingNodes]This would solve the extra duplicate code logic introduced in #3068 while fixing #3065
The text was updated successfully, but these errors were encountered: