piotr-szuberski edited a comment on pull request #12297:
URL: https://github.com/apache/beam/pull/12297#issuecomment-666279110


   @TheNeuralBit Sorry for lots of messages but every day brings something new.
   
   I've managed to modify existing KinesisIOIT to work with localstack (I'll 
push it in a separate PR).
   
   I've also managed to run cross-language read test. But it required putting 
this code anywhere in harness code, which is definitely not any solution 
because it affects whole beam:
   ```
   System.setProperty("com.amazonaws.sdk.disableCertChecking", "true");
   System.setProperty("com.amazonaws.sdk.disableCbor", "true");
   ```
   
   I have no idea how to dynamically inject these except for creating custom 
beam java sdk docker image with modified harness code especially for this test. 
I don't think it's an acceptable solution though. Do you possibly have a better 
idea?
   
   If this is the only thing we could do I'd just skip read test and just 
execute only write instead in the postcommit.


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to