yzeng1618 commented on PR #10152: URL: https://github.com/apache/seatunnel/pull/10152#issuecomment-3625480550
The “extra files” I modified are mainly test configurations and test cases that are tightly coupled with the new restart strategy: - data_validator_fail.conf and the fake-to-redis-test-readonly-*.conf files: restart is explicitly disabled for tests that are expected to fail, to avoid endless retries and CI timeouts. These changes are a companion adjustment to the global restart limits introduced in AbstractTestFlinkContainer.java. - KafkaIT.java and kafka_to_kafka_exactly_once_streaming.conf: the Kafka error-handling logic and the exactly-once streaming scenario are updated to behave deterministically under the new restart/failure semantics, preventing mismatches with test expectations and reducing CI flakiness or unexpected failures. -- 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]
