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.
1 parent caab547 commit 394ef27Copy full SHA for 394ef27
fs/bcachefs/tests.c
@@ -342,6 +342,8 @@ static int test_iterate_slots_extents(struct bch_fs *c, u64 nr)
342
*/
343
static int test_peek_end(struct bch_fs *c, u64 nr)
344
{
345
+ delete_test_keys(c);
346
+
347
struct btree_trans *trans = bch2_trans_get(c);
348
struct btree_iter iter;
349
struct bkey_s_c k;
@@ -362,6 +364,8 @@ static int test_peek_end(struct bch_fs *c, u64 nr)
362
364
363
365
static int test_peek_end_extents(struct bch_fs *c, u64 nr)
366
367
368
369
370
371
0 commit comments