]
Andre Dietisheim edited comment on JBIDE-22240 at 4/22/16 7:23 PM:
-------------------------------------------------------------------
The test never fails in Eclipse but with mvn in 1/3 builds in jenkins but 1/6 in my local
mvn build.
was (Author: adietish):
The test never fails in Eclipse but with mvn in 1/3 builds.
Tests: frequent failures in
ConnectionRegistryTest.shouldNotifyConnectionChange
-------------------------------------------------------------------------------
Key: JBIDE-22240
URL:
https://issues.jboss.org/browse/JBIDE-22240
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: openshift
Affects Versions: 4.4.0.Alpha1
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 4.4.0.Alpha1
ConnectionRegistryTest.shouldNotifyConnectionChange is frequently (even though not
always) failing when running tests via surefire.
{code}
shouldNotifyConnectionChange(org.jboss.tools.openshift.test.core.connection.ConnectionRegistryTest)
Time elapsed: 0.002 sec <<< FAILURE!
java.lang.AssertionError: Exp. a notification to the listener and there was none
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at
org.jboss.tools.openshift.test.core.connection.ConnectionRegistryTest.shouldNotifyConnectionChange(ConnectionRegistryTest.java:142)
Failed tests:
ConnectionRegistryTest.shouldNotifyConnectionChange:142 Exp. a notification to the
listener and there was none
Tests run: 314, Failures: 1, Errors: 0, Skipped: 2
{code}