You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by Gurkan Erdogdu <gu...@yahoo.com> on 2010/04/28 11:12:30 UTC

Ordering of TCK Tests

Hello;

Altough I have already brought this issue onto the table, I am getting the same issues again. 

Below tests are passed and failed while running multiple times of TCK. These tests are :

First Category : 

If I run below tests as a seperate TestNG test class, all of them are passed.

ProducerMethodLifecycleTest # testCreateReturnsNullIfProducerDoesAndDependent
ResolutionByNameTest          # testAmbiguousELNamesResolved
DuplicateNamePrefixResolutionTest # testDuplicateBeanNamePrefix
UnproxyableTest # 
testInjectionPointWithUnproxyableTypeWhichResolvesToNormalScopedBean

Second Caegory:

If I run below tests as a seperate TestNG test class, all of them are 
passed sometimes, failed sometimes.

ResolutionByTypeTest # testGenericBeanTypesOnProducerMethod
ResolutionByTypeTest # testGenericBeanTypesOnProducerField
ResolutionByTypeTest # testGenericBeanTypesOnManagedBean


General Observation:
At one run this tests have passed, after that I run TCK again, this time some of them are failed!

--Gurkan