Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-tck-dev] cdi porting kit for glassfish

Adding cdi-dev to email thread.

regards,

Guru

On 16/07/20 7:43 pm, Scott Marlow wrote:
Adding glassfish-dev for their input...

Passing 1,833 of these tests is good progress Guru!  :-)

To reproduce these failures, would someone just git clone https://urldefense.com/v3/__https://github.com/eclipse-ee4j/cditck-porting__;!!GqivPVa7Brio!M5p6o2MNt9ayDG_z8tSKxmr-hem_jS16DxwODvcEE6vGzfwb5iZf7Y2Rcib_FxOFOyg$ and do something like:

cd cditck-porting
export WORKSPACE=$PWD
. docker/build_cditck.sh
. docker/run_cditck.sh

Scott

On 7/16/20 2:49 AM, Gurunandan wrote:
Hi,

We have upgraded cditck-porting kit for glassfish with Jakarta EE 9 technologies and CDI TCK 3.0. Latest Jenkins run for the porting kit can be found here - https://urldefense.com/v3/__https://ci.eclipse.org/jakartaee-tck/job/cditck-porting/job/master/lastCompletedBuild/__;!!GqivPVa7Brio!M5p6o2MNt9ayDG_z8tSKxmr-hem_jS16DxwODvcEE6vGzfwb5iZf7Y2Rcib_NXM0RLE$ There are 1,833 tests run, 16 failures and 24 skipped test with latest run. For 8 test failure, there are CDI deployment error related to CDI TCK code.

Details of CDI deployment error as follows:

---------------------

org.glassfish.deployment.common.DeploymentException: CDI deployment failure:WELD-001503: Bean class which has interceptors cannot be declared final:  class org.jboss.cdi.tck.tests.interceptors.definition.inheritance.broken.binding.Messerschmitt     Exception while loading the app : CDI deployment failure:WELD-001503: Bean class which has interceptors cannot be declared final:  class org.jboss.cdi.tck.tests.interceptors.definition.inheritance.broken.binding.Messerschmitt org.glassfish.deployment.common.DeploymentException: CDI deployment failure:WELD-001503: Bean class which has interceptors cannot be declared final:  class org.jboss.cdi.tck.tests.interceptors.definition.broken.finalClassInterceptor.FinalClassClassLevelMissile     Exception while loading the app : CDI deployment failure:WELD-001503: Bean class which has interceptors cannot be declared final:  class org.jboss.cdi.tck.tests.interceptors.definition.broken.finalClassInterceptor.FinalClassClassLevelMissile org.glassfish.deployment.common.DeploymentException: CDI deployment failure:WELD-001503: Bean class which has interceptors cannot be declared final:  class org.jboss.cdi.tck.tests.interceptors.definition.broken.finalClassInterceptor.FinalClassMethodLevelMissile     Exception while loading the app : CDI deployment failure:WELD-001503: Bean class which has interceptors cannot be declared final:  class org.jboss.cdi.tck.tests.interceptors.definition.broken.finalClassInterceptor.FinalClassMethodLevelMissile org.glassfish.deployment.common.DeploymentException: CDI deployment failure:WELD-001503: Bean class which has interceptors cannot be declared final:  InjectionTarget for Managed Bean [class org.jboss.cdi.tck.tests.decorators.definition.broken.finalBeanMethod.MockLogger] with qualifiers [@Any @Default]     Exception while loading the app : CDI deployment failure:WELD-001503: Bean class which has interceptors cannot be declared final: InjectionTarget for Managed Bean [class org.jboss.cdi.tck.tests.decorators.definition.broken.finalBeanMethod.MockLogger] with qualifiers [@Any @Default]

-------------------

github porting kit Repository link - https://urldefense.com/v3/__https://github.com/eclipse-ee4j/cditck-porting__;!!GqivPVa7Brio!M5p6o2MNt9ayDG_z8tSKxmr-hem_jS16DxwODvcEE6vGzfwb5iZf7Y2Rcib_FxOFOyg$ Test report  link- https://urldefense.com/v3/__https://ci.eclipse.org/jakartaee-tck/job/cditck-porting/job/master/lastCompletedBuild/testReport/__;!!GqivPVa7Brio!M5p6o2MNt9ayDG_z8tSKxmr-hem_jS16DxwODvcEE6vGzfwb5iZf7Y2Rcib_Tefl_lM$

Has anyone come across similar failures with CDI TCK before?

regards,

Guru

_______________________________________________
jakartaee-tck-dev mailing list
jakartaee-tck-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://urldefense.com/v3/__https://www.eclipse.org/mailman/listinfo/jakartaee-tck-dev__;!!GqivPVa7Brio!M5p6o2MNt9ayDG_z8tSKxmr-hem_jS16DxwODvcEE6vGzfwb5iZf7Y2Rcib_BS6C75k$




Back to the top