thibaultcha / lua-cassandra

Pure Lua driver for Apache Cassandra
https://thibaultcha.github.io/lua-cassandra
Other
98 stars 35 forks source link

feat(cluster) add timeout override to concensus check #102

Closed Tieske closed 7 years ago

Tieske commented 7 years ago

adds an override option to the wait_schema_consensus function for the default timeout.

thibaultcha commented 7 years ago

Fixed the failing tests due to the expired SSL certificate fixtures in #103 Thanks!