aglinxinyuan opened a new pull request, #4790: URL: https://github.com/apache/texera/pull/4790
### What changes were proposed in this PR? Add `EmptyReplayLogManagerImplSpec` covering the no-op replay-log manager and the inherited `withFaultTolerant` bookkeeping: - `getStep` starts at `INIT_STEP` - `setupWriter` / `markAsReplayDestination` / `terminate` are no-ops - `sendCommitted` forwards the message to the configured handler - `withFaultTolerant` advances the step counter after the body runs - `withFaultTolerant` advances the step counter and rethrows when the body throws ### Any related issues, documentation, discussions? Closes #4789 ### How was this PR tested? `sbt "WorkflowExecutionService/testOnly org.apache.texera.amber.engine.architecture.logreplay.EmptyReplayLogManagerImplSpec"` — 5/5 tests pass. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Code (Claude Opus 4.7) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
