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

   ### Task Summary
   
   `ProcessingStepCursor` 
(`amber/src/main/scala/org/apache/texera/amber/engine/architecture/common/ProcessingStepCursor.scala`)
 tracks the current channel and per-message step counter for replay/log 
accounting but currently has no unit tests. Add `ProcessingStepCursorSpec` 
covering:
   
   - Initial state: step is `INIT_STEP` (-1), channel is null
   - `stepIncrement` advances to 0 on the first call and by one on subsequent 
calls
   - `setCurrentChannel` records the latest channel; repeated calls overwrite
   - `setCurrentChannel` does not mutate the step counter
   
   ### 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