Skip to content

Commit

Permalink
fix some test error
Browse files Browse the repository at this point in the history
  • Loading branch information
luoyuxia committed Dec 2, 2024
1 parent 10f08ae commit 9dadd6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ public static class Builder {
public Builder() {
// reduce testing resources
clusterConf.set(ConfigOptions.NETTY_SERVER_NUM_NETWORK_THREADS, 1);
clusterConf.set(ConfigOptions.NETTY_SERVER_NUM_WORKER_THREADS, 3);
clusterConf.set(ConfigOptions.NETTY_SERVER_NUM_WORKER_THREADS, 1);
}

/** Sets the number of tablet servers. */
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<test.unit.pattern>**/*Test.*</test.unit.pattern>
<test.skip.coverage>true</test.skip.coverage>
<fluss.forkCount>1C</fluss.forkCount>
<fluss.reuseForks>true</fluss.reuseForks>
<fluss.reuseForks>false</fluss.reuseForks>

<!-- library versions in fluss-shaded -->
<fluss.shaded.version>2.2</fluss.shaded.version>
Expand Down

0 comments on commit 9dadd6d

Please sign in to comment.