You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@SkipForDialect(dialectClass = CockroachDialect.class, reason = "for update clause does not imply locking. See https://github.com/cockroachdb/cockroach/issues/88995")
57
+
@SkipForDialect(dialectClass = InformixDialect.class, reason = "no failure")
56
58
publicvoidtestLockTimeoutFind() {
57
59
finalItemitem = newItem( "find" );
58
60
@@ -94,6 +96,7 @@ public void testLockTimeoutFind() {
94
96
95
97
@Test
96
98
@SkipForDialect(dialectClass = CockroachDialect.class, reason = "Cockroach uses SERIALIZABLE by default and seems to fail reading a row that is exclusively locked by a different TX")
99
+
@SkipForDialect(dialectClass = InformixDialect.class, reason = "Cursor must be on simple SELECT for FOR UPDATE")
97
100
publicvoidtestLockTimeoutRefresh() {
98
101
finalItemitem = newItem( "refresh" );
99
102
@@ -136,6 +139,7 @@ public void testLockTimeoutRefresh() {
136
139
137
140
@Test
138
141
@SkipForDialect(dialectClass = CockroachDialect.class, reason = "Cockroach uses SERIALIZABLE by default and seems to fail reading a row that is exclusively locked by a different TX")
142
+
@SkipForDialect(dialectClass = InformixDialect.class, reason = "no failure")
@RequiresDialectFeature(feature=DialectFeatureChecks.SupportsLockingJoins.class, comment = "Come back and rework this to account for follow-on testing")
45
+
@SkipForDialect( dialectClass = InformixDialect.class, reason = "Cursor must be on simple SELECT for FOR UPDATE")
0 commit comments