From: Jonathan Rajotte Date: Wed, 22 Nov 2017 18:59:38 +0000 (-0500) Subject: Include babeltre 1.3 testing even if flaky X-Git-Url: http://git.efficios.com/?p=deliverable%2Flttng-ivc.git;a=commitdiff_plain;h=344128e3017b0a9bf2fd035492db98d1372d0027 Include babeltre 1.3 testing even if flaky The test tuples are marked as expected to fail since these test are flaky. Investigation under way. Signed-off-by: Jonathan Rajotte --- diff --git a/lttng_ivc/tests/babeltrace/live/test_babeltrace_live.py b/lttng_ivc/tests/babeltrace/live/test_babeltrace_live.py index 9bc7e5b..9acf352 100644 --- a/lttng_ivc/tests/babeltrace/live/test_babeltrace_live.py +++ b/lttng_ivc/tests/babeltrace/live/test_babeltrace_live.py @@ -18,10 +18,10 @@ First member: babeltrace label Second member: tools label """ test_matrix_live = [ - #pytest.param("babeltrace-1.3", "lttng-tools-2.7", marks=pytest.mark.xfail(reason="Flaky test or Flaky babeltrace. Is under investigation")), - #pytest.param("babeltrace-1.3", "lttng-tools-2.8", marks=pytest.mark.xfail(reason="Flaky test or Flaky babeltrace. Is under investigation")) ), - #pytest.param("babeltrace-1.3", "lttng-tools-2.9", marks=pytest.mark.xfail(reason="Flaky test or Flaky babeltrace. Is under investigation")) ), - #pytest.param("babeltrace-1.3", "lttng-tools-2.10", marks=pytest.mark.xfail(reason="Flaky test or Flaky babeltrace. Is under investigation"))), + pytest.param("babeltrace-1.3", "lttng-tools-2.7", marks=pytest.mark.xfail(reason="Flaky test or Flaky babeltrace. Is under investigation")), + pytest.param("babeltrace-1.3", "lttng-tools-2.8", marks=pytest.mark.xfail(reason="Flaky test or Flaky babeltrace. Is under investigation")), + pytest.param("babeltrace-1.3", "lttng-tools-2.9", marks=pytest.mark.xfail(reason="Flaky test or Flaky babeltrace. Is under investigation")), + pytest.param("babeltrace-1.3", "lttng-tools-2.10", marks=pytest.mark.xfail(reason="Flaky test or Flaky babeltrace. Is under investigation")), ("babeltrace-1.4", "lttng-tools-2.7"), ("babeltrace-1.4", "lttng-tools-2.8"), ("babeltrace-1.4", "lttng-tools-2.9"),