From b8dd6611a7067fdf52a79aec226e0ed4db23e4a4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Genevi=C3=A8ve=20Bastien?= Date: Wed, 26 Oct 2016 15:27:59 -0400 Subject: [PATCH] os.linux: Ignore testWriteToTsv swtbot test MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This test causes instability in the SWTbot because of a potential race condition with the update that changes the header column titles that do not correspond to the system call data. The test should be modified either to use SystemCall segments, or moved to timing.swtbot Change-Id: Idea1c43f377ca79efb4bf5a4751f4611e6336891 Signed-off-by: Geneviève Bastien Reviewed-on: https://git.eclipse.org/r/83967 Reviewed-by: Hudson CI Reviewed-by: Matthew Khouzam Tested-by: Matthew Khouzam --- .../tests/latency/SystemCallLatencyTableAnalysisTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/src/org/eclipse/tracecompass/analysis/os/linux/ui/swtbot/tests/latency/SystemCallLatencyTableAnalysisTest.java b/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/src/org/eclipse/tracecompass/analysis/os/linux/ui/swtbot/tests/latency/SystemCallLatencyTableAnalysisTest.java index 1b23bde204..b1ac1070d1 100644 --- a/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/src/org/eclipse/tracecompass/analysis/os/linux/ui/swtbot/tests/latency/SystemCallLatencyTableAnalysisTest.java +++ b/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/src/org/eclipse/tracecompass/analysis/os/linux/ui/swtbot/tests/latency/SystemCallLatencyTableAnalysisTest.java @@ -63,6 +63,7 @@ import org.eclipse.ui.WorkbenchException; import org.junit.After; import org.junit.Before; import org.junit.BeforeClass; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; @@ -309,6 +310,7 @@ public class SystemCallLatencyTableAnalysisTest { * @throws IOException * no such file or the file is locked. */ + @Ignore @Test public void testWriteToTsv() throws NoSuchMethodException, IOException { -- 2.34.1