Bug #58418
unittest mempool always fail on Arm64 CI node
0%
Description
57: /root/ceph/src/test/test_mempool.cc:433: Failure
57: Expected: (missed) < (mempool::num_shards / 2), actual: 28 vs 16
57: [ FAILED ] mempool.check_shard_select (497 ms)
57: [----------] 16 tests from mempool (518 ms total)
57:
57: [----------] Global test environment tear-down
57: [==========] 16 tests from 1 test suite ran. (518 ms total)
57: [ PASSED ] 15 tests.
57: [ FAILED ] 1 test, listed below:
57: [ FAILED ] mempool.check_shard_select
57:
57: 1 FAILED TEST
1/1 Test #57: unittest_mempool .................***Failed 0.83 sec
[==========] Running 16 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 16 tests from mempool
[ RUN ] mempool.vector_context
[ OK ] mempool.vector_context (0 ms)
[ RUN ] mempool.list_context
[ OK ] mempool.list_context (1 ms)
[ RUN ] mempool.set_context
[ OK ] mempool.set_context (1 ms)
[ RUN ] mempool.test_factory
[ OK ] mempool.test_factory (0 ms)
[ RUN ] mempool.vector
[ OK ] mempool.vector (0 ms)
[ RUN ] mempool.set
[ OK ] mempool.set (0 ms)
[ RUN ] mempool.map
[ OK ] mempool.map (0 ms)
[ RUN ] mempool.list
[ OK ] mempool.list (0 ms)
[ RUN ] mempool.dump
[ OK ] mempool.dump (9 ms)
[ RUN ] mempool.unordered_map
[ OK ] mempool.unordered_map (0 ms)
[ RUN ] mempool.string_test
[ OK ] mempool.string_test (0 ms)
[ RUN ] mempool.bufferlist
before 0
after 1048576
[ OK ] mempool.bufferlist (0 ms)
[ RUN ] mempool.bufferlist_reassign
anon b 0
anon a 0
[ OK ] mempool.bufferlist_reassign (1 ms)
[ RUN ] mempool.bufferlist_c_str
[ OK ] mempool.bufferlist_c_str (5 ms)
[ RUN ] mempool.btree_map_test
[ OK ] mempool.btree_map_test (4 ms)
[ RUN ] mempool.check_shard_select
/root/ceph/src/test/test_mempool.cc:433: Failure
Expected: (missed) < (mempool::num_shards / 2), actual: 28 vs 16
[ FAILED ] mempool.check_shard_select (497 ms)
[----------] 16 tests from mempool (518 ms total)
[----------] Global test environment tear-down
[==========] 16 tests from 1 test suite ran. (518 ms total)
[ PASSED ] 15 tests.
[ FAILED ] 1 test, listed below:
[ FAILED ] mempool.check_shard_select
1 FAILED TEST
0% tests passed, 1 tests failed out of 1
Total Test time (real) = 0.93 sec
The following tests FAILED:
57 - unittest_mempool (Failed)
History
#1 Updated by Adam Kupczyk about 2 months ago
- Assignee set to Adam Kupczyk