You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2021/05/26 07:48:37 UTC

[cayenne] branch master updated (48206e7 -> 5e8ac71)

This is an automated email from the ASF dual-hosted git repository.

ntimofeev pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git.


    from 48206e7  Fix WeakMap.Entry setValue() method
     add 83ba4b3  Added failing test for prefetched relationships not preserving pending changes (arc diffs)
     new 3fb01e2  Merge remote-tracking branch 'parent/pr/390'
     new 5e8ac71  CAY-2630 Prefetched relationships not preserving pending changes  test case

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/cayenne/access/JointPrefetchIT.java | 38 ++++++++++++++++++++++
 1 file changed, 38 insertions(+)

[cayenne] 01/02: Merge remote-tracking branch 'parent/pr/390'

Posted by nt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git

commit 3fb01e2cc847adb8519be32a5ab4830425dcdd74
Merge: 48206e7 83ba4b3
Author: Nikita Timofeev <st...@gmail.com>
AuthorDate: Wed May 26 10:47:11 2021 +0300

    Merge remote-tracking branch 'parent/pr/390'

 .../org/apache/cayenne/access/JointPrefetchIT.java | 36 ++++++++++++++++++++++
 1 file changed, 36 insertions(+)


[cayenne] 02/02: CAY-2630 Prefetched relationships not preserving pending changes test case

Posted by nt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git

commit 5e8ac71922ed6aaf1ba59089d1e57fe9f13bccf5
Author: Nikita Timofeev <st...@gmail.com>
AuthorDate: Wed May 26 10:48:26 2021 +0300

    CAY-2630 Prefetched relationships not preserving pending changes
     test case
---
 .../src/test/java/org/apache/cayenne/access/JointPrefetchIT.java        | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cayenne-server/src/test/java/org/apache/cayenne/access/JointPrefetchIT.java b/cayenne-server/src/test/java/org/apache/cayenne/access/JointPrefetchIT.java
index 21cefd1..b53e653 100644
--- a/cayenne-server/src/test/java/org/apache/cayenne/access/JointPrefetchIT.java
+++ b/cayenne-server/src/test/java/org/apache/cayenne/access/JointPrefetchIT.java
@@ -42,6 +42,7 @@ import org.apache.cayenne.unit.di.server.CayenneProjects;
 import org.apache.cayenne.unit.di.server.ServerCase;
 import org.apache.cayenne.unit.di.server.UseServerRuntime;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 
 import java.sql.Date;
@@ -442,6 +443,7 @@ public class JointPrefetchIT extends ServerCase {
     }
     
     @Test
+    @Ignore("Waiting for a fix, see CAY-2630")
     public void testJointPrefetchPreservesPendingToOneArcDiff() throws Exception {
         createJointPrefetchDataSet();