From: David Goulet Date: Tue, 3 Sep 2013 21:50:34 +0000 (-0400) Subject: Fix: remove periodical flush test from make check X-Git-Tag: v2.3.0~1 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=46c3f4f0be527fdea3063df5a53c665c6ee43102 Fix: remove periodical flush test from make check 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 --- diff --git a/tests/fast_regression b/tests/fast_regression index 92aaff65c..69bc06db6 100644 --- a/tests/fast_regression +++ b/tests/fast_regression @@ -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 diff --git a/tests/long_regression b/tests/long_regression index b9d6ef8f7..2c6afcdc1 100644 --- a/tests/long_regression +++ b/tests/long_regression @@ -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