Fix: remove periodical flush test from make check
authorDavid Goulet <dgoulet@efficios.com>
Tue, 3 Sep 2013 21:50:34 +0000 (17:50 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 3 Sep 2013 21:50:34 +0000 (17:50 -0400)
This test is racy for the following reasons. It expects that the
subbuffer flush timer always produce a coherent trace after a period of
time but this cannot be guaranteed without the upcoming live feature.

A test based on time expectation is a bit flacky so disable it for now
until we have live tracing.

Signed-off-by: David Goulet <dgoulet@efficios.com>
tests/fast_regression
tests/long_regression

index 92aaff65c6e95b5951f1c1572be918c79ad78fa7..69bc06db6d286b9d1e6a4f688be193c9ef3bbd87 100644 (file)
@@ -8,7 +8,6 @@ regression/tools/snapshots/test_ust
 regression/tools/snapshots/test_ust_streaming
 regression/ust/before-after/test_before_after
 regression/ust/buffers-pid/test_buffers_pid
-regression/ust/periodical-metadata-flush/test_periodical_metadata_flush
 regression/ust/multi-session/test_multi_session
 regression/ust/nprocesses/test_nprocesses
 regression/ust/overlap/test_overlap
index b9d6ef8f71452c8b560c389c51ac0b1db7a57f98..2c6afcdc11a2324242770dd7119728130f6e3ff6 100644 (file)
@@ -9,7 +9,6 @@ regression/tools/tracefile-limits/test_tracefile_count
 regression/tools/tracefile-limits/test_tracefile_size
 regression/ust/before-after/test_before_after
 regression/ust/buffers-pid/test_buffers_pid
-regression/ust/periodical-metadata-flush/test_periodical_metadata_flush
 regression/ust/high-throughput/test_high_throughput
 regression/ust/low-throughput/test_low_throughput
 regression/ust/multi-session/test_multi_session
This page took 0.029361 seconds and 5 git commands to generate.