We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e36423 + 456fdff commit 3453230Copy full SHA for 3453230
src/test/test_mempool.cc
@@ -404,6 +404,7 @@ TEST(mempool, btree_map_test)
404
ASSERT_EQ(0, mempool::osd::allocated_bytes());
405
}
406
407
+#if !defined(__arm__) && !defined(__aarch64__)
408
TEST(mempool, check_shard_select)
409
{
410
const size_t samples = mempool::num_shards * 100;
@@ -432,6 +433,7 @@ TEST(mempool, check_shard_select)
432
433
// the distribution is bad enough to deserve a failure.
434
EXPECT_LT(missed, mempool::num_shards / 2);
435
436
+#endif
437
438
439
int main(int argc, char **argv)
0 commit comments