]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/common: skip google tests which create core dumps in test_interval_set 62397/head
authorAlex Ainscow <aainscow@uk.ibm.com>
Wed, 19 Mar 2025 13:59:35 +0000 (13:59 +0000)
committerAlex Ainscow <aainscow@uk.ibm.com>
Wed, 19 Mar 2025 14:03:30 +0000 (14:03 +0000)
commite4147a0988ad2cdfe0f7b4b1eb7a6c5c4a2ce9fa
treecbfb45dfa6409c59b2d36a881cfe54c2c5d7592e
parenteb4c3bf417802a355c907a6ba91ffb97f6f543a9
test/common: skip google tests which create core dumps in test_interval_set

CI Pipelines are being broken because this test is creating a number of core dumps. This
does not make the test fail, but it does create some core dumps. This appears to be
breaking something in the CI pipeline.  This commit is a workaround and I will find a
better solution later.

Fixes: https://tracker.ceph.com/issues/70543
Signed-off-by: Alex Ainscow <aainscow@uk.ibm.com>
src/test/common/test_interval_set.cc