Details
-
Bug
-
Status: Resolved
-
P3
-
Resolution: Fixed
-
None
-
None
Description
org.apache.beam:beam-runners-core-java is not specified as an integration test dependency to scan within runners/pom.xml
There is also in runners/direct-java/pom.xml where its org.apache.beam:beam-runners-java-core and should be org.apache.beam:beam-runners-core-java
Finally, even if these dependencies are added and the typo fixed. When running the runnable on service integration tests, SplittableParDoTest which contains @RunnableOnService tests (part of runners/core-java) doesn't execute.