Thanks for bringing it here. It would be a good candidate for https://cwiki.apache.org/confluence/display/BEAM/Gradle+Tips
Thomas On Fri, Dec 14, 2018 at 8:00 PM Manu Zhang <[email protected]> wrote: > Hi all, > > I was looking for the command to run validatesRunner test on Gearpump but > couldn’t find it in the contributing guide. > > After some trials, it seems the following command won’t work > > > *./gradlew :beam-runners-gearpump:validatesRunner —tests > org.apache.beam.sdk.PipelineTest* > > but this does > > > *./gradlew :beam-runners-gearpump:validatesRunnerStreaming —tests > org.apache.beam.sdk.PipelineTest* > > Has this been documented anywhere ? > > Thanks, > Manu Zhang >
