Skip to content

Commit

Permalink
fix unit test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lizhimins committed Nov 20, 2023
1 parent 723a7b9 commit ef9ac31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public void init() throws IOException {
String filePath = Paths.get(System.getProperty("user.home"), "store_test",
UUID.randomUUID().toString().replace("-", "").substring(0, 8)).toString();
storeConfig = new TieredMessageStoreConfig();
storeConfig.setTieredStoreFilePath(filePath);
storeConfig.setStorePathRootDir(filePath);
storeConfig.setTieredStoreIndexFileMaxHashSlotNum(5);
storeConfig.setTieredStoreIndexFileMaxIndexNum(20);
storeConfig.setTieredBackendServiceProvider("org.apache.rocketmq.tieredstore.provider.posix.PosixFileSegment");
Expand Down

0 comments on commit ef9ac31

Please sign in to comment.