]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
test/crimson/seastore/test_transaction_manager: the scatter_allocation case shouldn...
authorXuehan Xu <xuxuehan@qianxin.com>
Sat, 9 May 2026 02:15:24 +0000 (10:15 +0800)
committerXuehan Xu <xuxuehan@qianxin.com>
Sat, 23 May 2026 09:12:01 +0000 (17:12 +0800)
Signed-off-by: Xuehan Xu <xuxuehan@qianxin.com>
src/test/crimson/seastore/test_transaction_manager.cc

index 74b8fdd12797b91200c72feafb9b2913d7b282d7..e3bc9f352cba27b45fa9fca5313191106a14e563 100644 (file)
@@ -1895,13 +1895,12 @@ TEST_P(tm_random_block_device_test_t, scatter_allocation)
     epm->prefill_fragmented_devices();
     auto t = create_transaction();
     for (int i = 0; i < 1958; i++) {
+      std::cout << "scatter_allocation " << i << std::endl;
       auto extents = alloc_extents(t, (ADDR + i * 16384).checked_to_laddr(), 16384, 'a');
     }
     alloc_extents_deemed_fail(t, (ADDR + 1958 * 16384).checked_to_laddr(), 16384, 'a');
     check_mappings(t);
     check();
-    submit_transaction(std::move(t));
-    check();
   });
 }