aglinxinyuan opened a new issue, #4789:
URL: https://github.com/apache/texera/issues/4789

   ### Task Summary
   
   `EmptyReplayLogManagerImpl` 
(`amber/src/main/scala/org/apache/texera/amber/engine/architecture/logreplay/ReplayLogManager.scala`)
 is the no-op `ReplayLogManager` used when fault tolerance is disabled. It 
currently has no unit tests. Add `EmptyReplayLogManagerImplSpec` covering both 
its no-op surface and the inherited `withFaultTolerant` step 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
   
   ### Priority
   P3 – Low
   
   ### Task Type
   - [x] Testing / QA


-- 
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]

Reply via email to