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

Fix flaky heap size increase integration test #516

Merged
merged 1 commit into from
Nov 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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