PatrickRen commented on pull request #13606: URL: https://github.com/apache/flink/pull/13606#issuecomment-723136897
Hi @becketqin , I pushed several commits again for wrapping things up. About those two issues I mentioned above, I have solved the Docker image issue by adding a shell script for building a Docker image based on current branch, and this script will be run at the pre-integration-test phase in the Maven lifecycle. For the issue about port conflicting, I didn't find any satisfying solution for now, so the `ControllableSource` will only work without any parallelism. I'll try to solve this issue by developing a network proxy in future iterations, and this proxy can also be used for introducing network failures. Currently users can choose other kind of sources for testing parallelism. Can you please have a look at my new implementations? Thanks~ ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
