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

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

                Author: ASF GitHub Bot
            Created on: 24/Apr/18 19:45
            Start Date: 24/Apr/18 19:45
    Worklog Time Spent: 10m 
      Work Description: iemejia closed pull request #5211: [BEAM-4086] Disable 
flaky unbounded pipeline test
URL: https://github.com/apache/beam/pull/5211
 
 
   

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/java/io/kafka/src/test/java/org/apache/beam/sdk/io/kafka/KafkaIOTest.java
 
b/sdks/java/io/kafka/src/test/java/org/apache/beam/sdk/io/kafka/KafkaIOTest.java
index 7f9959a6579..48c673579a9 100644
--- 
a/sdks/java/io/kafka/src/test/java/org/apache/beam/sdk/io/kafka/KafkaIOTest.java
+++ 
b/sdks/java/io/kafka/src/test/java/org/apache/beam/sdk/io/kafka/KafkaIOTest.java
@@ -120,6 +120,7 @@
 import org.hamcrest.collection.IsIterableWithSize;
 import org.joda.time.Duration;
 import org.joda.time.Instant;
+import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 import org.junit.rules.ExpectedException;
@@ -614,6 +615,7 @@ public Instant getWatermark(PartitionContext ctx) {
   }
 
   @Test
+  @Ignore // TODO : BEAM-4086 : enable once flakiness is fixed.
   public void testUnboundedSourceWithoutBoundedWrapper() {
     // This is same as testUnboundedSource() without the BoundedSource wrapper.
     // Most of the tests in this file set 'maxNumRecords' on the source, which 
wraps


 

----------------------------------------------------------------
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:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 94771)
    Time Spent: 1h  (was: 50m)

> KafkaIOTest is flaky
> --------------------
>
>                 Key: BEAM-4086
>                 URL: https://issues.apache.org/jira/browse/BEAM-4086
>             Project: Beam
>          Issue Type: Bug
>          Components: io-java-kafka
>    Affects Versions: 2.5.0
>            Reporter: Ismaël Mejía
>            Assignee: Raghu Angadi
>            Priority: Major
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Noticed this while trying to do a simple change in KafkaIO this morning and 
> corroborated with other contributors. If you run `./gradlew -p 
> sdks/java/io/kafka/ clean build` it blocks indefinitely at least 1/3 of the 
> times. However it passes ok with Maven.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to