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:
parent
e296f784c9
commit
7c852c75c3
@ -845,11 +845,9 @@ static void test_concurrent_reads_after_invalidate(void *context)
|
|||||||
unsigned i, nr_cache_blocks = 16;
|
unsigned i, nr_cache_blocks = 16;
|
||||||
|
|
||||||
_cycle(f, nr_cache_blocks);
|
_cycle(f, nr_cache_blocks);
|
||||||
fprintf(stderr, "cycle 1 complete\n");
|
|
||||||
for (i = 0; i < nr_cache_blocks; i++)
|
for (i = 0; i < nr_cache_blocks; i++)
|
||||||
bcache_invalidate_fd(f->cache, i);
|
bcache_invalidate_fd(f->cache, i);
|
||||||
_cycle(f, nr_cache_blocks);
|
_cycle(f, nr_cache_blocks);
|
||||||
fprintf(stderr, "cycle 2 complete\n");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*----------------------------------------------------------------
|
/*----------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user