Skip to content

Commit 5f92981

Browse files
committed
npe
1 parent d531e99 commit 5f92981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/logsdb/qa/rolling-upgrade2/src/javaRestTest/java/org/elasticsearch/xpack/logsdb/LogsdbIndexingRollingUpgradeIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public void testIndexing() throws Exception {
112112
search(dataStreamName);
113113
query(dataStreamName);
114114
}
115-
int numNodes = Integer.parseInt(System.getProperty("tests.num_nodes"));
115+
int numNodes = Integer.parseInt(System.getProperty("tests.num_nodes", "3"));
116116
for (int i = 0; i < numNodes; i++) {
117117
upgradeNode(i);
118118
time = time.plusNanos(60 * 30);

0 commit comments

Comments
 (0)