Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
JiamingMai committed Oct 26, 2023
1 parent 1f7bb8a commit 4e3efab
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,8 @@ public void testRegxPatternFileFilter() throws Exception {
Thread.sleep(1000);
}
assertTrue(mOutput.toString().contains("Inodes Processed: 1"));
assertEquals(0, mFileSystem.getStatus(uriA).getInAlluxioPercentage());
assertEquals(100, mFileSystem.getStatus(uriB).getInAlluxioPercentage());
assertEquals(0, mFileSystem.getStatus(uriC).getInAlluxioPercentage());
}
}

0 comments on commit 4e3efab

Please sign in to comment.