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


The following commit(s) were added to refs/heads/master by this push:
     new 9e5c094ef Debugging CAY2723IT test failure
9e5c094ef is described below

commit 9e5c094efe990200a4084994989beda39f208ab5
Author: Nikita Timofeev <stari...@gmail.com>
AuthorDate: Tue Mar 14 16:50:43 2023 +0300

    Debugging CAY2723IT test failure
---
 cayenne-server/src/test/java/org/apache/cayenne/access/CAY2723IT.java | 4 ++++
 1 file changed, 4 insertions(+)

diff --git 
a/cayenne-server/src/test/java/org/apache/cayenne/access/CAY2723IT.java 
b/cayenne-server/src/test/java/org/apache/cayenne/access/CAY2723IT.java
index d3177ba8b..5749e5398 100644
--- a/cayenne-server/src/test/java/org/apache/cayenne/access/CAY2723IT.java
+++ b/cayenne-server/src/test/java/org/apache/cayenne/access/CAY2723IT.java
@@ -59,6 +59,10 @@ public class CAY2723IT extends ServerCase {
         Painting painting = context.newObject(Painting.class);
         painting.setPaintingTitle("test_warmup");
         context.commitChanges();
+
+        painting = context.newObject(Painting.class);
+        painting.setPaintingTitle("test_warmup");
+        context.commitChanges();
     }
 
     @Test

Reply via email to