You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Forrest Xia (JIRA)" <ji...@apache.org> on 2012/05/08 17:37:53 UTC

[jira] [Created] (GERONIMO-6346) 19 failures in BV tck when upgrading to 1.0.6.GA level

Forrest Xia created GERONIMO-6346:
-------------------------------------

             Summary: 19 failures in BV tck when upgrading to 1.0.6.GA level
                 Key: GERONIMO-6346
                 URL: https://issues.apache.org/jira/browse/GERONIMO-6346
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
    Affects Versions: 3.0
            Reporter: Forrest Xia


Running TestSuite
Tests run: 258, Failures: 19, Errors: 0, Skipped: 0, Time elapsed: 197.332 sec <<< FAILURE!

Results :

Failed tests: 
  testTargetedTypeIsGetter(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
  testAmbiguousValidatorResolution(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
  testTargetTypeIsClass(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
  testResolutionOfMinMaxForDifferentTypes(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
  testResolutionOfMultipleSizeValidators(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
  testUnexpectedTypeInValidatorResolution(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
  testTargetTypeIsInterface(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
  testTargetedTypeIsField(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
  testPropertyPathWithArray(org.hibernate.jsr303.tck.tests.validation.PropertyPathTest)
  testPropertyPathSet(org.hibernate.jsr303.tck.tests.validation.PropertyPathTest)
  testPropertyPathWithMap(org.hibernate.jsr303.tck.tests.validation.PropertyPathTest)
  testPropertyPathWithList(org.hibernate.jsr303.tck.tests.validation.PropertyPathTest)
  testGraphValidationWithList(org.hibernate.jsr303.tck.tests.validation.ValidateTest)
  testGraphValidationWithArray(org.hibernate.jsr303.tck.tests.validation.ValidateTest)
  testValidationIsPolymorphic(org.hibernate.jsr303.tck.tests.validation.ValidateTest)
  testContainedMap(org.hibernate.jsr303.tck.tests.validation.graphnavigation.GraphNavigationTest)
  testNoEndlessLoop(org.hibernate.jsr303.tck.tests.validation.graphnavigation.GraphNavigationTest)
  testGraphNavigationDeterminism(org.hibernate.jsr303.tck.tests.validation.graphnavigation.GraphNavigationTest)
  propertyPathInIterable(org.hibernate.jsr303.tck.tests.validation.validatorcontext.ConstraintValidatorContextTest)

Tests run: 258, Failures: 19, Errors: 0, Skipped: 0

For detailed exceptions, check the attached tck results.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (GERONIMO-6346) 19 failures in BV tck when upgrading to 1.0.6.GA level

Posted by "Forrest Xia (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-6346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13271241#comment-13271241 ] 

Forrest Xia commented on GERONIMO-6346:
---------------------------------------

Spent some time to figure out how to pull in bval 0.4 release into Geronimo, now a draft version is working with 1.0.6.GA tck level, however, need further testing on it.
                
> 19 failures in BV tck when upgrading to 1.0.6.GA level
> ------------------------------------------------------
>
>                 Key: GERONIMO-6346
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6346
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 3.0
>            Reporter: Forrest Xia
>            Assignee: Forrest Xia
>            Priority: Critical
>              Labels: BV,, bean, validation
>         Attachments: jsr303_1.0.6.GA_tckresults_surefire-reports.tar.gz
>
>
> Running TestSuite
> Tests run: 258, Failures: 19, Errors: 0, Skipped: 0, Time elapsed: 197.332 sec <<< FAILURE!
> Results :
> Failed tests: 
>   testTargetedTypeIsGetter(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testAmbiguousValidatorResolution(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testTargetTypeIsClass(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testResolutionOfMinMaxForDifferentTypes(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testResolutionOfMultipleSizeValidators(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testUnexpectedTypeInValidatorResolution(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testTargetTypeIsInterface(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testTargetedTypeIsField(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testPropertyPathWithArray(org.hibernate.jsr303.tck.tests.validation.PropertyPathTest)
>   testPropertyPathSet(org.hibernate.jsr303.tck.tests.validation.PropertyPathTest)
>   testPropertyPathWithMap(org.hibernate.jsr303.tck.tests.validation.PropertyPathTest)
>   testPropertyPathWithList(org.hibernate.jsr303.tck.tests.validation.PropertyPathTest)
>   testGraphValidationWithList(org.hibernate.jsr303.tck.tests.validation.ValidateTest)
>   testGraphValidationWithArray(org.hibernate.jsr303.tck.tests.validation.ValidateTest)
>   testValidationIsPolymorphic(org.hibernate.jsr303.tck.tests.validation.ValidateTest)
>   testContainedMap(org.hibernate.jsr303.tck.tests.validation.graphnavigation.GraphNavigationTest)
>   testNoEndlessLoop(org.hibernate.jsr303.tck.tests.validation.graphnavigation.GraphNavigationTest)
>   testGraphNavigationDeterminism(org.hibernate.jsr303.tck.tests.validation.graphnavigation.GraphNavigationTest)
>   propertyPathInIterable(org.hibernate.jsr303.tck.tests.validation.validatorcontext.ConstraintValidatorContextTest)
> Tests run: 258, Failures: 19, Errors: 0, Skipped: 0
> For detailed exceptions, check the attached tck results.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (GERONIMO-6346) 19 failures in BV tck when upgrading to 1.0.6.GA level

Posted by "Forrest Xia (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-6346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Forrest Xia resolved GERONIMO-6346.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0

bval 0.4 upgrade fix the failures.
                
> 19 failures in BV tck when upgrading to 1.0.6.GA level
> ------------------------------------------------------
>
>                 Key: GERONIMO-6346
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6346
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 3.0
>            Reporter: Forrest Xia
>            Assignee: Forrest Xia
>            Priority: Critical
>              Labels: BV,, bean, validation
>             Fix For: 3.0
>
>         Attachments: jsr303_1.0.6.GA_tckresults_surefire-reports.tar.gz
>
>
> Running TestSuite
> Tests run: 258, Failures: 19, Errors: 0, Skipped: 0, Time elapsed: 197.332 sec <<< FAILURE!
> Results :
> Failed tests: 
>   testTargetedTypeIsGetter(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testAmbiguousValidatorResolution(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testTargetTypeIsClass(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testResolutionOfMinMaxForDifferentTypes(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testResolutionOfMultipleSizeValidators(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testUnexpectedTypeInValidatorResolution(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testTargetTypeIsInterface(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testTargetedTypeIsField(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testPropertyPathWithArray(org.hibernate.jsr303.tck.tests.validation.PropertyPathTest)
>   testPropertyPathSet(org.hibernate.jsr303.tck.tests.validation.PropertyPathTest)
>   testPropertyPathWithMap(org.hibernate.jsr303.tck.tests.validation.PropertyPathTest)
>   testPropertyPathWithList(org.hibernate.jsr303.tck.tests.validation.PropertyPathTest)
>   testGraphValidationWithList(org.hibernate.jsr303.tck.tests.validation.ValidateTest)
>   testGraphValidationWithArray(org.hibernate.jsr303.tck.tests.validation.ValidateTest)
>   testValidationIsPolymorphic(org.hibernate.jsr303.tck.tests.validation.ValidateTest)
>   testContainedMap(org.hibernate.jsr303.tck.tests.validation.graphnavigation.GraphNavigationTest)
>   testNoEndlessLoop(org.hibernate.jsr303.tck.tests.validation.graphnavigation.GraphNavigationTest)
>   testGraphNavigationDeterminism(org.hibernate.jsr303.tck.tests.validation.graphnavigation.GraphNavigationTest)
>   propertyPathInIterable(org.hibernate.jsr303.tck.tests.validation.validatorcontext.ConstraintValidatorContextTest)
> Tests run: 258, Failures: 19, Errors: 0, Skipped: 0
> For detailed exceptions, check the attached tck results.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (GERONIMO-6346) 19 failures in BV tck when upgrading to 1.0.6.GA level

Posted by "Forrest Xia (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-6346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Forrest Xia updated GERONIMO-6346:
----------------------------------

    Priority: Critical  (was: Major)
    
> 19 failures in BV tck when upgrading to 1.0.6.GA level
> ------------------------------------------------------
>
>                 Key: GERONIMO-6346
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6346
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 3.0
>            Reporter: Forrest Xia
>            Priority: Critical
>              Labels: BV,, bean, validation
>         Attachments: jsr303_1.0.6.GA_tckresults_surefire-reports.tar.gz
>
>
> Running TestSuite
> Tests run: 258, Failures: 19, Errors: 0, Skipped: 0, Time elapsed: 197.332 sec <<< FAILURE!
> Results :
> Failed tests: 
>   testTargetedTypeIsGetter(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testAmbiguousValidatorResolution(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testTargetTypeIsClass(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testResolutionOfMinMaxForDifferentTypes(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testResolutionOfMultipleSizeValidators(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testUnexpectedTypeInValidatorResolution(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testTargetTypeIsInterface(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testTargetedTypeIsField(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testPropertyPathWithArray(org.hibernate.jsr303.tck.tests.validation.PropertyPathTest)
>   testPropertyPathSet(org.hibernate.jsr303.tck.tests.validation.PropertyPathTest)
>   testPropertyPathWithMap(org.hibernate.jsr303.tck.tests.validation.PropertyPathTest)
>   testPropertyPathWithList(org.hibernate.jsr303.tck.tests.validation.PropertyPathTest)
>   testGraphValidationWithList(org.hibernate.jsr303.tck.tests.validation.ValidateTest)
>   testGraphValidationWithArray(org.hibernate.jsr303.tck.tests.validation.ValidateTest)
>   testValidationIsPolymorphic(org.hibernate.jsr303.tck.tests.validation.ValidateTest)
>   testContainedMap(org.hibernate.jsr303.tck.tests.validation.graphnavigation.GraphNavigationTest)
>   testNoEndlessLoop(org.hibernate.jsr303.tck.tests.validation.graphnavigation.GraphNavigationTest)
>   testGraphNavigationDeterminism(org.hibernate.jsr303.tck.tests.validation.graphnavigation.GraphNavigationTest)
>   propertyPathInIterable(org.hibernate.jsr303.tck.tests.validation.validatorcontext.ConstraintValidatorContextTest)
> Tests run: 258, Failures: 19, Errors: 0, Skipped: 0
> For detailed exceptions, check the attached tck results.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (GERONIMO-6346) 19 failures in BV tck when upgrading to 1.0.6.GA level

Posted by "Forrest Xia (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-6346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Forrest Xia reassigned GERONIMO-6346:
-------------------------------------

    Assignee: Forrest Xia
    
> 19 failures in BV tck when upgrading to 1.0.6.GA level
> ------------------------------------------------------
>
>                 Key: GERONIMO-6346
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6346
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 3.0
>            Reporter: Forrest Xia
>            Assignee: Forrest Xia
>            Priority: Critical
>              Labels: BV,, bean, validation
>         Attachments: jsr303_1.0.6.GA_tckresults_surefire-reports.tar.gz
>
>
> Running TestSuite
> Tests run: 258, Failures: 19, Errors: 0, Skipped: 0, Time elapsed: 197.332 sec <<< FAILURE!
> Results :
> Failed tests: 
>   testTargetedTypeIsGetter(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testAmbiguousValidatorResolution(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testTargetTypeIsClass(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testResolutionOfMinMaxForDifferentTypes(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testResolutionOfMultipleSizeValidators(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testUnexpectedTypeInValidatorResolution(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testTargetTypeIsInterface(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testTargetedTypeIsField(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testPropertyPathWithArray(org.hibernate.jsr303.tck.tests.validation.PropertyPathTest)
>   testPropertyPathSet(org.hibernate.jsr303.tck.tests.validation.PropertyPathTest)
>   testPropertyPathWithMap(org.hibernate.jsr303.tck.tests.validation.PropertyPathTest)
>   testPropertyPathWithList(org.hibernate.jsr303.tck.tests.validation.PropertyPathTest)
>   testGraphValidationWithList(org.hibernate.jsr303.tck.tests.validation.ValidateTest)
>   testGraphValidationWithArray(org.hibernate.jsr303.tck.tests.validation.ValidateTest)
>   testValidationIsPolymorphic(org.hibernate.jsr303.tck.tests.validation.ValidateTest)
>   testContainedMap(org.hibernate.jsr303.tck.tests.validation.graphnavigation.GraphNavigationTest)
>   testNoEndlessLoop(org.hibernate.jsr303.tck.tests.validation.graphnavigation.GraphNavigationTest)
>   testGraphNavigationDeterminism(org.hibernate.jsr303.tck.tests.validation.graphnavigation.GraphNavigationTest)
>   propertyPathInIterable(org.hibernate.jsr303.tck.tests.validation.validatorcontext.ConstraintValidatorContextTest)
> Tests run: 258, Failures: 19, Errors: 0, Skipped: 0
> For detailed exceptions, check the attached tck results.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (GERONIMO-6346) 19 failures in BV tck when upgrading to 1.0.6.GA level

Posted by "Forrest Xia (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-6346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Forrest Xia updated GERONIMO-6346:
----------------------------------

    Attachment: jsr303_1.0.6.GA_tckresults_surefire-reports.tar.gz
    
> 19 failures in BV tck when upgrading to 1.0.6.GA level
> ------------------------------------------------------
>
>                 Key: GERONIMO-6346
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6346
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 3.0
>            Reporter: Forrest Xia
>              Labels: BV,, bean, validation
>         Attachments: jsr303_1.0.6.GA_tckresults_surefire-reports.tar.gz
>
>
> Running TestSuite
> Tests run: 258, Failures: 19, Errors: 0, Skipped: 0, Time elapsed: 197.332 sec <<< FAILURE!
> Results :
> Failed tests: 
>   testTargetedTypeIsGetter(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testAmbiguousValidatorResolution(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testTargetTypeIsClass(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testResolutionOfMinMaxForDifferentTypes(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testResolutionOfMultipleSizeValidators(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testUnexpectedTypeInValidatorResolution(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testTargetTypeIsInterface(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testTargetedTypeIsField(org.hibernate.jsr303.tck.tests.constraints.validatorresolution.ValidatorResolutionTest)
>   testPropertyPathWithArray(org.hibernate.jsr303.tck.tests.validation.PropertyPathTest)
>   testPropertyPathSet(org.hibernate.jsr303.tck.tests.validation.PropertyPathTest)
>   testPropertyPathWithMap(org.hibernate.jsr303.tck.tests.validation.PropertyPathTest)
>   testPropertyPathWithList(org.hibernate.jsr303.tck.tests.validation.PropertyPathTest)
>   testGraphValidationWithList(org.hibernate.jsr303.tck.tests.validation.ValidateTest)
>   testGraphValidationWithArray(org.hibernate.jsr303.tck.tests.validation.ValidateTest)
>   testValidationIsPolymorphic(org.hibernate.jsr303.tck.tests.validation.ValidateTest)
>   testContainedMap(org.hibernate.jsr303.tck.tests.validation.graphnavigation.GraphNavigationTest)
>   testNoEndlessLoop(org.hibernate.jsr303.tck.tests.validation.graphnavigation.GraphNavigationTest)
>   testGraphNavigationDeterminism(org.hibernate.jsr303.tck.tests.validation.graphnavigation.GraphNavigationTest)
>   propertyPathInIterable(org.hibernate.jsr303.tck.tests.validation.validatorcontext.ConstraintValidatorContextTest)
> Tests run: 258, Failures: 19, Errors: 0, Skipped: 0
> For detailed exceptions, check the attached tck results.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira