Commit f38bfd5
ci: bump VGI_REF to HEAD after upstream rename batch
The integration suite pins the .test files at VGI_REF but installs the vgi
extension live from community (unpinned). Upstream advanced past the old pin
(4444d66) with extension-side renames the community build already shipped, so
the pinned tests called names the new extension no longer has:
vgi_join_keys_limit setting -> vgi_join_keys_threshold (0504226)
vgi_worker_subprocess_pool() -> vgi_worker_pool() (8381b69)
vgi_worker_pool_flush() scalar -> table function (f9e78f5)
All are SQL surface, not worker code — no Java change needed. Bumping VGI_REF
to HEAD (3e4b68d) picks up the updated tests. HEAD also adds
connection_string.test (bare connection-string / ?location= ATTACH discovery),
which reuses the existing InvokeCatalogs RPC, so the worker already satisfies
it. Verified the full source-built suite (185/185) and re-ran the four renamed
tests + connection_string.test against the actual CI path (INSTALL vgi FROM
community + local haybarn-unittest + the Java worker) — all green.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 6e6e5c1 commit f38bfd5
2 files changed
Lines changed: 27 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
290 | 316 | | |
291 | 317 | | |
292 | 318 | | |
| |||
0 commit comments