Skip to content

Smoke tests for Apache Cassandra using the DataStax Drivers

Notifications You must be signed in to change notification settings

datastax/cassandra-drivers-smoke-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Smoke test for Apache Cassandra using the DataStax Drivers

Run a subset of the integration test suite of each DataStax driver in order to smoke test Apache Cassandra releases.

Environment variables

The build requires two environment variables to be set: SERVER_PACKAGE_URL and CCM_VERSION.

For example:

export SERVER_PACKAGE_URL=https://dist.apache.org/repos/dist/release/cassandra/3.11.6/apache-cassandra-3.11.6-bin.tar.gz
export CCM_VERSION=3.11.6

AppVeyor Project

https://ci.appveyor.com/project/DataStax/cassandra-drivers-smoke-test/

The environment variables on AppVeyor are set using the Settings UI.

Other CI Service Providers

This project currently uses AppVeyor, if needed, it can easily be migrated to other CI Service Provider as all the logic on install.sh is provider agnostic.

License

© DataStax, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Smoke tests for Apache Cassandra using the DataStax Drivers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages