Skip to content

Catalyst Dev — Change Log

Version 10.2.1 (2026-05-28)

Scheduler Test Isolation Fix

Eight scheduler tests were silently failing on any machine with active background workers — CI passed because it runs sandboxed, masking a regression introduced by the CTL-705 preemption sweep. The fix injects liveBackgroundCount: () => 0 into the affected test fixtures so local dev environments with live pipelines no longer see false failures. No production code changed and no migration is needed.

Bug Fixes

  • dev: inject liveBackgroundCount in scheduler tests broken by CTL-705 preemption (CTL-715) (#1188) (9e1dedf)