test-postgres and test-pgvector time out when they run on this project's self-hosted Linux runners. On GitHub-hosted runners the same tests finish in 5m11s and 1m48s. Both lanes drive the Go suite against a live PostgreSQL service container, and that container is the slow part.
#517 works around it by pinning those two lanes to ubuntu-latest. This issue exists so the pin in .github/workflows/ci.yml has a public explanation; it should be reverted once the runner side is fixed.
Diagnosis and remediation are tracked on the infrastructure side, outside this repo.
test-postgresandtest-pgvectortime out when they run on this project's self-hosted Linux runners. On GitHub-hosted runners the same tests finish in 5m11s and 1m48s. Both lanes drive the Go suite against a live PostgreSQL service container, and that container is the slow part.#517 works around it by pinning those two lanes to
ubuntu-latest. This issue exists so the pin in.github/workflows/ci.ymlhas a public explanation; it should be reverted once the runner side is fixed.Diagnosis and remediation are tracked on the infrastructure side, outside this repo.