dacort / metabase-athena-driver

An Amazon Athena driver for Metabase 0.32 and later
Apache License 2.0
225 stars 32 forks source link

Feature/integration tests v2 #30

Closed dacort closed 4 years ago

dacort commented 4 years ago

This PR adds CircleCI integration to test the driver with both independent unit tests as well as integration tests that connect directly to Athena and issue queries.

For the time being, however, I'm only running a few specific integration tests. Running the full suite requires both some more thought of how to create/destroy the test environment as well as fixing a bunch of broken tests. 😱