mattcasters commented on pull request #15916:
URL: https://github.com/apache/beam/pull/15916#issuecomment-1049769144


   > should work with a simple copy/paste
   
   Unfortunately it's throwing error 
   
   > Cannot add task 'integrationTest' as a task with that name already exists.
   
   What makes class Neo4jIOIT different from others like for example 
KinesisIOIT which also uses testcontainers?  These didn't have to add the block 
in build.gradle. 
   
   If I run from the commandline the Neo4jIOIT class works:
   
   ```
   matt@canis:~/git/mattcasters/beam$ ./gradlew integrationTest -p 
sdks/java/io/neo4j/
   Configuration on demand is an incubating feature.
   
   BUILD SUCCESSFUL in 20s
   67 actionable tasks: 1 executed, 66 up-to-date
   ```
   
   Are we saying that testcontainers doesn't work on k8s?
   Thanks!
   
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to