You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cassandra.apache.org by Jorge Bay Gondra <jo...@gmail.com> on 2020/02/27 11:02:50 UTC

Smoke tests using the drivers

Hi,
We've setup a repository to launch smoke tests for Cassandra release
candidates using the drivers.

https://github.com/datastax/cassandra-drivers-smoke-test

It runs a subset of the integration test suite of Node.js, Java and C#
drivers (Python and C++ drivers should be added soon). It currently uses
AppVeyor
<https://ci.appveyor.com/project/DataStax/cassandra-drivers-smoke-test> for
Linux but we could easily switch CI service providers in the future if
needed. It uses environment variables to set the C* tarball url and version.

<https://ci.appveyor.com/project/DataStax/cassandra-drivers-smoke-test>
Thanks,
Jorge