Skip to content

Commit

Permalink
QA: Set better node names on rolling restart tests
Browse files Browse the repository at this point in the history
These should help with debugging failures.
  • Loading branch information
nik9000 committed Jun 7, 2018
1 parent c5104fd commit c0abfe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qa/rolling-upgrade/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ for (Version version : bwcVersions.wireCompatible) {
* just stopped's data directory. */
dataDir = { nodeNumber -> oldClusterTest.nodes[stopNode].dataDir }
setting 'repositories.url.allowed_urls', 'http://snapshot.test*'
setting 'node.name', "upgraded-node-${stopNode}"
}
}

Expand Down

0 comments on commit c0abfe7

Please sign in to comment.