Skip to content

CI cannot run the Parquet integration tests #18

Description

@gaurav

.github/workflows/ci.yml's integration-test job runs pytest -v -m "integration and not slow"
but sets no Babel configuration, so it uses the public default. shared_downloader HEADs
duckdb/Concord.parquet, gets a 404, and skips 28 tests. The 13 that do run only exercise the
NodeNorm API.

The job is green and covers none of the DuckDB query layer, the downloader's real network paths,
or the cache-refresh logic.

Options

  • Set BABEL_RELEASES_URL (and BABEL_VERSION) from a repository secret pointing at a tree that
    publishes the files. Note the runner would pull ~626 MB for Concord, so keep excluding slow.
  • Or close this as obsolete once Publish the DuckDB Parquet files in public Babel releases #16 lands and the public default works — that is the better
    outcome, since it needs no secret at all.

Blocked on, and possibly resolved by, #16.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions