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

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

                Author: ASF GitHub Bot
            Created on: 14/Aug/18 22:31
            Start Date: 14/Aug/18 22:31
    Worklog Time Spent: 10m 
      Work Description: pabloem closed pull request #6224: [BEAM-5070] Disable 
resumeFromCheckpoint test due to flakiness
URL: https://github.com/apache/beam/pull/6224
 
 
   

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/nexmark/src/test/java/org/apache/beam/sdk/nexmark/sources/UnboundedEventSourceTest.java
 
b/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/sources/UnboundedEventSourceTest.java
index cb0d93595ab..1980ee88830 100644
--- 
a/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/sources/UnboundedEventSourceTest.java
+++ 
b/sdks/java/nexmark/src/test/java/org/apache/beam/sdk/nexmark/sources/UnboundedEventSourceTest.java
@@ -34,6 +34,7 @@
 import org.apache.beam.sdk.nexmark.sources.generator.GeneratorConfig;
 import org.apache.beam.sdk.options.PipelineOptions;
 import org.apache.beam.sdk.testing.TestPipeline;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 import org.junit.runners.JUnit4;
@@ -78,6 +79,7 @@ public void add(int n, UnboundedReader<Event> reader, 
Generator modelGenerator)
    * Check aggressively checkpointing and resuming a reader gives us exactly 
the same event stream
    * as reading directly.
    */
+  @Ignore("TODO(BEAM-5070) Test is flaky. Fix before reenabling.")
   @Test
   public void resumeFromCheckpoint() throws IOException {
     Random random = new Random(297);


 

----------------------------------------------------------------
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: 134766)
    Time Spent: 2.5h  (was: 2h 20m)

> nexmark.sources.UnboundedEventSourceTest.resumeFromCheckpoint is flaky
> ----------------------------------------------------------------------
>
>                 Key: BEAM-5070
>                 URL: https://issues.apache.org/jira/browse/BEAM-5070
>             Project: Beam
>          Issue Type: Bug
>          Components: test-failures
>    Affects Versions: 2.5.0
>            Reporter: Reuven Lax
>            Assignee: Anton Kedin
>            Priority: Critical
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> This test fails fairly frequently.
> History: 
> [https://builds.apache.org/view/A-D/view/Beam/job/beam_PostCommit_Java_GradleBuild/1219/testReport/junit/org.apache.beam.sdk.nexmark.sources/UnboundedEventSourceTest/resumeFromCheckpoint/history/]
>  Sample job: 
> https://builds.apache.org/view/A-D/view/Beam/job/beam_PostCommit_Java_GradleBuild/1219/testReport/org.apache.beam.sdk.nexmark.sources/UnboundedEventSourceTest/resumeFromCheckpoint/
> Failure log:
> org.junit.ComparisonFailure: 
> expected:<...":"UTC"},"afterNow":[true,"beforeNow":fals]e,"equalNow":false},...>
>  but 
> was:<...":"UTC"},"afterNow":[false,"beforeNow":tru]e,"equalNow":false},...> 
> at org.junit.Assert.assertEquals(Assert.java:115) at 
> org.junit.Assert.assertEquals(Assert.java:144) at 
> org.apache.beam.sdk.nexmark.sources.UnboundedEventSourceTest$EventIdChecker.add(UnboundedEventSourceTest.java:71)
>  at 
> org.apache.beam.sdk.nexmark.sources.UnboundedEventSourceTest.resumeFromCheckpoint(UnboundedEventSourceTest.java:96)



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

Reply via email to