jakartaee / messaging

Jakarta Messaging
https://eclipse.org/ee4j/messaging
Other
39 stars 32 forks source link

Prepare Jakarta Messaging for Jakarta EE 8 Release #226

Closed m0mus closed 4 years ago

m0mus commented 5 years ago

Tasks

See here for detailed instructions.

senivam commented 5 years ago

TCK summary for JMS:

https://jenkins.eclipse.org/jms/job/TCK_JMS_Bash/lastSuccessfulBuild/artifact/jmstck/src/com/sun/ts/tests/SUMMARY.TXT

m0mus commented 5 years ago

Specifications repository PR: https://github.com/jakartaee/specifications/pull/37

bshannon commented 5 years ago

@senivam The TCK summary will need to be published someplace with more long term stability than Jenkins job results. Also, the Spec Committee has decided that only the top lines with totals need to be published, although you're free to publish more if you want.

senivam commented 5 years ago

@bshannon you are right. And if there is any place where summaries are supposed to be copied after TCKs are done, could you please provide a reference to it?

On the other hand jenkins' result link is quite reliable as well - that particular job is designed to provide results only for that particular API. So if it is accidentally re-run it will provide same results (they will be on the same artifact). If job fails after re-run, archived artifact remains. The only situation when summary.txt could get deleted is when job itself is deleted.

dblevins commented 5 years ago

I've updated this jon with the staged 2.0.3 api jar and kicked off a run. I'm not confident in what I'm doing, so some eyes on the job are greatly appreciated:

Note the previous TCK run was against the 2.0.2 jar released in January.

bshannon commented 5 years ago

@senivam I addressed this in my message to the spec leads list.

Jenkins results just aren't stable enough. They can be deleted because only a limited number of old results are kept, and reference to "last successful build" results don't tell you what the result was when you ran a particular version of the TCK against a particular version of the implementation.

arjantijms commented 5 years ago

Github pages requested

keilw commented 5 years ago

@arjantijms Will that fix the "Web-site details are TBD"?

OndroMih commented 4 years ago

I believe this is already all done, should we close this, @m0mus ?