bobozaur / sqlx-exasol

An Exasol database driver for the Rust SQLx framework
Apache License 2.0
1 stars 0 forks source link

Multi-node CI testing #5

Closed bobozaur closed 10 months ago

bobozaur commented 10 months ago

CI currently runs with a service container which represents a single-node Exasol database. As much as I tried, I couldn't get the driver to connect to a multi-node cluster created through exadt in Github Actions.

It would be nice to achieve that some day, so that the ETL tests are more comprehensive.