liucongjy commented on PR #9795: URL: https://github.com/apache/seatunnel/pull/9795#issuecomment-3240103047
Have two reasons 1.After the original unit tests are completed, the logs directory and job running log files are generated under the seatunnel-engine-server module on the local machine. However, the principle of keeping the local directory and files unchanged after unit testing has not been achieved. 2.The original unit test uses port 18080, which is the same as the port used in the RestApiHttpsForTruststoreTest unit test. When running CI on GitHub, if these two unit tests run simultaneously, the test method `testRestApiHttp` in RestApiHttpsForTruststoreTest accesses the service interface of BaseServletTest on port 18080 that does not have HTTPS enabled, causing the test case to fail and resulting in persistent CI task failures. <img width="2858" height="1054" alt="image" src="https://github.com/user-attachments/assets/550ecb8a-0223-447c-9a25-9e647d06f664" /> -- 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]
