From: Jérémie Galarneau Date: Wed, 18 May 2016 22:35:45 +0000 (-0400) Subject: Tests: remove flaky '*' kernel wildcard test X-Git-Tag: v2.9.0-rc1~177 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=0f6fd3631d4ef411b09f3136ca6929b31014d27e;hp=b5b0c181b9f47edd4be6fd1f70835f232c0d56fd Tests: remove flaky '*' kernel wildcard test The test case for '*', which enables all events, is flaky by its nature since buffers may be filled by other kernel events preventing the test script from finding the test event (it is often discarded). Signed-off-by: Jérémie Galarneau --- diff --git a/tests/regression/tools/wildcard/test_event_wildcard b/tests/regression/tools/wildcard/test_event_wildcard index 126bdae6b..51d7321a9 100755 --- a/tests/regression/tools/wildcard/test_event_wildcard +++ b/tests/regression/tools/wildcard/test_event_wildcard @@ -28,7 +28,7 @@ SESSION_NAME="wildcard" NR_ITER=100 NUM_GLOBAL_TESTS=2 NUM_UST_TESTS=37 -NUM_KERNEL_TESTS=37 +NUM_KERNEL_TESTS=30 NUM_TESTS=$(($NUM_UST_TESTS+$NUM_KERNEL_TESTS+$NUM_GLOBAL_TESTS)) source $TESTDIR/utils/utils.sh @@ -124,7 +124,6 @@ skip $isroot "Root access is needed. Skipping all kernel wildcard tests." $NUM_K EVENT_NAME="lttng_test_filter_event" test_event_wildcard kernel 1 'lttng_test_*' - test_event_wildcard kernel 1 '*' test_event_wildcard kernel 1 'lttng_test_filter_event*' test_event_wildcard kernel 0 'lttng_test_asdfasdf*'