You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: run SQL E2E via standalone haybarn + signed vgi community extension
Replace the e2e-sql job (which installed haybarn-unittest via uv tool and ran
`make test-sql` on a clean runner, where `LOAD vgi;` failed because the vgi
extension was never provisioned) with the proven vgi-scikit-learn pattern:
- resolve-haybarn job resolves the latest Query-farm-haybarn/haybarn release.
- integration job (ubuntu + macos) builds target/release/units-worker, downloads
the prebuilt standalone haybarn_unittest asset, and runs ci/run-integration.sh.
- ci/run-integration.sh stages the suite through ci/preprocess-require.awk, warms
the extension cache (`INSTALL vgi FROM community;` — what makes the tests'
explicit `LOAD vgi;` succeed), then runs the whole suite in one invocation.
build-test (fmt/clippy/build/unit) is unchanged.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments