Files
windmill/.github/workflows
Ruben Fiszel c3812e41e1 ci: limit test threads to prevent pool exhaustion (#7852)
* ci: limit test threads to 16 to prevent postgres pool exhaustion

Running all tests with unlimited parallelism exhausts postgres
max_connections (default 100), causing sqlx::test databases to fail
setup and producing spurious RowNotFound errors.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix: CI ruby env vars and mysql test binary coercion

- Ruby executor reads RUBY_BUNDLE_PATH and RUBY_GEM_PATH but CI was
  setting BUNDLE_PATH and GEM_PATH, causing "Executable bundle not
  found on worker" errors.
- MySQL test CAST(CONCAT(...) AS CHAR) returns binary type when param
  is bound as bytes. Use CONVERT(? USING utf8mb4) to ensure character
  result type.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 18:25:10 +00:00
..
2025-03-28 00:32:26 +01:00
2026-01-14 11:51:07 +00:00
2025-12-19 13:07:00 +00:00
2026-01-29 08:44:16 +00:00
2024-05-12 21:16:02 +02:00
2025-12-19 13:07:00 +00:00
2026-01-13 18:26:23 +00:00
2024-03-28 01:22:36 +01:00
2025-12-19 13:07:00 +00:00