projects
/
platform
/
core
/
system
/
dlog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce49a70
)
Fix order dependency of some compression tests
46/295946/2
author
Michal Bloch
<m.bloch@samsung.com>
Mon, 17 Jul 2023 15:09:46 +0000
(17:09 +0200)
committer
Michal 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
patch
|
blob
|
history
diff --git
a/src/tests/test_logger_compressed_storage.c
b/src/tests/test_logger_compressed_storage.c
index
c04f7e1
..
0f704a0
100644
(file)
--- a/
src/tests/test_logger_compressed_storage.c
+++ b/
src/tests/test_logger_compressed_storage.c
@@
-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);