bamcis-io / PrestoClient

A .NET client for Prestodb written targetting .NET Standard 2.0.
MIT License
18 stars 18 forks source link

Automate testing for dev and ci #16

Closed naushadh closed 1 year ago

naushadh commented 1 year ago

We should have a way to quickly and easily run tests in development, and also have CI do the same. See commit messages to learn more. Intentionally targeting vNext base branch as it contains improvements necessary to connect with newer versions of Trino.

See CI results here: https://github.com/naushadh/PrestoClient/actions/runs/3033470718

Currently it is failing due to a known issue with GetQuery, which required a lot of changes which I've split off into a separate patch. See the final successful CI results here (also links to patch): https://github.com/naushadh/PrestoClient/actions/runs/3033552644

Depends on: https://github.com/bamcis-io/PrestoClient/issues/14 Supersedes: https://github.com/bamcis-io/PrestoClient/pull/9