SiyaoIsHiding opened a new pull request, #454: URL: https://github.com/apache/cassandra-nodejs-driver/pull/454
This PR will add a GitHub Action to run unit tests and integration tests against different OSS Cassandra versions and Node.js versions. The **token range test** has to be fixed because CCM [changed](https://github.com/apache/cassandra-ccm/blob/0b19c8eef37db2e11ecf5b27c42c883be88830ce/ccmlib/cmds/cluster_cmds.py#L295-L301) the default vnode token numbers for [CASSANDRA-13701](https://issues.apache.org/jira/browse/CASSANDRA-13701) since C* 4.0+. To verify whether the driver's metadata has the correct token count, it's more reliable to actually `SELECT tokens FROM system.local` instead of calculating 2*16. The **license header** test has to be fixed due to incorrect escaping. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
