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

Fix failing cache IT #497

Merged
merged 1 commit into from
Oct 27, 2020
Merged
Show file tree
Hide file tree
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 @@ -155,5 +155,8 @@ public class FieldDataCacheDeciderDedicatedMasterITest {
@AErrorPatternIgnored(
pattern = "CacheUtil:getCacheMaxSize()",
reason = "Shard request cache metrics is expected to be missing.")
@AErrorPatternIgnored(
pattern = "OldGenRca:getMaxOldGenSizeOrDefault()",
reason = "Old gen metrics is expected to be missing in this integ test.")
public void testFieldDataCacheAction() {}
}
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ public class ShardRequestCacheDeciderDedicatedMasterITest {
@AErrorPatternIgnored(
pattern = "CacheUtil:getCacheMaxSize()",
reason = "Field data cache metrics is expected to be missing.")
@AErrorPatternIgnored(
pattern = "OldGenRca:getMaxOldGenSizeOrDefault()",
reason = "Old gen metrics is expected to be missing in this integ test.")
public void testShardRequestCacheAction() {
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,8 @@ public class FieldDataCacheDeciderMultiNodeITest {
@AErrorPatternIgnored(
pattern = "CacheUtil:getCacheMaxSize()",
reason = "Shard request cache metrics is expected to be missing.")
@AErrorPatternIgnored(
pattern = "OldGenRca:getMaxOldGenSizeOrDefault()",
reason = "Old gen metrics is expected to be missing in this integ test.")
public void testFieldDataCacheAction() {}
}
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ public class ShardRequestCacheDeciderMultiNodeITest {
@AErrorPatternIgnored(
pattern = "CacheUtil:getCacheMaxSize()",
reason = "Field data cache metrics is expected to be missing.")
@AErrorPatternIgnored(
pattern = "OldGenRca:getMaxOldGenSizeOrDefault()",
reason = "Old gen metrics is expected to be missing in this integ test.")
public void testShardRequestCacheAction() {
}
}