Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "WTP/Build/WTP Build Break Board"

< WTP‎ | Build
(M6 02/28 Build I20080228162856)
 
(66 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
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.
 
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.
  
 
+
=== M7 04/17 ===
=== M6 02/28 Build I20080228113529 ===
+
==== I20080424061315 ====
 +
{| border="3" 
 +
! width="10%" | Project
 +
! width="30%" | Error Type Compile/JUnit/Respin
 +
! Analysis/Initials
  
{| border="3" 
 
! 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
 
|
 
 
|-
 
|-
! Releng
+
! Server tools
| 1 Junit failure in org.eclipse.wtp.releng.tests.TestBuild
+
| 1 JUnit compile failure in org.eclipse.jst.server.core.tests.impl.TestWebModule
| 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.
+
| Bug 213187 - Committer didn't have JUnit project checked out or run when making fix/TdB
 
|}
 
|}
  
=== M6 02/28 Build I20080228162856 ===
 
  
{| border="3"  
+
==== I20080417052146 ====
! Project !! Error Type Compile/JUnit/Respin !! Analysis/Initials  
+
{| border="3"
 +
! width="10%" | Project  
 +
! width="30%" | Error Type Compile/JUnit/Respin  
 +
! Analysis/Initials
 +
 
 
|-
 
|-
 
! JEE
 
! JEE
| 4 JUnit failures.
+
| 4 Junit failures in JEE org.eclipse.jst.j2ee.tests.bvt.AutomatedBVT
|
+
| testDeleteModuleDependencyWithMarker - random failure - DependencyGraphManager does not report dependency between P/TestEAR and P/TestWeb <br>testRenameModuleDependencyWithMarker - random failure - DependencyGraphManager does not report dependency between P/TestEAR and P/newUtil /ccc
 
|-
 
|-
! XML
+
! JSP
| 1 Junit failure in org.eclipse.wst.xml.core.tests.SSEModelXMLTestSuite
+
| 1 Junit failure in org.eclipse.jst.jsp.core.tests.JSPCoreTestSuite
|
+
| Appears to be completely random--no changes in the component since 4/10.  Even a sweep changing printStackTrace()s to failures resulted in nothing.
 
|-
 
|-
! Releng
+
! JSF PageDesigner
| 1 Junit failure in org.eclipse.wtp.releng.tests.TestBuild
+
| 1 Junit failure in org.eclipse.jst.pagedesigner.tests.AllTests
| Same Versioning Errors (in JSF, Common Facet). JSF can not easily update, since other changes have been made to HEAD.
+
| The failing test in the pagedesigner area appears to be one of those intermittent, random problems
 
|}
 
|}
  
=== M6 02/28 Build I20080228214133 ===
 
  
{| border="3" 
+
* Other milestones
! Project !! Error Type Compile/JUnit/Respin !! Analysis/Initials 
+
:[http://wiki.eclipse.org/WTP_Build_Break_Board_M6 Build Breaker Board M6]
|-
+
 
! JEE
+
 
| 2 JUnit failures.
+
[[Category:WTP Build Related| ]]
|
+
|-
+
! JPT
+
| Massive compile failure. Seems a number of source files are missing?
+
|
+
|-
+
! 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.
+
|}
+

Latest revision as of 23:43, 12 September 2008

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.

M7 04/17

I20080424061315

Project Error Type Compile/JUnit/Respin Analysis/Initials
Server tools 1 JUnit compile failure in org.eclipse.jst.server.core.tests.impl.TestWebModule Bug 213187 - Committer didn't have JUnit project checked out or run when making fix/TdB


I20080417052146

Project Error Type Compile/JUnit/Respin Analysis/Initials
JEE 4 Junit failures in JEE org.eclipse.jst.j2ee.tests.bvt.AutomatedBVT testDeleteModuleDependencyWithMarker - random failure - DependencyGraphManager does not report dependency between P/TestEAR and P/TestWeb
testRenameModuleDependencyWithMarker - random failure - DependencyGraphManager does not report dependency between P/TestEAR and P/newUtil /ccc
JSP 1 Junit failure in org.eclipse.jst.jsp.core.tests.JSPCoreTestSuite Appears to be completely random--no changes in the component since 4/10. Even a sweep changing printStackTrace()s to failures resulted in nothing.
JSF PageDesigner 1 Junit failure in org.eclipse.jst.pagedesigner.tests.AllTests The failing test in the pagedesigner area appears to be one of those intermittent, random problems


  • Other milestones
Build Breaker Board M6

Back to the top