[ 
https://issues.apache.org/jira/browse/BEAM-5779?focusedWorklogId=156980&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-156980
 ]

ASF GitHub Bot logged work on BEAM-5779:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 22/Oct/18 19:05
            Start Date: 22/Oct/18 19:05
    Worklog Time Spent: 10m 
      Work Description: kennknowles closed pull request #6756: [BEAM-5779] 
Increase pubsub IT pipeline duration
URL: https://github.com/apache/beam/pull/6756
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/sdks/python/apache_beam/io/gcp/pubsub_integration_test.py 
b/sdks/python/apache_beam/io/gcp/pubsub_integration_test.py
index 5b060e5af4f..67237baa7c1 100644
--- a/sdks/python/apache_beam/io/gcp/pubsub_integration_test.py
+++ b/sdks/python/apache_beam/io/gcp/pubsub_integration_test.py
@@ -39,8 +39,11 @@
 INPUT_SUB = 'psit_subscription_input'
 OUTPUT_SUB = 'psit_subscription_output'
 
-TEST_PIPELINE_DURATION_MS = 30 * 1000
-# Takes into account Dataflow pipelines startup time.
+# How long TestXXXRunner will wait for pubsub_it_pipeline to run before
+# cancelling it.
+TEST_PIPELINE_DURATION_MS = 3 * 60 * 1000
+# How long PubSubMessageMatcher will wait for the correct set of messages to
+# appear.
 MESSAGE_MATCHER_TIMEOUT_S = 5 * 60
 
 


 

----------------------------------------------------------------
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: 156980)
    Time Spent: 50m  (was: 40m)

> 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: 50m
>  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)

Reply via email to