Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-platform-dev] [glassfish-dev] Latest Platform TCK test results, Concurrency + DI test failures, other tests are passing...

Hi,

It seems we have the full profile fully passing now on both JDK 11 and JDK 17:

https://github.com/eclipse-ee4j/jakartaee-tck/wiki/Jakarta-EE-10.0-TCK-results

For the full profile there are 0 failures. The web profile obviously has the concurrency failures (for lack of a web profile version of the concurrency TCK) and the single failure in the DI TCK.

Kind regards,
Arjan Tijms



On Tue, Jun 28, 2022 at 4:25 PM Scott Marlow <smarlow@xxxxxxxxxx> wrote:

Updated TCK results with last nights GlassFish 7 build are available here [1].  Tonight's GlassFish build should include the Weld upgrade which will be interesting to see updated TCK results for.

The Concurrency failures aren't a surprise but I do not remember seeing the DI failure [2][3][4] with GlassFish Web Profile before.  Does anyone know more about the [4] DI test failure that only occurs on GlassFish Web Profile?

Scott

[1] https://github.com/eclipse-ee4j/jakartaee-tck/wiki/Jakarta-EE-10.0-TCK-results
[2] https://ci.eclipse.org/jakartaee-tck/job/ditck-porting/job/master/158/
[3] https://ci.eclipse.org/jakartaee-tck/job/ditck-porting/job/master/159/
[4] https://ci.eclipse.org/jakartaee-tck/job/ditck-porting/job/master/158/testReport/junit/(root)/_init_/SampleBootstrapTCK/
"
java.lang.reflect.InvocationTargetException

	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Caused by: java.lang.NoClassDefFoundError: org/jboss/weld/environment/ContainerInstanceFactory
	at java.base/java.lang.ClassLoader.defineClass1(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1016)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:398)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.nextProviderClass(ServiceLoader.java:1209)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNextService(ServiceLoader.java:1220)
	at java.base/java.util.ServiceLoader$LazyClassPathLookupIterator.hasNext(ServiceLoader.java:1264)
	at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1299)
	at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1384)
	at jakarta.enterprise.inject.se.SeContainerInitializer.findSeContainerInitializer(SeContainerInitializer.java:107)
	at jakarta.enterprise.inject.se.SeContainerInitializer.newInstance(SeContainerInitializer.java:99)
	at weld.SampleBootstrapTCK.suite(Unknown Source)
Caused by: java.lang.ClassNotFoundException: org.jboss.weld.environment.ContainerInstanceFactory
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)

"

_______________________________________________
glassfish-dev mailing list
glassfish-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/glassfish-dev

Back to the top