corgy-w commented on code in PR #10154:
URL: https://github.com/apache/seatunnel/pull/10154#discussion_r2771998268
##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-kafka-e2e/src/test/java/org/apache/seatunnel/e2e/connector/kafka/KafkaKerberosIT.java:
##########
@@ -330,7 +330,7 @@ public void testNotKerberosConfig(TestContainer container)
.untilAsserted(
() -> {
String jobStatus =
container.getJobStatus(String.valueOf(jobId));
- Assertions.assertEquals("CANCELED", jobStatus);
+ Assertions.assertEquals("CANCELING", jobStatus);
Review Comment:
Why change the state of the original test class
--
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]