Have you guys considered using localstack to run AWS service based integration tests?
https://github.com/localstack/localstack On Thu, 9 Jul, 2020, 5:25 PM Piotr Szuberski, <[email protected]> wrote: > Yeah, I meant KinesisIOIT tests. I'll do the same with the cross-language > it tests then. Thanks for your reply :) > > On 2020/07/08 17:13:11, Alexey Romanenko <[email protected]> > wrote: > > If you mean Java KinesisIO tests, then unit tests are running on Jenkins > [1] and ITs are not running since it requires AWS credentials that we don’t > have dedicated to Beam for the moment. > > > > In the same time, you can run KinesisIOIT with your own credentials, > like we do in Talend (a company that I work for). > > > > [1] > https://ci-beam.apache.org/job/beam_PreCommit_Java_Commit/12209/testReport/org.apache.beam.sdk.io.kinesis/ > < > https://ci-beam.apache.org/job/beam_PreCommit_Java_Commit/12209/testReport/org.apache.beam.sdk.io.kinesis/ > > > > > > > On 8 Jul 2020, at 13:11, Piotr Szuberski <[email protected]> > wrote: > > > > > > I'm writing KinesisIO external transform with python wrapper and I > found that the tests aren't executed anywhere in Jenkins. Am I wrong or > there is a reason for that? > > > > >
