File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
hibernate-vector/src/test/java/org/hibernate/vector Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 99import org .hibernate .annotations .Array ;
1010import org .hibernate .annotations .JdbcTypeCode ;
1111import org .hibernate .dialect .OracleDialect ;
12+ import org .hibernate .testing .orm .junit .SkipForDialect ;
1213import org .hibernate .type .SqlTypes ;
1314
1415import org .hibernate .testing .orm .junit .DomainModel ;
@@ -168,6 +169,7 @@ public void testVectorDims(SessionFactoryScope scope) {
168169 }
169170
170171 @ Test
172+ @ SkipForDialect (dialectClass = OracleDialect .class , reason = "Oracle 23.9 bug" )
171173 public void testVectorNorm (SessionFactoryScope scope ) {
172174 scope .inTransaction ( em -> {
173175 //tag::vector-norm-example[]
Original file line number Diff line number Diff line change 99import org .hibernate .annotations .Array ;
1010import org .hibernate .annotations .JdbcTypeCode ;
1111import org .hibernate .dialect .OracleDialect ;
12+ import org .hibernate .testing .orm .junit .SkipForDialect ;
1213import org .hibernate .type .SqlTypes ;
1314
1415import org .hibernate .testing .orm .junit .DomainModel ;
@@ -167,6 +168,7 @@ public void testVectorDims(SessionFactoryScope scope) {
167168 }
168169
169170 @ Test
171+ @ SkipForDialect (dialectClass = OracleDialect .class , reason = "Oracle 23.9 bug" )
170172 public void testVectorNorm (SessionFactoryScope scope ) {
171173 scope .inTransaction ( em -> {
172174 //tag::vector-norm-example[]
Original file line number Diff line number Diff line change 99import org .hibernate .annotations .Array ;
1010import org .hibernate .annotations .JdbcTypeCode ;
1111import org .hibernate .dialect .OracleDialect ;
12+ import org .hibernate .testing .orm .junit .SkipForDialect ;
1213import org .hibernate .type .SqlTypes ;
1314
1415import org .hibernate .testing .orm .junit .DomainModel ;
@@ -186,6 +187,7 @@ public void testVectorDims(SessionFactoryScope scope) {
186187 }
187188
188189 @ Test
190+ @ SkipForDialect (dialectClass = OracleDialect .class , reason = "Oracle 23.9 bug" )
189191 public void testVectorNorm (SessionFactoryScope scope ) {
190192 scope .inTransaction ( em -> {
191193 //tag::vector-norm-example[]
Original file line number Diff line number Diff line change 99import org .hibernate .annotations .Array ;
1010import org .hibernate .annotations .JdbcTypeCode ;
1111import org .hibernate .dialect .OracleDialect ;
12+ import org .hibernate .testing .orm .junit .SkipForDialect ;
1213import org .hibernate .type .SqlTypes ;
1314
1415import org .hibernate .testing .orm .junit .DomainModel ;
@@ -187,6 +188,7 @@ public void testVectorDims(SessionFactoryScope scope) {
187188 }
188189
189190 @ Test
191+ @ SkipForDialect (dialectClass = OracleDialect .class , reason = "Oracle 23.9 bug" )
190192 public void testVectorNorm (SessionFactoryScope scope ) {
191193 scope .inTransaction ( em -> {
192194 //tag::vector-norm-example[]
You can’t perform that action at this time.
0 commit comments