[
https://issues.apache.org/jira/browse/BEAM-14471?focusedWorklogId=773084&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-773084
]
ASF GitHub Bot logged work on BEAM-14471:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 21/May/22 01:49
Start Date: 21/May/22 01:49
Worklog Time Spent: 10m
Work Description: ihji commented on code in PR #17674:
URL: https://github.com/apache/beam/pull/17674#discussion_r878622024
##########
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy:
##########
@@ -351,15 +351,6 @@ class BeamModulePlugin implements Plugin<Project> {
Integer numParallelTests = 1
// Whether the pipeline needs --sdk_location option
boolean needsSdkLocation = false
- // Categories for Java tests to run.
- Closure javaTestCategories = {
- includeCategories
'org.apache.beam.sdk.testing.UsesCrossLanguageTransforms'
- // Use the following to include / exclude categories:
Review Comment:
`javaTestCategories` is removed from
`CrossLanguageValidatesRunnerConfiguration`. Consumers don't need to override
the test categories.
Issue Time Tracking
-------------------
Worklog Id: (was: 773084)
Time Spent: 4h 50m (was: 4h 40m)
> Adding testcases and examples for xlang Python DataframeTransform
> ------------------------------------------------------------------
>
> Key: BEAM-14471
> URL: https://issues.apache.org/jira/browse/BEAM-14471
> Project: Beam
> Issue Type: Improvement
> Components: cross-language, testing
> Reporter: Heejong Lee
> Assignee: Heejong Lee
> Priority: P2
> Time Spent: 4h 50m
> Remaining Estimate: 0h
>
> Adding testcases and examples for xlang Python DataframeTransform
--
This message was sent by Atlassian Jira
(v8.20.7#820007)