File tree 3 files changed +10
-8
lines changed
3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 50
50
:ByNameTests.*\
51
51
:CompressionTests.*\
52
52
:LoggingTests.*\
53
+ :PreparedMetadataTests.*\
54
+ :UseKeyspaceCaseSensitiveTests.*\
53
55
:-PreparedTests.Integration_Cassandra_PreparedIDUnchangedDuringReprepare\
54
56
:ExecutionProfileTest.InvalidName\
55
- :*NoCompactEnabledConnection"
57
+ :*NoCompactEnabledConnection\
58
+ :PreparedMetadataTests.Integration_Cassandra_AlterDoesntUpdateColumnCount\
59
+ :UseKeyspaceCaseSensitiveTests.Integration_Cassandra_ConnectWithKeyspace"
56
60
run : valgrind --error-exitcode=123 --leak-check=full --errors-for-leak-kinds=definite ./cassandra-integration-tests --scylla --version=release:6.0.0 --category=CASSANDRA --verbose=ccm --gtest_filter="$Tests"
57
61
58
62
- name : Upload test logs
Original file line number Diff line number Diff line change @@ -51,11 +51,15 @@ jobs:
51
51
:ByNameTests.*\
52
52
:CompressionTests.*\
53
53
:LoggingTests.*\
54
+ :PreparedMetadataTests.*\
55
+ :UseKeyspaceCaseSensitiveTests.*\
54
56
:-PreparedTests.Integration_Cassandra_PreparedIDUnchangedDuringReprepare\
55
57
:PreparedTests.Integration_Cassandra_FailFastWhenPreparedIDChangesDuringReprepare\
56
58
:SslTests.Integration_Cassandra_ReconnectAfterClusterCrashAndRestart\
57
59
:ExecutionProfileTest.InvalidName\
58
- :*NoCompactEnabledConnection"
60
+ :*NoCompactEnabledConnection\
61
+ :PreparedMetadataTests.Integration_Cassandra_AlterDoesntUpdateColumnCount\
62
+ :UseKeyspaceCaseSensitiveTests.Integration_Cassandra_ConnectWithKeyspace"
59
63
run : valgrind --error-exitcode=123 --leak-check=full --errors-for-leak-kinds=definite ./cassandra-integration-tests --version=4.0.7 --category=CASSANDRA --verbose=ccm --gtest_filter="$Tests"
60
64
61
65
- name : Upload test logs
Original file line number Diff line number Diff line change @@ -295,12 +295,6 @@ CASS_EXPORT CassVersion
295
295
cass_schema_meta_version (const CassSchemaMeta* schema_meta){
296
296
throw std::runtime_error (" UNIMPLEMENTED cass_schema_meta_version\n " );
297
297
}
298
- CASS_EXPORT CassFuture*
299
- cass_session_connect_keyspace (CassSession* session,
300
- const CassCluster* cluster,
301
- const char * keyspace){
302
- throw std::runtime_error (" UNIMPLEMENTED cass_session_connect_keyspace\n " );
303
- }
304
298
CASS_EXPORT void
305
299
cass_session_get_metrics (const CassSession* session,
306
300
CassMetrics* output){
You can’t perform that action at this time.
0 commit comments