mbalassi commented on pull request #17582: URL: https://github.com/apache/flink/pull/17582#issuecomment-995155409
Hi @viirya, Fair point. The jobmanager testcase runs fine, so investigating the gap can be a useful path to resolving this. The following works for me to reproduce: ``` cd flink-kubernetes mvn test -Dtest=KubernetesTaskManagerFactoryTest ``` It might make sense to first run a `mvn clean install -DskipTests -Dfast` on the whole `flink` project, so you have all artifacts locally and then run the above to reproduce the test failure (even with these params building the project takes a while). I also have the project imported into an IDE (IntelliJ in my case) and often run the tests there. -- 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]
