elastic / elasticsearch-sql-odbc

ODBC driver for Elasticsearch SQL
Other
0 stars 30 forks source link

Add CBOR integration testing #177

Closed bpintea closed 5 years ago

bpintea commented 5 years ago

This PR adds a re-run of the integration tests, but carried over CBOR.

The PR also enables parameter testing, but modifying the "protocol" tests and adding an equality test with a parameter for each of them; the paramter is the same value that the tests use to fetch from the server.

With this PR the application now queries the name of the cluster to match the cataog name against (so that it can be run against nightly build or a local compmilation easily).