[
https://issues.apache.org/jira/browse/BEAM-7961?focusedWorklogId=368366&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-368366
]
ASF GitHub Bot logged work on BEAM-7961:
----------------------------------------
Author: ASF GitHub Bot
Created on: 08/Jan/20 19:48
Start Date: 08/Jan/20 19:48
Worklog Time Spent: 10m
Work Description: chamikaramj commented on pull request #10051:
[BEAM-7961] Add tests for all runner native transforms for XLang
URL: https://github.com/apache/beam/pull/10051#discussion_r363894634
##########
File path:
runners/core-construction-java/src/test/java/org/apache/beam/runners/core/construction/ExternalTest.java
##########
@@ -56,19 +57,18 @@
@RunWith(JUnit4.class)
public class ExternalTest implements Serializable {
@Rule public transient TestPipeline testPipeline = TestPipeline.create();
+ private PipelineResult pipelineResult;
private static final String TEST_URN_SIMPLE = "simple";
private static final String TEST_URN_LE = "le";
private static final String TEST_URN_MULTI = "multi";
- private static Integer expansionPort;
private static String localExpansionAddr;
private static Server localExpansionServer;
@BeforeClass
- public static void setUp() throws IOException {
- expansionPort = Integer.valueOf(System.getProperty("expansionPort"));
- int localExpansionPort = expansionPort + 100;
+ public static void setUpClass() throws IOException {
+ int localExpansionPort =
Integer.parseInt(System.getProperty("expansionPort")) + 100;
Review comment:
Can we dynamically a find an unused port ?
----------------------------------------------------------------
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 368366)
Time Spent: 14h 20m (was: 14h 10m)
> Add tests for all runner native transforms and some widely used composite
> transforms to cross-language validates runner test suite
> ----------------------------------------------------------------------------------------------------------------------------------
>
> Key: BEAM-7961
> URL: https://issues.apache.org/jira/browse/BEAM-7961
> Project: Beam
> Issue Type: Improvement
> Components: testing
> Reporter: Heejong Lee
> Assignee: Heejong Lee
> Priority: Major
> Time Spent: 14h 20m
> Remaining Estimate: 0h
>
> Add tests for all runner native transforms and some widely used composite
> transforms to cross-language validates runner test suite
--
This message was sent by Atlassian Jira
(v8.3.4#803005)