[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[jakartaee-tck-dev] EE 11 Platform TCK Test (bucket) Count numbers...
|
I downloaded the most recent EE 10 Platform TCK results from
https://ci.eclipse.org/jakartaee-tck/job/10/job/eftl-jakartaeetck-run-100/lastCompletedBuild/artifact/*zip*/archive.zip
and extracted the contents locally.
Locally I searched the downloaded gf/archive folder as follows:
grep "Passed" ejb30*| wc -l
3842
grep "Passed" jdbc*| wc -l
4924
grep "Passed" connector*| wc -l
477
grep "Passed" javamail*| wc -l
112
grep "Passed" javaee*| wc -l
24
grep "Passed" el*| wc -l
695
grep "Passed"
jpa*| wc -l
10936
grep "Passed" jsonp*| wc -l
76
grep "Passed" jsonb*| wc -l
18
grep "Passed" jsp*| wc -l
735
grep "Passed" jta*| wc -l
141
grep "Passed" websocket*| wc -l
748
grep "Passed" xa*| wc -l
66
grep "Passed" jms*| wc -l
3510
grep "Passed" ejb32*| wc -l
825
grep "Passed" javaee*| wc -l
24
grep "Passed" jstl*| wc -l
541
I added the ^ numbers to the test (bucket) Total Tests column in
https://github.com/orgs/jakartaee/projects/12/views/1
I think that someone else was also going to look at updating https://github.com/orgs/jakartaee/projects/12/views/1
as well so I wanted to explain how I got the numbers I added. I
also cross checked the jpa numbers against what we get for WildFly
and the number was very close (10989 for WildFly and 10936 for GlassFish 7). I
went will the GlassFish number which was pretty close for JPA.
Scott