Copilot commented on code in PR #9228:
URL: https://github.com/apache/seatunnel/pull/9228#discussion_r2059564599


##########
seatunnel-engine/seatunnel-engine-server/src/test/java/org/apache/seatunnel/engine/server/checkpoint/CheckpointCoordinatorTest.java:
##########
@@ -60,4 +68,45 @@ void testACKNotExistPendingCheckpoint() throws 
CheckpointStorageException {
                                 999, System.currentTimeMillis(), 
CheckpointType.CHECKPOINT_TYPE),
                         new ArrayList<>()));
     }
+
+    @Test
+    void testSchedulerThreadShouldNotBeInterruptedBeforeJobMasterCleand()

Review Comment:
   The test method name 
'testSchedulerThreadShouldNotBeInterruptedBeforeJobMasterCleand' appears to 
contain a typo. Consider renaming it to 
'testSchedulerThreadShouldNotBeInterruptedBeforeJobMasterCleaned' for clarity.
   ```suggestion
       void testSchedulerThreadShouldNotBeInterruptedBeforeJobMasterCleaned()
   ```



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