[
https://issues.apache.org/jira/browse/BEAM-5122?focusedWorklogId=143586&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-143586
]
ASF GitHub Bot logged work on BEAM-5122:
----------------------------------------
Author: ASF GitHub Bot
Created on: 12/Sep/18 15:46
Start Date: 12/Sep/18 15:46
Worklog Time Spent: 10m
Work Description: akedin closed pull request #6368: [BEAM-5122] Disable
testUsesDlq due to flakiness
URL: https://github.com/apache/beam/pull/6368
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/extensions/sql/src/test/java/org/apache/beam/sdk/extensions/sql/meta/provider/pubsub/PubsubJsonIT.java
b/sdks/java/extensions/sql/src/test/java/org/apache/beam/sdk/extensions/sql/meta/provider/pubsub/PubsubJsonIT.java
index 6e8a803be6a..ba6a76d661a 100644
---
a/sdks/java/extensions/sql/src/test/java/org/apache/beam/sdk/extensions/sql/meta/provider/pubsub/PubsubJsonIT.java
+++
b/sdks/java/extensions/sql/src/test/java/org/apache/beam/sdk/extensions/sql/meta/provider/pubsub/PubsubJsonIT.java
@@ -65,6 +65,7 @@
import org.apache.calcite.jdbc.CalciteConnection;
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.runner.RunWith;
@@ -163,6 +164,7 @@ public void testSelectsPayloadContent() throws Exception {
resultSignal.waitForSuccess(Duration.standardSeconds(60));
}
+ @Ignore("Disable flake tracked at
https://issues.apache.org/jira/browse/BEAM-5122")
@Test
public void testUsesDlq() throws Exception {
String createTableString =
----------------------------------------------------------------
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: 143586)
Time Spent: 7h 10m (was: 7h)
> [beam_PostCommit_Java_GradleBuild][org.apache.beam.sdk.extensions.sql.meta.provider.pubsub.PubsubJsonIT.testUsesDlq][Flake]
> Suspect on pubsub initialization timeout.
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: BEAM-5122
> URL: https://issues.apache.org/jira/browse/BEAM-5122
> Project: Beam
> Issue Type: Bug
> Components: test-failures
> Reporter: Mikhail Gryzykhin
> Assignee: Anton Kedin
> Priority: Critical
> Time Spent: 7h 10m
> Remaining Estimate: 0h
>
> [https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild/1216/testReport/junit/org.apache.beam.sdk.extensions.sql.meta.provider.pubsub/PubsubJsonIT/testUsesDlq/history/]
> Test flakes with timeout of getting update on pubsub:
> java.lang.AssertionError: Did not receive signal on
> projects/apache-beam-testing/subscriptions/result-subscription--6677803195159868432
> in 60s at
> org.apache.beam.sdk.io.gcp.pubsub.TestPubsubSignal.pollForResultForDuration(TestPubsubSignal.java:269)
> at
> org.apache.beam.sdk.io.gcp.pubsub.TestPubsubSignal.waitForSuccess(TestPubsubSignal.java:237)
> at
> org.apache.beam.sdk.extensions.sql.meta.provider.pubsub.PubsubJsonIT.testUsesDlq(PubsubJsonIT.java:206)
> [https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild/1216/testReport/org.apache.beam.sdk.extensions.sql.meta.provider.pubsub/PubsubJsonIT/testUsesDlq/]
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)