[
https://issues.apache.org/jira/browse/BEAM-6263?focusedWorklogId=176654&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-176654
]
ASF GitHub Bot logged work on BEAM-6263:
----------------------------------------
Author: ASF GitHub Bot
Created on: 18/Dec/18 18:24
Start Date: 18/Dec/18 18:24
Worklog Time Spent: 10m
Work Description: mxm opened a new pull request #7309: [BEAM-6263] Fix
error-prone test setup for FlinkJobServerDriver
URL: https://github.com/apache/beam/pull/7309
Please see the four commits which address different issues with the test
setup:
- [BEAM-6263] Prevent NullPointer on concurrent JobServer shutdown
- [BEAM-6263] Prevent port collisions in FlinkJobServerDriveTest
- [BEAM-6263] Prevent stderr->stdout redirection
- [BEAM-6263] Restore stderr on exceptions to print the error
Post-Commit Tests Status (on master branch)
------------------------------------------------------------------------------------------------
Lang | SDK | Apex | Dataflow | Flink | Gearpump | Samza | Spark
--- | --- | --- | --- | --- | --- | --- | ---
Go | [](https://builds.apache.org/job/beam_PostCommit_Go/lastCompletedBuild/)
| --- | --- | --- | --- | --- | ---
Java | [](https://builds.apache.org/job/beam_PostCommit_Java/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Apex/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Dataflow/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink/lastCompletedBuild/)
[](https://builds.apache.org/job/beam_PostCommit_Java_PVR_Flink/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Gearpump/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Samza/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Spark/lastCompletedBuild/)
Python | [](https://builds.apache.org/job/beam_PostCommit_Python_Verify/lastCompletedBuild/)
| --- | [](https://builds.apache.org/job/beam_PostCommit_Py_VR_Dataflow/lastCompletedBuild/)
</br> [](https://builds.apache.org/job/beam_PostCommit_Py_ValCont/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Python_VR_Flink/lastCompletedBuild/)
| --- | --- | ---
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 176654)
Time Spent: 10m
Remaining Estimate: 0h
> FlinkJobServerDriver test setup is error-prone
> ----------------------------------------------
>
> Key: BEAM-6263
> URL: https://issues.apache.org/jira/browse/BEAM-6263
> Project: Beam
> Issue Type: Test
> Components: runner-flink
> Reporter: Maximilian Michels
> Assignee: Maximilian Michels
> Priority: Major
> Fix For: 2.10.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> There are some test issues which I came across.
> * Stderr is directed to stdout unintentionally
> * Exceptions can be swallowed which makes debugging hard
> * Ports allocations can collide during parallel tests
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
