File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5050:ByNameTests.*\
5151:CompressionTests.*\
5252:LoggingTests.*\
53+ :PreparedMetadataTests.*\
54+ :UseKeyspaceCaseSensitiveTests.*\
5355:-PreparedTests.Integration_Cassandra_PreparedIDUnchangedDuringReprepare\
5456:ExecutionProfileTest.InvalidName"
5557 run : valgrind --error-exitcode=123 --leak-check=full --errors-for-leak-kinds=definite ./cassandra-integration-tests --scylla --version=release:5.0.0 --category=CASSANDRA --verbose=ccm --gtest_filter="$Tests"
Original file line number Diff line number Diff line change @@ -51,11 +51,15 @@ jobs:
5151:ByNameTests.*\
5252:CompressionTests.*\
5353:LoggingTests.*\
54+ :PreparedMetadataTests.*\
55+ :UseKeyspaceCaseSensitiveTests.*\
5456:-PreparedTests.Integration_Cassandra_PreparedIDUnchangedDuringReprepare\
5557:PreparedTests.Integration_Cassandra_FailFastWhenPreparedIDChangesDuringReprepare\
5658:*7.Integration_Cassandra_*\
5759:SslTests.Integration_Cassandra_ReconnectAfterClusterCrashAndRestart\
58- :ExecutionProfileTest.InvalidName"
60+ :ExecutionProfileTest.InvalidName\
61+ :PreparedMetadataTests.Integration_Cassandra_AlterDoesntUpdateColumnCount\
62+ :UseKeyspaceCaseSensitiveTests.Integration_Cassandra_ConnectWithKeyspace"
5963 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"
6064
6165 - name : Upload test logs
Original file line number Diff line number Diff line change @@ -295,12 +295,6 @@ CASS_EXPORT CassVersion
295295cass_schema_meta_version (const CassSchemaMeta* schema_meta){
296296 throw std::runtime_error (" UNIMPLEMENTED cass_schema_meta_version\n " );
297297}
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- }
304298CASS_EXPORT void
305299cass_session_get_metrics (const CassSession* session,
306300 CassMetrics* output){
You can’t perform that action at this time.
0 commit comments