Fix order dependency of some compression tests 46/295946/2
authorMichal Bloch <m.bloch@samsung.com>
Mon, 17 Jul 2023 15:09:46 +0000 (17:09 +0200)
committerMichal Bloch <m.bloch@samsung.com>
Tue, 18 Jul 2023 10:06:20 +0000 (12:06 +0200)
Change-Id: I4c546d8e3479b7498c9ed2def85b7f710672b761

src/tests/test_logger_compressed_storage.c

index c04f7e1..0f704a0 100644 (file)
@@ -92,6 +92,7 @@ const char *g_algo;
 void test_tiny_storage()
 {
        const int CNT = 1000;
+       callback_count = 0;
 
        // create storage so small that no log is stored
        log_compressed_storage *s1 = MAKE_STORAGE(1);