[
https://issues.apache.org/jira/browse/BEAM-14471?focusedWorklogId=773089&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-773089
]
ASF GitHub Bot logged work on BEAM-14471:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 21/May/22 01:58
Start Date: 21/May/22 01:58
Worklog Time Spent: 10m
Work Description: ihji commented on code in PR #17674:
URL: https://github.com/apache/beam/pull/17674#discussion_r878627117
##########
runners/core-construction-java/src/test/java/org/apache/beam/runners/core/construction/ValidateRunnerXlangTest.java:
##########
@@ -287,7 +287,11 @@ protected void pythonDependenciesTest(Pipeline pipeline) {
@RunWith(JUnit4.class)
public static class SingleInputOutputTest extends
ValidateRunnerXlangTestBase {
@Test
- @Category({ValidatesRunner.class, UsesCrossLanguageTransforms.class})
+ @Category({
+ ValidatesRunner.class,
Review Comment:
Tests using the same type of expansion service with the SDK will be skipped:
https://github.com/apache/beam/blob/bbc1867e6f3bcdb426e7f95ba923428017c0f151/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy#L2356
https://github.com/apache/beam/blob/bbc1867e6f3bcdb426e7f95ba923428017c0f151/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy#L2386
Issue Time Tracking
-------------------
Worklog Id: (was: 773089)
Time Spent: 5h 40m (was: 5.5h)
> 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: 5h 40m
> Remaining Estimate: 0h
>
> Adding testcases and examples for xlang Python DataframeTransform
--
This message was sent by Atlassian Jira
(v8.20.7#820007)