kysely icon indicating copy to clipboard operation
kysely copied to clipboard

fix bun tests hanging in CI.

Open igalklebanov opened this issue 1 year ago • 3 comments

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.

igalklebanov avatar Feb 13 '24 22:02 igalklebanov

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

Jarred-Sumner avatar Feb 22 '24 07:02 Jarred-Sumner

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 avatar Feb 22 '24 09:02 igalklebanov

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

igalklebanov avatar Apr 06 '24 17:04 igalklebanov