kysely-org / kysely

A type-safe typescript SQL query builder
https://kysely.dev
MIT License
10.22k stars 259 forks source link

fix bun tests hanging in CI. #882

Open igalklebanov opened 6 months ago

igalklebanov commented 6 months ago

Hey 👋

Bun tests are hanging in GitHub Actions. Durations going 3h and beyond for the bun related steps.

I have disabled bun steps until fixed @ test.yml.

Jarred-Sumner commented 6 months ago

I wonder if it's an IPv6 issue. Bun doesn't implement "happy eyeballs" yet.

igalklebanov commented 6 months ago

If it's of any use, this is where it started happening: https://github.com/kysely-org/kysely/actions/runs/7764564469/job/21178156254#step:13:1 bun install v1.0.25 (a8ff7be6)

bun install v1.0.18 (36c316a2) was last good run.

igalklebanov commented 5 months ago

bun 1.1.2+c8d072c2a still hanging. https://github.com/kysely-org/kysely/actions/runs/8582688442/job/23521068831?pr=942