Difference between revisions of "WTP/Build/WTP Build Break Board"
(→I20080228113529) |
(→I20080228162856) |
||
Line 46: | Line 46: | ||
! XML | ! XML | ||
| 1 Junit failure in org.eclipse.wst.xml.core.tests.SSEModelXMLTestSuite | | 1 Junit failure in org.eclipse.wst.xml.core.tests.SSEModelXMLTestSuite | ||
− | | | + | | Update missed the build. |
|- | |- | ||
! Releng | ! Releng |
Revision as of 00:37, 29 February 2008
Contents
WTP weekly I build breakages
The purpose of this board is to track the list of breakages that we have on our weekly I builds. Compile, JUnit, respin requests that cause a delay in smoketest and thus declaration of our builds. We hope to find a pattern with these breakages so that we can learn from them and the same mistakes can be avoided in future.
M6 02/28
I20080228113529
Project | Error Type Compile/JUnit/Respin | Analysis/Initials |
---|---|---|
Server | 3 compile errors in org.eclipse.jst.server.ui.tests | Didn't run local junit test after removing a class. / AV |
JPT | DNF in Junit for org.eclipse.jpt.core.tests.internal.JptCoreTests | Deadlock in the tests, deleting resources. Seems to be a test issue, still investigating root cause / njh |
Server | 2 Junit failures in org.eclipse.jst.server.ui.tests.AllTests | Related to the compilation errors / AV |
XML | 1 Junit failure in org.eclipse.wst.xml.core.tests.SSEModelXMLTestSuite | Changes to our line delimiter handling invalidated one of our tests. It used to test if the default delimiter was the platform delimiter, but now the default is the one already in the document. The document being tested was using the Windows line delimiter, so the test passed fine on Windows but would break on any other platform. The test has been updated. |
Releng | 1 Junit failure in org.eclipse.wtp.releng.tests.TestBuild | Versioning Errors. Plugin versions went down compared to 202 release. Appeared this week since reference data was just updated, but the error has probably existed for a while. One contributing factor was perhaps that the "build failed" notifications were broken for several days (not being sent) so may have not been noticed by development teams. |
I20080228162856
Project | Error Type Compile/JUnit/Respin | Analysis/Initials |
---|---|---|
JEE | 4 JUnit failures. | |
XML | 1 Junit failure in org.eclipse.wst.xml.core.tests.SSEModelXMLTestSuite | Update missed the build. |
Releng | 1 Junit failure in org.eclipse.wtp.releng.tests.TestBuild | Same Versioning Errors (in JSF, Common Facet). JSF can not easily update, since other changes have been made to HEAD. |
I20080228214133
Project | Error Type Compile/JUnit/Respin | Analysis/Initials |
---|---|---|
JEE | 2 JUnit failures. | |
JPT | Massive compile failure. Seems a number of source files are missing? | Releasing process failure. Sync error displayed at end of release process, manual inspection looked OK but there were apparently problems (files left untagged that had moved). Not sure what went wrong with the process (standard releng tool was used, perhaps a CVS glitch?). Manually tagging and re-releasing changed plugins to fix the problem /njh |
Releng | 1 Junit failure in org.eclipse.wtp.releng.tests.TestBuild | Same Versioning Errors (in JSF, Common Facet). JSF can not easily update, since other changes have been made to HEAD. |