Skip to content

Commit

Permalink
[MINOR] improvement(mr): Add @test to activate test case (#923)
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
Add @test to activate test case

### Why are the changes needed?

Just for Add @test to activate test case

### Does this PR introduce _any_ user-facing change?
No.

### How was this patch tested?
unit test
  • Loading branch information
lifeSo committed Jun 2, 2023
1 parent f7c1c43 commit d09cdc2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ public void writeAndReadDataMergeFailsTestWithRss() throws Throwable {
assertEquals(2, ((MockMergeManagerImpl)merger).happenedFails.size());
}

@Test
public void testCodecIsDuplicated() throws Exception {
fs = FileSystem.getLocal(conf);
BZip2Codec codec = new BZip2Codec();
Expand Down

0 comments on commit d09cdc2

Please sign in to comment.