Skip to content

distage-testkit JS polish#2329

Merged
neko-kai merged 103 commits intodevelopfrom
feature/distage-testkit-js-followup-2
Apr 14, 2026
Merged

distage-testkit JS polish#2329
neko-kai merged 103 commits intodevelopfrom
feature/distage-testkit-js-followup-2

Conversation

@neko-kai
Copy link
Copy Markdown
Member

No description provided.

@neko-kai neko-kai force-pushed the feature/distage-testkit-js-followup branch from d961a4c to 540e161 Compare December 22, 2025 23:05
@neko-kai neko-kai force-pushed the feature/distage-testkit-js-followup-2 branch from b30daf5 to cbd9ca6 Compare December 24, 2025 22:44
Base automatically changed from feature/distage-testkit-js-followup to develop December 24, 2025 23:20
@neko-kai neko-kai force-pushed the feature/distage-testkit-js-followup-2 branch from 53ab194 to 2031122 Compare December 24, 2025 23:21
@neko-kai neko-kai marked this pull request as ready for review December 24, 2025 23:21
@neko-kai neko-kai requested a review from pshirshov as a code owner December 24, 2025 23:21
@codecov
Copy link
Copy Markdown

codecov bot commented Dec 24, 2025

Codecov Report

❌ Patch coverage is 86.60131% with 41 lines in your changes missing coverage. Please review.
✅ Project coverage is 67.82%. Comparing base (6ec8aba) to head (de34e4a).
⚠️ Report is 1 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2329      +/-   ##
===========================================
+ Coverage    67.32%   67.82%   +0.51%     
===========================================
  Files          636      635       -1     
  Lines        12640    12808     +168     
  Branches      1540     1588      +48     
===========================================
+ Hits          8508     8686     +178     
+ Misses        4132     4122      -10     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

neko-kai and others added 16 commits January 7, 2026 18:16
… and ZIO in distage-testkit

- Add syncThrowableInterruptible to IO2 (defaults to syncThrowable)
- Override in AsyncZio to use ZIO.attemptBlockingInterrupt
- Add maybeSuspendInterruptible to QuasiIO, use in RunnerToF.BlockingImpl
- For cats-effect, uses IO.interruptible; for ZIO, uses attemptBlockingInterrupt

This ensures fiber cancellation propagates as thread interrupt to the
actual compute thread, regardless of thread shifts from async operations.
issue was caused by `ZIO.attemptBlockingInterrupt` bombarding nested unsafeRun
with interrupts and seemingly preventing `interruptionFiber.start` (not `startConcurrently`)
from evaluating up to `tell(FiberMessage.InterruptSignal)`

Fixed by sending `tell` immediately, not running any fibers - avoiding any java calls that could trigger InterruptedException
…ocket missing and docker pull failure, unless system property `izumi.distage.testkit.skip.docker.failures` or env var `IZUMI_SKIP_DOCKER_FAILURES` is set
- adobe/kafka was incompatible with KafkaKRaftDocker settings
…2.unsafe.run implementation (interruption handling fix to arrive in ZIO 1.2.25)
- Update pureconfig 0.17.8 → 0.17.10 (Scala 2.13, 3)
- Keep pureconfig 0.17.8 for Scala 2.12 (0.17.9+ dropped 2.12 support)
- Bump Scala 2.12.20 → 2.12.21 (JDK 25 support)
- Bump ScalaJS 1.20.1 → 1.21.0
…stkit-js-followup-2

# Conflicts:
#	flake.lock
@neko-kai neko-kai merged commit d3e45fc into develop Apr 14, 2026
26 of 27 checks passed
@neko-kai neko-kai deleted the feature/distage-testkit-js-followup-2 branch April 14, 2026 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant