[
https://issues.apache.org/jira/browse/BEAM-5779?focusedWorklogId=156394&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-156394
]
ASF GitHub Bot logged work on BEAM-5779:
----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Oct/18 16:44
Start Date: 19/Oct/18 16:44
Worklog Time Spent: 10m
Work Description: udim opened a new pull request #6756: [BEAM-5779]
Increase pubsub IT pipeline duration
URL: https://github.com/apache/beam/pull/6756
Increased from 30s to 3m, which is what streaming_wordcount_it_test.py uses.
Note that this currently only affects TestDataflowRunner.
TestDirectRunner ignores wait_until_finish_duration and relies on the
verifiers in on_success_matcher to timeout, which is probably only working
because
PubSubMessageMatcher is checked before PipelineStateMatcher (the latter does
not have a timeout).
Created https://issues.apache.org/jira/browse/BEAM-5794 to follow up.
**Please** add a meaningful description for your change here
------------------------
Follow this checklist to help us incorporate your contribution quickly and
easily:
- [ ] Format the pull request title like `[BEAM-XXX] Fixes bug in
ApproximateQuantiles`, where you replace `BEAM-XXX` with the appropriate JIRA
issue, if applicable. This will automatically link the pull request to the
issue.
- [ ] If this contribution is large, please file an Apache [Individual
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
It will help us expedite review of your Pull Request if you tag someone
(e.g. `@username`) to look at it.
Post-Commit Tests Status (on master branch)
------------------------------------------------------------------------------------------------
Lang | SDK | Apex | Dataflow | Flink | Gearpump | Samza | Spark
--- | --- | --- | --- | --- | --- | --- | ---
Go | [](https://builds.apache.org/job/beam_PostCommit_Go_GradleBuild/lastCompletedBuild/)
| --- | --- | --- | --- | --- | ---
Java | [](https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Apex_Gradle/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Dataflow_Gradle/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink_Gradle/lastCompletedBuild/)
[](https://builds.apache.org/job/beam_PostCommit_Java_PVR_Flink/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Gearpump_Gradle/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Samza_Gradle/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Spark_Gradle/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: 156394)
Time Spent: 10m
Remaining Estimate: 0h
> Failure in beam_PostCommit_Python_Verify PubSubIntegrationTest on Dataflow
> --------------------------------------------------------------------------
>
> Key: BEAM-5779
> URL: https://issues.apache.org/jira/browse/BEAM-5779
> Project: Beam
> Issue Type: Bug
> Components: sdk-py-core
> Reporter: Kenneth Knowles
> Assignee: Udi Meiri
> Priority: Major
> Labels: flake
> Time Spent: 10m
> Remaining Estimate: 0h
>
> https://builds.apache.org/job/beam_PostCommit_Python_Verify/6296/
> Path to failure:
> * (Jenkins) beam_PostCommit_Python_Verify
> * (gradle) :beam-sdks-python:postCommitITTests
> * (py module) test_streaming_data_only
> * (test class)
> apache_beam.io.gcp.pubsub_integration_test.PubSubIntegrationTest
> {code}
> AssertionError:
> Expected: (Test pipeline expected terminated in state: RUNNING and Expected 2
> messages.)
> but: Expected 2 messages. Got 0 messages. Diffs (item, count):
> Expected but not in actual: [('data002-seen', 1), ('data001-seen', 1)]
> Unexpected: []
> {code}
> Looks like a legitimate failure. It is flakey as it went green later.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)