From 6b96bea480d8164fa1af08862baccd1bf3b0b07e Mon Sep 17 00:00:00 2001 From: Roland Praml Date: Mon, 7 Feb 2022 16:23:50 +0100 Subject: [PATCH] Disabled Yugabyte --- .../java/io/ebeaninternal/dbmigration/DbMigrationTest.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ebean-test/src/test/java/io/ebeaninternal/dbmigration/DbMigrationTest.java b/ebean-test/src/test/java/io/ebeaninternal/dbmigration/DbMigrationTest.java index 0bd81fe63..b8a07afac 100644 --- a/ebean-test/src/test/java/io/ebeaninternal/dbmigration/DbMigrationTest.java +++ b/ebean-test/src/test/java/io/ebeaninternal/dbmigration/DbMigrationTest.java @@ -43,6 +43,11 @@ public class DbMigrationTest extends BaseTestCase { //Platform.CLICKHOUSE, // test(s) do not start at all //Platform.COCKROACH, // does not see applied DDL? commit missing? // Platform.NUODB nuodb container does not start + + // Yugabyte does not see column updates on table alters: + // update table T set C = 'value'; alter table T alter column C set not null -> error column C has null values + // do we need a commit after update? + Platform.YUGABYTE, }) //Platform.ORACLE, Platform.NUODB, Platform.POSTGRES, Platform.YUGABYTE}) // Note: Postgres locks up on build server