|
9 | 9 | import org.hibernate.QueryException; |
10 | 10 | import org.hibernate.dialect.DerbyDialect; |
11 | 11 |
|
12 | | -import org.hibernate.dialect.H2Dialect; |
13 | | -import org.hibernate.dialect.HSQLDialect; |
14 | 12 | import org.hibernate.dialect.MariaDBDialect; |
15 | 13 | import org.hibernate.dialect.MySQLDialect; |
16 | | -import org.hibernate.dialect.SybaseDialect; |
17 | 14 | import org.hibernate.dialect.TiDBDialect; |
18 | 15 | import org.hibernate.testing.orm.domain.StandardDomainModel; |
19 | 16 | import org.hibernate.testing.orm.domain.gambit.EntityOfBasics; |
@@ -94,14 +91,6 @@ public void testIdVersionFunctions(SessionFactoryScope scope) { |
94 | 91 | } |
95 | 92 |
|
96 | 93 | @Test |
97 | | - @RequiresDialect(H2Dialect.class) |
98 | | - @RequiresDialect(HSQLDialect.class) |
99 | | - @RequiresDialect(DerbyDialect.class) |
100 | | - @RequiresDialect(MySQLDialect.class) |
101 | | - @RequiresDialect(SybaseDialect.class) |
102 | | - @RequiresDialect(MariaDBDialect.class) |
103 | | - @RequiresDialect(TiDBDialect.class) |
104 | | - // it's failing on the other dialects due to a bug in query translator |
105 | 94 | public void testMaxMinSumIndexElement(SessionFactoryScope scope) { |
106 | 95 | scope.inTransaction( |
107 | 96 | session -> { |
@@ -133,14 +122,6 @@ public void testMaxMinSumIndexElement(SessionFactoryScope scope) { |
133 | 122 | } |
134 | 123 |
|
135 | 124 | @Test |
136 | | - @RequiresDialect(H2Dialect.class) |
137 | | - @RequiresDialect(HSQLDialect.class) |
138 | | - @RequiresDialect(DerbyDialect.class) |
139 | | - @RequiresDialect(MySQLDialect.class) |
140 | | - @RequiresDialect(SybaseDialect.class) |
141 | | - @RequiresDialect(MariaDBDialect.class) |
142 | | - @RequiresDialect(TiDBDialect.class) |
143 | | - // it's failing on the other dialects due to a bug in query translator |
144 | 125 | public void testMaxindexMaxelement(SessionFactoryScope scope) { |
145 | 126 | scope.inTransaction( |
146 | 127 | session -> { |
|
0 commit comments