BlazingDB / blazingsql

BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.
https://blazingsql.com
Apache License 2.0
1.93k stars 183 forks source link

Implement CI testing for various filesystems #1460

Open felipeblazing opened 3 years ago

felipeblazing commented 3 years ago

GPUCI only tests the local filesystems. We want to improve our coverage.

We want to be able to tests a subset of the e2e tests that can run on various storage systems including:

The work here is getting the 100MB TPC-H dataset uploaded to all of these backends and make them available to the testing framework so that we can create connections to these backends.