Re: How to run DynamoDBIOTest?

2019-07-22 Thread Ismaël Mejía
Created https://issues.apache.org/jira/browse/BEAM-7794 to track this issue, any extra info is welcomed in the meantime maybe a good idea to disable the test. On Mon, Jul 22, 2019 at 3:44 PM Elliotte Rusty Harold wrote: > > FYI, I killed the job this morning after letting it run over the >

Re: How to run DynamoDBIOTest?

2019-07-22 Thread Elliotte Rusty Harold
FYI, I killed the job this morning after letting it run over the weeknd. Over 92 hours and no end in sight: <===--> 84% EXECUTING [92h 1m 15s] > IDLE > IDLE > IDLE > IDLE > IDLE > :sdks:java:io:amazon-web-services2:test > 4 tests completed > :sdks:java:io:amazon-web-services:test > 48

Re: How to run DynamoDBIOTest?

2019-07-20 Thread Elliotte Rusty Harold
Never seems to time out or finish for me: $ ./gradlew :sdks:java:io:amazon-web-services:test Starting a Gradle Daemon, 1 busy Daemon could not be reused, use --status for details Configuration on demand is an incubating feature. <=<-> 98% EXECUTING [22m 21s] > IDLE > IDLE > IDLE >

Re: How to run DynamoDBIOTest?

2019-07-20 Thread Cam Mach
Hi Anton, It should not be a machine issue, since you have the container got started. I would say give it around 5 - 10 minutes, it would throw out connection time out error log. This usually happens when the integration tests can't connect to the container. As you may notice, in the tests we

Re: How to run DynamoDBIOTest?

2019-07-20 Thread Elliotte Rusty Harold
I've seen this myself trying to run tests in Linux (Goobuntu). On Fri, Jul 19, 2019 at 1:15 PM Anton Kedin 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

Re: How to run DynamoDBIOTest?

2019-07-19 Thread Anton Kedin
One of the machines is macOS 10.14.5, docker desktop 2.0.0.3 (engine 18.09.2), java 1.8.0_211 (I believe Oracle version). Test log: https://gist.github.com/akedin/da6fbc8a993f758302a6f64c42bba11b#file-gistfile1-txt It then spins forever with only gradle logs. Another machine I tried it on is

Re: How to run DynamoDBIOTest?

2019-07-19 Thread Ismaël Mejía
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

How to run DynamoDBIOTest?

2019-07-19 Thread Anton Kedin
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