lttng: Disable spuriously failing Partial State System tests
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 15 May 2015 18:06:12 +0000 (14:06 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 15 May 2015 20:22:13 +0000 (16:22 -0400)
The partial state system is in very bad shape and not used at all.
Until some energy is put into improving its implementation and
testing, it should not be depended upon.

To make matters worse, one of its tests is failing randomly on
Hudson. Since it is not in a supported state at the moment, I
suggest disabling these tests until we improve the PSS.

Change-Id: I592598670b2f2a122c8f638b264502a48dae177c
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/47991
Reviewed-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
org.eclipse.tracecompass.lttng2.kernel.core.tests/src/org/eclipse/tracecompass/lttng2/kernel/core/tests/analysis/kernel/statesystem/PartialStateSystemTest.java

index 80b5fe8b06f9c14cdf8f38e2fad41520bf20bd15..7dfbae841e072e5c0233ee093ff83758731cb9cd 100644 (file)
@@ -28,6 +28,7 @@ import org.eclipse.tracecompass.tmf.core.trace.TmfTraceManager;
 import org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace;
 import org.junit.AfterClass;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Test;
 
 /**
@@ -35,6 +36,7 @@ import org.junit.Test;
  *
  * @author Alexandre Montplaisir
  */
+@Ignore
 public class PartialStateSystemTest extends StateSystemTest {
 
     private static final @NonNull String TEST_FILE_NAME = "test-partial";
This page took 0.027271 seconds and 5 git commands to generate.