mirror of
https://github.com/nearai/ironclaw.git
synced 2026-09-03 08:06:01 +08:00
* test(e2e): fix Slack fixture boot path Fixes #2623 * test(e2e): tighten slack fixture teardown - Wrap tmpdirs and process lifecycle in an outer try/finally so reserved sockets always close, including when TemporaryDirectory construction fails before yield. - Drop redundant `reset_fake_slack` calls at the start of tests now that the `active_slack` fixture already resets between tests. Keeps the intentional mid-test reset in the malformed-payload resilience case. Review follow-ups on #2638. No behavior change for passing tests. --------- Co-authored-by: Illia Polosukhin <ilblackdragon@gmail.com>