Skip to content

Commit

Permalink
Update stats integration test again after rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Matusiak <[email protected]>
  • Loading branch information
numerodix committed Aug 11, 2020
1 parent 6b82264 commit 59b06d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/stats_integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ TEST_P(ClusterMemoryTestRunner, MemoryLargeClusterSizeWithFakeSymbolTable) {
// https://github.com/envoyproxy/envoy/issues/12209
// EXPECT_MEMORY_EQ(m_per_cluster, 44949);
}
EXPECT_MEMORY_LE(m_per_cluster, 46500); // Round up to allow platform variations.
EXPECT_MEMORY_LE(m_per_cluster, 47000); // Round up to allow platform variations.
}

TEST_P(ClusterMemoryTestRunner, MemoryLargeClusterSizeWithRealSymbolTable) {
Expand Down Expand Up @@ -386,7 +386,7 @@ TEST_P(ClusterMemoryTestRunner, MemoryLargeClusterSizeWithRealSymbolTable) {
// https://github.com/envoyproxy/envoy/issues/12209
// EXPECT_MEMORY_EQ(m_per_cluster, 37061);
}
EXPECT_MEMORY_LE(m_per_cluster, 38500); // Round up to allow platform variations.
EXPECT_MEMORY_LE(m_per_cluster, 39000); // Round up to allow platform variations.
}

TEST_P(ClusterMemoryTestRunner, MemoryLargeHostSizeWithStats) {
Expand Down

0 comments on commit 59b06d4

Please sign in to comment.