]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
interval_set: Fix test_interval_set.cc
authorAlex Ainscow <aainscow@uk.ibm.com>
Thu, 23 Jan 2025 16:56:25 +0000 (16:56 +0000)
committerAlex Ainscow <aainscow@uk.ibm.com>
Mon, 27 Jan 2025 11:20:01 +0000 (11:20 +0000)
commit9fce4f03c402287b277cda7cc407e630f4e1b40c
treed606272a593c6bf1797777e65cf12276b8520d79
parent757fe1c8c59f486b5dcdbb9d7f596d7b3f7ee102
interval_set: Fix test_interval_set.cc

Here we duplicate all the original tests which used "insert" to verify they also pass with "union_insert". All new tests are modified to use "union_of" and "union_insert"

Signed-off-by: Alex Ainscow <aainscow@uk.ibm.com>
src/test/common/test_interval_set.cc