This looks weird, I run the build in my machine (Ubuntu linux 18.04 + OpenJDK 1.8.0_201) + docker 18.09.8 in both master and the release 2.14.0 branch and it executes without issue. This test uses a docker image as a sort of embedded server to simulate the Amazon backend (localstack). All builds were green when merged. Do you get any extra logs Anton? what is your OS / Java version? Adding Cam to the discussion since he contributed this feature to see if he may have any extra context.
On Fri, Jul 19, 2019 at 7:15 PM Anton Kedin <ke...@google.com> wrote: > > Hi dev@, > > Does anyone know if there's anything extra needed to run `DynamoDBIOTest`? If > I do `./graldew :sdks:java:io:amazon-web-services:build --debug` it passes > few tests during `:test` but then seems to sit on `DynamoDBIOTest` forever. > No errors, last meaningful log is `INFO: Container > localstack/localstack:0.8.6 started`. Happens on different machines, both on > master and release-2.14.0 branches. > > Any pointers? > > Regards, > Anton