Difference between revisions of "WTP/Build/WTP Build Break Board"
(→I20080228214133) |
(→M6 02/28) |
||
Line 7: | Line 7: | ||
{| border="3" | {| border="3" | ||
− | ! Project | + | ! width="10%" | Project |
! width="30%" | Error Type Compile/JUnit/Respin | ! width="30%" | Error Type Compile/JUnit/Respin | ||
! Analysis/Initials | ! Analysis/Initials | ||
Line 36: | Line 36: | ||
{| border="3" | {| border="3" | ||
− | ! Project | + | ! width="10%" | Project |
! width="30%" | Error Type Compile/JUnit/Respin | ! width="30%" | Error Type Compile/JUnit/Respin | ||
! Analysis/Initials | ! Analysis/Initials | ||
Line 58: | Line 58: | ||
{| border="3" | {| border="3" | ||
− | ! Project | + | ! width="10%" | Project |
! width="30%" | Error Type Compile/JUnit/Respin | ! width="30%" | Error Type Compile/JUnit/Respin | ||
! Analysis/Initials | ! Analysis/Initials |
Revision as of 00:53, 1 March 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. /ND |
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. | testAddListener_Web24_Defaults - random failure - WebProject does not exist
testWebPublishJEE5 - random failure - Component TestUtil should have 2 component classpath dependencies, only has: 0 /ccc |
XML | 1 Junit failure in org.eclipse.wst.xml.core.tests.SSEModelXMLTestSuite | Above update missed the build./ND |
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. | testClassFolderDependency - random failure - Component TestWeb should have 1 component classpath dependencies, only has: 0/ccc |
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. |
I20080229031047
Project | Error Type Compile/JUnit/Respin | Analysis/Initials |
---|---|---|
JPT | Same massive compile failure as previous build. Assuming fix isn't in yet | 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 |
I20080229065303
Project | Error Type Compile/JUnit/Respin | Analysis/Initials |
---|---|---|
WS | Respin requested based on bad bug (regression) found in smoke test. |
I20080229121121
Project | Error Type Compile/JUnit/Respin | Analysis/Initials |
---|---|---|
releng | WS fix not in yet. Unclear what kicked off this build. No change in map files from previous. Either someone did "manually", or, bug in CruiseControl. | action: will keep an eye on this, and if continues to happen will experiment with CC settings, or upgrate to 2.7.2 EA, or disable manual force build. |
I20080229195548
Project | Error Type Compile/JUnit/Respin | Analysis/Initials |
---|---|---|
JSF | WS bug fixed, but apparently 'random' error in JSF JUnit tests. |
I20080301004930
Project | Error Type Compile/JUnit/Respin | Analysis/Initials |
---|---|---|
JSF | Another, different 'random' error in JSF, no change in map files from previous. |