Skip to content

Commit 3706a3b

Browse files
committed
[feat] Add unit tests
1 parent f60d5a1 commit 3706a3b

File tree

1 file changed

+3
-1
lines changed
  • hugegraph-loader/src/test/java/org/apache/hugegraph/loader/test/functional

1 file changed

+3
-1
lines changed

hugegraph-loader/src/test/java/org/apache/hugegraph/loader/test/functional/FileLoadTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1334,7 +1334,9 @@ public void testDirHasMultiFiles() {
13341334
"-s", configPath("dir_has_multi_files/schema.groovy"),
13351335
"-g", GRAPH,
13361336
"-h", SERVER,
1337-
"--test-mode", "true"
1337+
"--test-mode", "true",
1338+
// FIXME: Set parser-threads to 1 because values > 1 currently trigger a NullPointerException (NPE).
1339+
"--parser-threads", "1"
13381340
};
13391341
loadWithAuth(args);
13401342

0 commit comments

Comments
 (0)