Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Fix flaky heap size increase integration test (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktkrg committed Nov 17, 2020
1 parent e451007 commit ab582b6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,11 @@ public class HeapSizeIncreaseDedicatedMasterIT {
pattern = "PersistableSlidingWindow:<init>()",
reason = "Persistence base path can be null for integration test."
)
@AErrorPatternIgnored(
pattern = "OldGenRca:getMaxHeapSizeOrDefault()",
reason = "This method is called by HighHeapUsageOldGenRca which is not part of the jvm "
+ "sizing rcas."
)
public void testHeapSizeIncreaseDedicatedMaster() {

}
Expand Down

0 comments on commit ab582b6

Please sign in to comment.