ibzib commented on pull request #13903:
URL: https://github.com/apache/beam/pull/13903#issuecomment-776891899


   > what if we make the direct runner a testRuntimeOnly dependency instead?
   
   I tried this and it didn't help.
   
   > I'm surprised there are circular dependencies. What were they?
   
   ```
   16:21:52 Circular dependency between the following tasks:
   16:21:52 :runners:core-construction-java:buildDependents
   16:21:52 +--- :runners:core-java:buildDependents
   16:21:52 |    +--- :runners:direct-java:buildDependents
   16:21:52 |    |    \--- :sdks:java:core:buildDependents
   16:21:52 |    |         +--- :runners:core-construction-java:buildDependents 
(*)
   16:21:52 |    |         +--- :runners:core-java:buildDependents (*)
   16:21:52 |    |         +--- :runners:direct-java:buildDependents (*)
   16:21:52 |    |         +--- :runners:java-fn-execution:buildDependents
   16:21:52 |    |         |    \--- :runners:direct-java:buildDependents (*)
   16:21:52 |    |         +--- :runners:local-java:buildDependents
   16:21:52 |    |         |    \--- :runners:direct-java:buildDependents (*)
   16:21:52 |    |         +--- 
:vendor:sdks-java-extensions-protobuf:buildDependents
   16:21:52 |    |         |    \--- :runners:java-fn-execution:buildDependents 
(*)
   16:21:52 |    |         +--- :sdks:java:fn-execution:buildDependents
   16:21:52 |    |         |    +--- 
:runners:core-construction-java:buildDependents (*)
   16:21:52 |    |         |    +--- :runners:core-java:buildDependents (*)
   16:21:52 |    |         |    +--- :runners:direct-java:buildDependents (*)
   16:21:52 |    |         |    +--- :runners:java-fn-execution:buildDependents 
(*)
   16:21:52 |    |         |    \--- :sdks:java:harness:buildDependents
   16:21:52 |    |         |         \--- 
:runners:java-fn-execution:buildDependents (*)
   16:21:52 |    |         +--- :sdks:java:harness:buildDependents (*)
   16:21:52 |    |         \--- 
:sdks:java:extensions:google-cloud-platform-core:buildDependents
   16:21:52 |    |              \--- :sdks:java:harness:buildDependents (*)
   16:21:52 |    +--- :runners:java-fn-execution:buildDependents (*)
   16:21:52 |    +--- :sdks:java:harness:buildDependents (*)
   16:21:52 |    \--- 
:sdks:java:extensions:google-cloud-platform-core:buildDependents (*)
   16:21:52 +--- :runners:direct-java:buildDependents (*)
   16:21:52 +--- :runners:java-fn-execution:buildDependents (*)
   16:21:52 \--- :sdks:java:harness:buildDependents (*)
   ```


----------------------------------------------------------------
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:
[email protected]


Reply via email to