36
36
37
37
import com .datastax .driver .core .utils .CassandraVersion ;
38
38
import com .datastax .driver .core .utils .ScyllaSkip ;
39
+ import com .datastax .driver .core .utils .ScyllaVersion ;
39
40
import com .google .common .collect .ImmutableMap ;
40
41
import java .nio .ByteBuffer ;
41
42
import org .testng .annotations .Test ;
@@ -149,6 +150,11 @@ public void should_parse_counter_table() {
149
150
}
150
151
151
152
@ Test (groups = "short" )
153
+ @ ScyllaVersion (
154
+ maxOSS = "6.3.0" ,
155
+ maxEnterprise = "2025.1.0" ,
156
+ description =
157
+ "COMPACT STORAGE discontinued in https://github.com/scylladb/scylladb/pull/16403" )
152
158
public void should_parse_compact_static_table () {
153
159
TestUtils .compactStorageSupportCheck (ccm ());
154
160
// given
@@ -190,6 +196,11 @@ public void should_parse_compact_static_table() {
190
196
}
191
197
192
198
@ Test (groups = "short" )
199
+ @ ScyllaVersion (
200
+ maxOSS = "6.3.0" ,
201
+ maxEnterprise = "2025.1.0" ,
202
+ description =
203
+ "COMPACT STORAGE discontinued in https://github.com/scylladb/scylladb/pull/16403" )
193
204
public void should_parse_dense_table () {
194
205
TestUtils .compactStorageSupportCheck (ccm ());
195
206
// given
@@ -215,6 +226,11 @@ public void should_parse_dense_table() {
215
226
}
216
227
217
228
@ Test (groups = "short" )
229
+ @ ScyllaVersion (
230
+ maxOSS = "6.3.0" ,
231
+ maxEnterprise = "2025.1.0" ,
232
+ description =
233
+ "COMPACT STORAGE discontinued in https://github.com/scylladb/scylladb/pull/16403" )
218
234
public void should_parse_compact_dynamic_table () {
219
235
TestUtils .compactStorageSupportCheck (ccm ());
220
236
// given
@@ -251,6 +267,11 @@ public void should_parse_compact_dynamic_table() {
251
267
}
252
268
253
269
@ Test (groups = "short" )
270
+ @ ScyllaVersion (
271
+ maxOSS = "6.3.0" ,
272
+ maxEnterprise = "2025.1.0" ,
273
+ description =
274
+ "COMPACT STORAGE discontinued in https://github.com/scylladb/scylladb/pull/16403" )
254
275
public void should_parse_compact_table_with_multiple_clustering_columns () {
255
276
TestUtils .compactStorageSupportCheck (ccm ());
256
277
// given
0 commit comments