From 33f31c6ee80f9d29354216600dc555a1508e9eba Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Wed, 18 May 2016 18:35:45 -0400 Subject: [PATCH] Tests: remove flaky '*' kernel wildcard test MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- tests/regression/tools/wildcard/test_event_wildcard | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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*' -- 2.34.1