[
https://issues.jboss.org/browse/JBIDE-24140?page=com.atlassian.jira.plugi...
]
Nick Boldt commented on JBIDE-24140:
------------------------------------
As of build 85 (6 builds later), tests still failing on Jenkins:
{code}
org.jboss.tools.jst.web.test.WebXMLValidationTest.testPathsInLoginConfig 1 sec 4
org.jboss.tools.jst.web.test.WebXMLValidationTest.testServletClassWithIdenticalComments 0.52
sec 17
{code}
Given that the *testPathsInLoginConfig* test is only at 4 consecutive failures, I'd
agree it's intermittent - if it failed every time we'd see 11 failures. Maybe it
should be disabled?
But for the second test, *testServletClassWithIdenticalComments*, that's now 17
consecutive failures -- 6 more than for build 79. Therefore it's failing EVERY TIME
and should be investigated.
Test Failure(s) in JBIDE 4.4.4.AM2 for jst component -
org.jboss.tools.jst.web.test.WebXMLValidationTest
--------------------------------------------------------------------------------------------------------
Key: JBIDE-24140
URL:
https://issues.jboss.org/browse/JBIDE-24140
Project: Tools (JBoss Tools)
Issue Type: Task
Components: jst
Affects Versions: 4.4.4.AM2
Reporter: Nick Boldt
Assignee: Jeff MAURY
Priority: Blocker
Labels: testfailure
Fix For: 4.4.4.AM2
*2 Test Failure(s) in JBIDE 4.4.4.AM2 for jst component:*
http://jenkins.hosts.mwqe.eng.bos.redhat.com/hudson/view/DevStudio/view/d...
[Search for Test Failure JIRAs in JBIDE 4.4.4.AM2 for jst
component|https://issues.jboss.org/issues/?jql=labels%20IN%20(%22testfail...]
-----
{code}
All Failed Tests
Test Name
Duration
Age
org.jboss.tools.jst.web.test.WebXMLValidationTest.testPathsInLoginConfig 0.56 sec 5
org.jboss.tools.jst.web.test.WebXMLValidationTest.testServletClassWithIdenticalComments 15
ms 11
{code}
{code}
Failed
org.jboss.tools.jst.web.test.WebXMLValidationTest.testServletClassWithIdenticalComments
(from org.jboss.tools.jst.web.test.JstWebAllTests)
Failing for the past 11 builds (Since #69 )
Took 15 ms.
add description
Error Message
Marker matches the 'servlet-class references to non-existent class
"javax.faces.webapp.FacesServlet111"' pattern was found at wrong lines.
Expected: 11 but were: 9
Stacktrace
junit.framework.AssertionFailedError: Marker matches the 'servlet-class references to
non-existent class "javax.faces.webapp.FacesServlet111"' pattern was found
at wrong lines. Expected: 11 but were: 9
at junit.framework.Assert.fail(Assert.java:57)
at junit.framework.Assert.assertTrue(Assert.java:22)
at junit.framework.TestCase.assertTrue(TestCase.java:192)
at
org.jboss.tools.tests.AbstractResourceMarkerTest.assertMarkerIsCreated(AbstractResourceMarkerTest.java:200)
at
org.jboss.tools.tests.AbstractResourceMarkerTest.assertMarkerIsCreated(AbstractResourceMarkerTest.java:413)
at
org.jboss.tools.tests.AbstractResourceMarkerTest.assertMarkerIsCreated(AbstractResourceMarkerTest.java:409)
at
org.jboss.tools.jst.web.test.WebXMLValidationTest.testServletClassWithIdenticalComments(WebXMLValidationTest.java:55){code}
{code}
Failed
org.jboss.tools.jst.web.test.WebXMLValidationTest.testPathsInLoginConfig (from
org.jboss.tools.jst.web.test.JstWebAllTests)
Failing for the past 5 builds (Since Unstable#75 )
Took 0.56 sec.
add description
Stacktrace
junit.framework.AssertionFailedError: null
at junit.framework.Assert.fail(Assert.java:55)
at junit.framework.Assert.assertTrue(Assert.java:22)
at junit.framework.Assert.assertTrue(Assert.java:31)
at junit.framework.TestCase.assertTrue(TestCase.java:201)
at
org.jboss.tools.jst.web.test.WebXMLValidationTest.testPathsInLoginConfig(WebXMLValidationTest.java:103){code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)