Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakarta.ee-spec.committee] Agenda for the November 11th Jakarta EE Specification Committee call



On 11/11/20 1:15 PM, Scott Marlow wrote:
FYI, I started two concurrent Full Platform TCK runs via:

https://ci.eclipse.org/jakartaee-tck/job/eftl-jakartaeetck-run-900/64

This run took 14 hours (our previous two runs took 8 + 10 hours). We ran all 42,434 tests.

https://ci.eclipse.org/jakartaee-tck/job/eftl-jakartaeetck-run-900/63

This one timed out before completion when the build time reached 15 hours which currently triggers the timeout condition (https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/Jenkinsfile#L111) via:

`
pipeline {
  options {
    durabilityHint('PERFORMANCE_OPTIMIZED')
buildDiscarder(logRotator(numToKeepStr: '15', artifactDaysToKeepStr: '15'))
    timeout(time: 15, unit: 'HOURS')
  }
`

Only 35,851 tests completed before the  15 hour timeout occurred.

In summary, the timeout needs to be set pretty high in case the jobs or individual job stages sit in queue for a large amount of time.

In summary, I think that we have enough resource packs if a small number of Platform TCK committers are controlling the running of TCK jobs so that we do not have too many running at once. The problem with this is we have 18 Platform TCK committers (https://projects.eclipse.org/projects/ee4j.jakartaee-tck/who) that could possibly be running TCK jobs at the same time. Although this year, only 4 committers have been running the TCK test jobs.

Any questions?

Scott


We should have results by later today/tomorrow.  This will give us an idea if we can queue up the TCK runs without seeing unexpected TCK failures.

I didn't mention it during the SPEC call but we also have seen great improvements in the past two weeks in that our Full Platform TCK runs have completed with zero failures for the first time.  Previously, we always had to rerun certain tests that always failed due to the app server not starting correctly.

Scott

On 11/10/20 5:37 PM, Paul Buck wrote:

The agenda for our committee call on Wednesday at 17:00 UTC is here <https://docs.google.com/document/d/1wulckg85DQPGy7vGVlsWhw4H041q-ju5RD-HoYaoqMw/edit#heading=h.isr5a93gy7a>. Please update and add items as required.

Zoom link - https://eclipse.zoom.us/j/102354706 <https://eclipse.zoom.us/j/102354706>

Password: SpecCmte

Thanks ... Paul

_______________________________________________
jakarta.ee-spec.committee mailing list
jakarta.ee-spec.committee@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jakarta.ee-spec.committee




Back to the top