You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Andrei Veprev (JIRA)" <ji...@apache.org> on 2012/04/27 13:59:51 UTC

[jira] [Created] (CAY-1699) Tests for disjoint by id don't work on MySQL

Andrei Veprev created CAY-1699:
----------------------------------

             Summary: Tests for disjoint by id don't work on MySQL
                 Key: CAY-1699
                 URL: https://issues.apache.org/jira/browse/CAY-1699
             Project: Cayenne
          Issue Type: Bug
          Components: Core Library
    Affects Versions: 3.1M4
            Reporter: Andrei Veprev
             Fix For: 3.1M4


Tests that have been introduced in CAY-1681 don't work on MySQL:

Failed tests: 
  testOneToOneRelationship(org.apache.cayenne.access.DataContextDisjointByIdPrefetchTest)
  testLongFlattenedRelationship(org.apache.cayenne.access.DataContextDisjointByIdPrefetchTest)
  testFlattenedMultiColumnRelationship(org.apache.cayenne.access.DataContextDisjointByIdPrefetchTest)
  testJointPrefetchInParent(org.apache.cayenne.access.DataContextDisjointByIdPrefetchTest)
  testJointPrefetchInChild(org.apache.cayenne.access.DataContextDisjointByIdPrefetchTest)

--
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] [Closed] (CAY-1699) Tests for disjoint by id don't work on MySQL

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

Andrus Adamchik closed CAY-1699.
--------------------------------

    Resolution: Fixed

Patch applied. Thanks. Let's see how the Jenkins build goes this time.
                
> Tests for disjoint by id don't work on MySQL
> --------------------------------------------
>
>                 Key: CAY-1699
>                 URL: https://issues.apache.org/jira/browse/CAY-1699
>             Project: Cayenne
>          Issue Type: Bug
>          Components: Core Library
>    Affects Versions: 3.1M4
>            Reporter: Andrei Veprev
>             Fix For: 3.1M4
>
>         Attachments: CAY-1699.patch
>
>
> Tests that have been introduced in CAY-1681 don't work on MySQL:
> Failed tests: 
>   testOneToOneRelationship(org.apache.cayenne.access.DataContextDisjointByIdPrefetchTest)
>   testLongFlattenedRelationship(org.apache.cayenne.access.DataContextDisjointByIdPrefetchTest)
>   testFlattenedMultiColumnRelationship(org.apache.cayenne.access.DataContextDisjointByIdPrefetchTest)
>   testJointPrefetchInParent(org.apache.cayenne.access.DataContextDisjointByIdPrefetchTest)
>   testJointPrefetchInChild(org.apache.cayenne.access.DataContextDisjointByIdPrefetchTest)

--
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] [Closed] (CAY-1699) Tests for disjoint by id don't work on MySQL

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

Andrus Adamchik closed CAY-1699.
--------------------------------

    Resolution: Fixed

committed the second patch
                
> Tests for disjoint by id don't work on MySQL
> --------------------------------------------
>
>                 Key: CAY-1699
>                 URL: https://issues.apache.org/jira/browse/CAY-1699
>             Project: Cayenne
>          Issue Type: Bug
>          Components: Core Library
>    Affects Versions: 3.1M4
>            Reporter: Andrei Veprev
>             Fix For: 3.1M4
>
>         Attachments: CAY-1699-v2.patch, CAY-1699.patch
>
>
> Tests that have been introduced in CAY-1681 don't work on MySQL:
> Failed tests: 
>   testOneToOneRelationship(org.apache.cayenne.access.DataContextDisjointByIdPrefetchTest)
>   testLongFlattenedRelationship(org.apache.cayenne.access.DataContextDisjointByIdPrefetchTest)
>   testFlattenedMultiColumnRelationship(org.apache.cayenne.access.DataContextDisjointByIdPrefetchTest)
>   testJointPrefetchInParent(org.apache.cayenne.access.DataContextDisjointByIdPrefetchTest)
>   testJointPrefetchInChild(org.apache.cayenne.access.DataContextDisjointByIdPrefetchTest)

--
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] [Reopened] (CAY-1699) Tests for disjoint by id don't work on MySQL

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

Andrei Veprev reopened CAY-1699:
--------------------------------

    
> Tests for disjoint by id don't work on MySQL
> --------------------------------------------
>
>                 Key: CAY-1699
>                 URL: https://issues.apache.org/jira/browse/CAY-1699
>             Project: Cayenne
>          Issue Type: Bug
>          Components: Core Library
>    Affects Versions: 3.1M4
>            Reporter: Andrei Veprev
>             Fix For: 3.1M4
>
>         Attachments: CAY-1699.patch
>
>
> Tests that have been introduced in CAY-1681 don't work on MySQL:
> Failed tests: 
>   testOneToOneRelationship(org.apache.cayenne.access.DataContextDisjointByIdPrefetchTest)
>   testLongFlattenedRelationship(org.apache.cayenne.access.DataContextDisjointByIdPrefetchTest)
>   testFlattenedMultiColumnRelationship(org.apache.cayenne.access.DataContextDisjointByIdPrefetchTest)
>   testJointPrefetchInParent(org.apache.cayenne.access.DataContextDisjointByIdPrefetchTest)
>   testJointPrefetchInChild(org.apache.cayenne.access.DataContextDisjointByIdPrefetchTest)

--
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] (CAY-1699) Tests for disjoint by id don't work on MySQL

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

Andrei Veprev updated CAY-1699:
-------------------------------

    Attachment: CAY-1699-v2.patch

Removed all order dependent checks in this new patch.
                
> Tests for disjoint by id don't work on MySQL
> --------------------------------------------
>
>                 Key: CAY-1699
>                 URL: https://issues.apache.org/jira/browse/CAY-1699
>             Project: Cayenne
>          Issue Type: Bug
>          Components: Core Library
>    Affects Versions: 3.1M4
>            Reporter: Andrei Veprev
>             Fix For: 3.1M4
>
>         Attachments: CAY-1699-v2.patch, CAY-1699.patch
>
>
> Tests that have been introduced in CAY-1681 don't work on MySQL:
> Failed tests: 
>   testOneToOneRelationship(org.apache.cayenne.access.DataContextDisjointByIdPrefetchTest)
>   testLongFlattenedRelationship(org.apache.cayenne.access.DataContextDisjointByIdPrefetchTest)
>   testFlattenedMultiColumnRelationship(org.apache.cayenne.access.DataContextDisjointByIdPrefetchTest)
>   testJointPrefetchInParent(org.apache.cayenne.access.DataContextDisjointByIdPrefetchTest)
>   testJointPrefetchInChild(org.apache.cayenne.access.DataContextDisjointByIdPrefetchTest)

--
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] (CAY-1699) Tests for disjoint by id don't work on MySQL

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

Andrei Veprev updated CAY-1699:
-------------------------------

    Attachment: CAY-1699.patch
    
> Tests for disjoint by id don't work on MySQL
> --------------------------------------------
>
>                 Key: CAY-1699
>                 URL: https://issues.apache.org/jira/browse/CAY-1699
>             Project: Cayenne
>          Issue Type: Bug
>          Components: Core Library
>    Affects Versions: 3.1M4
>            Reporter: Andrei Veprev
>             Fix For: 3.1M4
>
>         Attachments: CAY-1699.patch
>
>
> Tests that have been introduced in CAY-1681 don't work on MySQL:
> Failed tests: 
>   testOneToOneRelationship(org.apache.cayenne.access.DataContextDisjointByIdPrefetchTest)
>   testLongFlattenedRelationship(org.apache.cayenne.access.DataContextDisjointByIdPrefetchTest)
>   testFlattenedMultiColumnRelationship(org.apache.cayenne.access.DataContextDisjointByIdPrefetchTest)
>   testJointPrefetchInParent(org.apache.cayenne.access.DataContextDisjointByIdPrefetchTest)
>   testJointPrefetchInChild(org.apache.cayenne.access.DataContextDisjointByIdPrefetchTest)

--
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