Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public async Task force_catch_up_returns_for_async_daemon_without_side_effects()
exceptions.ShouldBeEmpty();
}

[Fact(Timeout = 60000, Skip = "Re-skipped after the #4463 fix didn't fully stabilize this in CI — see https://github.com/JasperFx/marten/issues/4462. The remaining flake is a daemon-internal cancellation that surfaces as an AggregateException with an OCE inside well before the test's CTS would fire (failing run terminated in ~176ms with the test CTS set to 45s). The next step is the deeper-fix path in #4462 — auditing the GroupedProjectionExecution / per-shard internal CTS contract so daemon-lifecycle cancellations don't leak into ForceAllMartenDaemonActivityToCatchUpAsync's exceptions list. Passes locally 5/5.")]
[Fact(Timeout = 60000)]
public async Task force_catch_up_invokes_message_batch_lifecycle_with_custom_outbox()
{
var outbox = new RecordingOutbox();
Expand Down
Loading