We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f60d5a1 commit 3706a3bCopy full SHA for 3706a3b
hugegraph-loader/src/test/java/org/apache/hugegraph/loader/test/functional/FileLoadTest.java
@@ -1334,7 +1334,9 @@ public void testDirHasMultiFiles() {
1334
"-s", configPath("dir_has_multi_files/schema.groovy"),
1335
"-g", GRAPH,
1336
"-h", SERVER,
1337
- "--test-mode", "true"
+ "--test-mode", "true",
1338
+ // FIXME: Set parser-threads to 1 because values > 1 currently trigger a NullPointerException (NPE).
1339
+ "--parser-threads", "1"
1340
};
1341
loadWithAuth(args);
1342
0 commit comments