You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2020/10/03 07:39:44 UTC

[cayenne] 02/02: CAY-2682 Vertical Inheritance: DB-generated PK doesn't propagate from the root to children

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

aadamchik pushed a commit to branch STABLE-4.1
in repository https://gitbox.apache.org/repos/asf/cayenne.git

commit 4073c134f7c9415773f5511d74aebfe451cfb0f6
Author: Andrus Adamchik <an...@objectstyle.com>
AuthorDate: Sat Oct 3 10:34:33 2020 +0300

    CAY-2682 Vertical Inheritance: DB-generated PK doesn't propagate from the root to children
    
    * marking the test as ignored
---
 .../src/test/java/org/apache/cayenne/access/VerticalInheritanceIT.java  | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cayenne-server/src/test/java/org/apache/cayenne/access/VerticalInheritanceIT.java b/cayenne-server/src/test/java/org/apache/cayenne/access/VerticalInheritanceIT.java
index 5ae52ab..8d9f1b7 100644
--- a/cayenne-server/src/test/java/org/apache/cayenne/access/VerticalInheritanceIT.java
+++ b/cayenne-server/src/test/java/org/apache/cayenne/access/VerticalInheritanceIT.java
@@ -33,6 +33,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.SQLException;
@@ -679,6 +680,7 @@ public class VerticalInheritanceIT extends ServerCase {
 	}
 
 	@Test
+	@Ignore("CAY-2682. Fixed in 4.2 as the FlushAction is reimplemented")
 	public void testPropagatedGeneratedPK() {
 		IvGenKeySub sub = context.newObject(IvGenKeySub.class);
 		sub.setName("test");