1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

unit-tests: remove a couple of debug printfs

This commit is contained in:
Joe Thornber 2018-05-16 10:25:30 +01:00
parent e296f784c9
commit 7c852c75c3

View File

@ -845,11 +845,9 @@ static void test_concurrent_reads_after_invalidate(void *context)
unsigned i, nr_cache_blocks = 16;
_cycle(f, nr_cache_blocks);
fprintf(stderr, "cycle 1 complete\n");
for (i = 0; i < nr_cache_blocks; i++)
bcache_invalidate_fd(f->cache, i);
_cycle(f, nr_cache_blocks);
fprintf(stderr, "cycle 2 complete\n");
}
/*----------------------------------------------------------------