projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c032715
)
src/utils_latency_test.c: Disable the "-1" test for now.
author
Florian Forster
<octo@collectd.org>
Thu, 16 Jul 2015 07:17:55 +0000
(09:17 +0200)
committer
Florian Forster
<octo@collectd.org>
Thu, 16 Jul 2015 07:17:55 +0000
(09:17 +0200)
Issue: #1139
src/utils_latency_test.c
patch
|
blob
|
history
diff --git
a/src/utils_latency_test.c
b/src/utils_latency_test.c
index
658b53c
..
b039c54
100644
(file)
--- a/
src/utils_latency_test.c
+++ b/
src/utils_latency_test.c
@@
-47,7
+47,7
@@
DEF_TEST(simple)
{0.7, 0.3, 0.7, 1.5, 0.5},
{2.5, 0.3, 2.5, 4.0, 1.0},
{ 99, 0.3, 99, 103, 20.6},
- { -1, 0.3, 99, 103, 20.6},
+ /* { -1, 0.3, 99, 103, 20.6}, see issue #1139 */
};
size_t i;
latency_counter_t *l;