Skip to content

Commit 974f1dc

Browse files
committed
Add patch for datastax 4.18.1
Copied over ignores and patch from 4.18.0 then resolved patch conflicts with 4.18.1 to generate a new one.
1 parent 402711d commit 974f1dc

File tree

2 files changed

+446
-0
lines changed

2 files changed

+446
-0
lines changed
Lines changed: 146 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,146 @@
1+
tests:
2+
# Unsupported CUSTOM INDEX class org.apache.cassandra.index.sasi.SASIIndex. Note that currently, Scylla does not support SASI or any other CUSTOM INDEX class.
3+
- DeleteIT
4+
- InsertIT
5+
- GetEntityIT
6+
- UpdateIT
7+
- SelectCustomWhereClauseIT
8+
- SelectIT
9+
- SetEntityIT
10+
- UpdateCustomIfClauseIT
11+
- CustomResultTypeIT
12+
- DeleteReactiveIT
13+
- FluentEntityIT
14+
- ImmutableEntityIT
15+
- InsertReactiveIT
16+
- SchemaValidationIT
17+
- SelectReactiveIT
18+
- UpdateReactiveIT
19+
20+
# ServerError: Not implemented: LWT
21+
- QueryReturnTypesIT#should_execute_conditional_query_and_map_to_boolean
22+
- QueryReturnTypesIT#should_execute_async_conditional_query_and_map_to_boolean
23+
- BatchStatementIT#should_execute_cas_batch
24+
- PreparedStatementIT#should_not_store_metadata_for_conditional_updates_in_legacy_protocol
25+
26+
# java isn't supported for scylla user defined functions and aggregations
27+
- SchemaChangesIT#should_handle_aggregate_creation
28+
- SchemaChangesIT#should_handle_aggregate_drop
29+
- SchemaChangesIT#should_handle_aggregate_update
30+
- SchemaChangesIT#should_handle_function_creation
31+
- SchemaChangesIT#should_handle_function_drop
32+
- SchemaChangesIT#should_handle_function_update
33+
34+
# Unknown property 'additional_write_policy'
35+
- DescribeIT
36+
37+
# wrong case of NULL is returned in schema of MV
38+
- SchemaChangesIT#should_handle_view_creation
39+
40+
# RandomPartitioner isn't supported by scylla anymore
41+
- RandomTokenIT
42+
- RandomTokenVnodesIT
43+
44+
# ByteOrderedPartitioner isn't supported by scylla anymore
45+
- ByteOrderedTokenVnodesIT
46+
- ByteOrderedTokenIT
47+
48+
# InvalidQueryException: Unknown type ks_17.address
49+
- CaseSensitiveUdtIT#should_expose_metadata_with_correct_case
50+
51+
# ServerError: Can't find a column family with UUID 963ec1e0-1771-11ea-8115-000000000000
52+
- CaseSensitiveUdtIT
53+
54+
# init query OPTIONS: unexpected server error [PROTOCOL_ERROR] Unknown compression algorithm)
55+
- DirectCompressionIT#should_execute_queries_with_lz4_compression
56+
- DirectCompressionIT#should_execute_queries_with_snappy_compression
57+
- HeapCompressionIT#should_execute_queries_with_lz4_compression
58+
- HeapCompressionIT#should_execute_queries_with_snappy_compression
59+
60+
# Cannot run program "*/java-driver/integration-tests/run.sh" (in directory "*/java-driver/integration-tests"): error=2, No such file or directory
61+
- CloudIT
62+
63+
# ssl issue - init query OPTIONS: error writing )
64+
- DefaultSslEngineFactoryIT
65+
- DefaultSslEngineFactoryPropertyBasedWithClientAuthIT
66+
- DefaultSslEngineFactoryWithClientAuthIT
67+
- DefaultSslEngineFactoryHostnameValidationIT
68+
- ProgrammaticSslIT
69+
- DefaultSslEngineFactoryPropertyBasedIT
70+
71+
# error: unrecognised option '-Dcassandra.superuser_setup_delay_ms=0'
72+
- PlainTextAuthProviderIT
73+
74+
# I don't know if scylla has the same thing for warnings, i.e. noticeable by the driver
75+
- ExecutionInfoWarningsIT
76+
77+
# weird errors, would need to investigate further
78+
- OsgiIT
79+
- OsgiLz4IT
80+
- OsgiShadedIT
81+
- OsgiSnappyIT
82+
- OsgiCustomLoadBalancingPolicyIT
83+
84+
# https://github.com/scylladb/scylla/issues/10008, scylla can return empty page, this test isn't expecting
85+
- SelectOtherClausesIT#should_select_with_per_partition_limit
86+
87+
# pause/resume scylla doesn't immediately have schema disagreement
88+
- SchemaAgreementIT#should_fail_on_timeout
89+
90+
# expecting scylla to report 3.11.0 as CQL version, scylla report 3.0.8 for now
91+
- NodeMetadataIT#should_expose_node_metadata
92+
93+
# NodeStateListener isn't called with onRemove when node decommissioned
94+
- RemovedNodeIT#should_signal_and_destroy_pool_when_node_gets_removed
95+
# Scylla doesn't support customPayload in CQL
96+
- BoundStatementCcmIT#should_propagate_attributes_when_preparing_a_simple_statement
97+
98+
# test wrongly assume all nodes are on 127.0.0.1 except node5 from dc2
99+
- DefaultLoadBalancingPolicyIT#should_apply_node_filter
100+
101+
- AddedNodeIT#should_signal_and_create_pool_when_node_gets_added
102+
103+
# scylla doesn't support protocol v5 yet
104+
- ProtocolVersionInitialNegotiationIT#should_downgrade_to_v5_oss
105+
- ProtocolVersionInitialNegotiationIT#should_not_downgrade_if_server_supports_latest_version_oss
106+
- ProtocolVersionInitialNegotiationIT#should_use_explicitly_provided_v5_oss
107+
108+
- PreparedStatementIT#should_not_store_metadata_for_conditional_updates
109+
- PreparedStatementIT#should_update_metadata_when_schema_changed_across_executions
110+
- PreparedStatementIT#should_update_metadata_when_schema_changed_across_sessions
111+
112+
- DefaultReactiveResultSetIT#should_write_batch_cas
113+
- DefaultReactiveResultSetIT#should_write_cas
114+
115+
- DriverExecutionProfileReloadIT
116+
- SessionLeakIT#should_warn_when_session_count_exceeds_threshold
117+
118+
# expected "Undefined column name d" and got "Undefined name d"
119+
- PreparedStatementIT#should_fail_to_reprepare_if_query_becomes_invalid
120+
121+
- PreparedStatementIT#should_not_store_metadata_for_conditional_updates
122+
- PreparedStatementIT#should_update_metadata_when_schema_changed_across_executions
123+
- PreparedStatementIT#should_update_metadata_when_schema_changed_across_sessions
124+
-
125+
# java.lang.IllegalArgumentException: Can't use per-request keyspace with protocol V4
126+
- PerRequestKeyspaceIT#hould_execute_batch_with_explicit_keyspace
127+
- PerRequestKeyspaceIT#should_execute_batch_with_inferred_keyspace
128+
- PerRequestKeyspaceIT#should_execute_simple_statement_with_keyspace
129+
- PerRequestKeyspaceIT#should_prepare_statement_with_keyspace
130+
- PerRequestKeyspaceIT#should_reprepare_statement_with_keyspace_on_the_fly
131+
- PreparedStatementIT#should_update_metadata_when_schema_changed_across_pages
132+
- PerRequestKeyspaceIT#should_execute_batch_with_explicit_keyspace
133+
134+
# Undefined name coordinator_port in selection clause
135+
- QueryTraceIT#should_fetch_trace_when_tracing_enabled
136+
# java.util.NoSuchElementException: No value present
137+
- SchemaIT#should_get_virtual_metadata
138+
- SchemaIT#should_exclude_virtual_keyspaces_from_token_map
139+
# skipping cause of https://github.com/scylladb/scylla/issues/10956
140+
- BoundStatementCcmIT#should_set_all_occurrences_of_variable
141+
# Can't use nowInSeconds with protocol V4
142+
- NowInSecondsIT
143+
144+
# V5 protocol checks are not supported in scylla
145+
- ProtocolVersionInitialNegotiationIT#should_not_downgrade_if_server_supports_latest_version
146+
- ProtocolVersionInitialNegotiationIT#should_use_explicitly_provided_v5

0 commit comments

Comments
 (0)