Community
Participate
Working Groups
since: https://hudson.eclipse.org/hudson/job/emffacet-nightly/651/ java.lang.AssertionError: expected:<1> but was:<2> at org.junit.Assert.fail(Assert.java:91) at org.junit.Assert.failNotEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:126) at org.junit.Assert.assertEquals(Assert.java:470) at org.junit.Assert.assertEquals(Assert.java:454) at org.eclipse.emf.facet.widgets.nattable.tests.swtbot.NatTableUITests.testAddQueryColumn(NatTableUITests.java:218) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) at org.junit.internal.runners.statements.FailOnTimeout$1.run(FailOnTimeout.java:28) Stacktrace junit.framework.AssertionFailedError: java.lang.AssertionError: expected:<1> but was:<2> at org.eclipse.emf.facet.widgets.nattable.tests.swtbot.NatTableUITests.testAddQueryColumn(NatTableUITests.java:218) at pde.test.utils.PDETestListener.testFailed(PDETestListener.java:124) at org.eclipse.jdt.internal.junit.model.RemoteTestRunnerClient$7.run(RemoteTestRunnerClient.java:551) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.jdt.internal.junit.model.RemoteTestRunnerClient.notifyTestFailed(RemoteTestRunnerClient.java:549) at org.eclipse.jdt.internal.junit.model.RemoteTestRunnerClient.access$17(RemoteTestRunnerClient.java:544) at org.eclipse.jdt.internal.junit.model.RemoteTestRunnerClient$TraceProcessingState.readMessage(RemoteTestRunnerClient.java:171) at org.eclipse.jdt.internal.junit.model.RemoteTestRunnerClient.receiveMessage(RemoteTestRunnerClient.java:374) at org.eclipse.jdt.internal.junit.model.RemoteTestRunnerClient.access$27(RemoteTestRunnerClient.java:373) at org.eclipse.jdt.internal.junit.model.RemoteTestRunnerClient$ServerConnection.run(RemoteTestRunnerClient.java:271)
Back to normal in https://hudson.eclipse.org/hudson/job/emffacet-nightly/652/ without any corresponding changes: Bug 365845 - [Unit Test Failure][0.2/3.8][0.2/4.2] org.eclipse.emf.facet.widgets.nattable.tests.swtbot.TableEditabilityTest.testNonEditabilityOfNACells In the revision 1144 (Bug 364693) the editor maximizations have been disabled because they are not supported by E4. This disabling cause the failure of TableEditabilityTest.testNonEditabilityOfNACells(). I’ve re-enable the missing maximization. It should work in build based on 3.8 and we will see if it breaks the build based on 4.2. (détails) Bug 365843 - [Unit Test Failure][0.2/3.8][0.2/4.2]org.eclipse.emf.facet.widgets.nattable.tests.swtbot.Bug344925Test.testBug344925 Trying to get more information by listening the log. (détails) Bug 365843 - [Unit Test Failure][0.2/3.8][0.2/4.2]org.eclipse.emf.facet.widgets.nattable.tests.swtbot.Bug344925Test.testBug344925 Add a dump of the table model. (détails)
Succeed in https://hudson.eclipse.org/hudson/job/emffacet-nightly-3.8/27/ Succeed in https://hudson.eclipse.org/hudson/job/emffacet-nightly/654/
REOPENED: new failure in https://hudson.eclipse.org/hudson/job/emffacet-nightly/662/ java.lang.AssertionError: expected:<1> but was:<2> at org.junit.Assert.fail(Assert.java:91) at org.junit.Assert.failNotEquals(Assert.java:645) at org.junit.Assert.assertEquals(Assert.java:126) at org.junit.Assert.assertEquals(Assert.java:470) at org.junit.Assert.assertEquals(Assert.java:454) at org.eclipse.emf.facet.widgets.nattable.tests.swtbot.NatTableUITests.testAddQueryColumn(NatTableUITests.java:220) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) at org.junit.internal.runners.statements.FailOnTimeout$1.run(FailOnTimeout.java:28)
Also failing in https://hudson.eclipse.org/hudson/job/emffacet-nightly-3.8/67/ expected:<1> but was:<2> Stacktrace java.lang.AssertionError: expected:<1> but was:<2> at org.eclipse.emf.facet.widgets.nattable.tests.swtbot.NatTableUITests.testAddQueryColumn(NatTableUITests.java:220)