flink-cdc icon indicating copy to clipboard operation
flink-cdc copied to clipboard

e2e-tests optimize for arm

Open deemogsw opened this issue 3 years ago • 0 comments

I want to debug the code with module flink-cdc-e2e-tests in IDE. While,although I have run the docker desktop in my mac.An exception still been throwed like this image The current code can't work in Mac with apple silicon chip.

Besides teste moudle use docker container to run JM & TM,testContainer would assign a random port for the exposed Port.So when I run the test case,I must find out which port is currently bound to 8081.so that I can visit flink web. This is not friendly for those people who has less idea with docker.

deemogsw avatar Sep 16 '22 07:09 deemogsw