Skip to content

test: expand complex workflow fuzz coverage - #48

Merged
senamakel merged 1 commit into
mainfrom
issue-46-complex-fuzz-tests
Aug 13, 2026
Merged

test: expand complex workflow fuzz coverage#48
senamakel merged 1 commit into
mainfrom
issue-46-complex-fuzz-tests

Conversation

@senamakel

Copy link
Copy Markdown
Member

Summary

  • add generated cancellation, scatter isolation, timing-schedule, reducer associativity, and nested $replace properties
  • add complex agent/sub-workflow/scatter/gather/loop fixtures with observer-order assertions, lane error policies, routed lane recovery, and a bounded 256-lane run
  • add JSON reference workflows for spawn/gate and scatter/gather
  • check in shrunk proptest counterexamples

Bugs fixed

  • cancel spawned tickets, including tickets stored in lane slots, when a workflow is cancelled
  • interpret nested $replace sentinels when a merge creates a new object subtree
  • preserve lane-local state for on_error: continue and on_error: route
  • hand stopped lane failures to gather.on_lane_error instead of aborting before the gather
  • route lane activations only through the port actually emitted

Validation

  • cargo test --all-features
  • cargo clippy --all-features --all-targets -- -D warnings
  • cargo fmt --all -- --check

Refs #46

Co-authored-by: Medulla <medulla@tinyhumans.ai>
@coderabbitai

coderabbitai Bot commented Aug 13, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@senamakel, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 30 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 848f9d48-b9c9-402a-9eda-60a11654d5ea

📥 Commits

Reviewing files that changed from the base of the PR and between 2ca36c4 and d6adb1b.

📒 Files selected for processing (9)
  • proptest-regressions/engine_merge_tests.txt
  • src/engine.rs
  • src/engine_merge_tests.rs
  • tests/complex_graphs_tests.rs
  • tests/fuzz_cancellation_tests.proptest-regressions
  • tests/fuzz_cancellation_tests.rs
  • tests/fuzz_scatter_tests.rs
  • tests/fuzz_timing_tests.rs
  • tests/reference_workflows_tests.rs

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@senamakel
senamakel merged commit 8ebeb7f into main Aug 13, 2026
5 checks passed
@senamakel
senamakel deleted the issue-46-complex-fuzz-tests branch August 13, 2026 21:21
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