[
https://issues.apache.org/jira/browse/BEAM-12320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17342061#comment-17342061
]
Kyle Weaver commented on BEAM-12320:
------------------------------------
[https://github.com/apache/beam/pull/14761] doesn't seem to be the cause. FWIW
when I ran locally (on commit 7a348292ef4c5a54cc710617c15ad7f08d3297ed) I hit
the following errors:
testSQLLimit[0], testSQLLimit[1], testSQLLimit[2] - java.lang.AssertionError:
Timed out before subscription created ...
testSQLSelectsArrayAttributes[0], testSQLSelectsArrayAttributes[1] (but not 2
for some reason) - java.lang.AssertionError: Did not receive signal ...
> PubsubTableProviderIT.testSQLSelectsArrayAttributes[0] failing in SQL
> PostCommit
> --------------------------------------------------------------------------------
>
> Key: BEAM-12320
> URL: https://issues.apache.org/jira/browse/BEAM-12320
> Project: Beam
> Issue Type: Bug
> Components: dsl-sql, test-failures
> Reporter: Brian Hulette
> Priority: P1
>
> Failing since https://ci-beam.apache.org/job/beam_PostCommit_SQL/6260/
> {code}
> java.lang.AssertionError: Did not receive signal on
> projects/apache-beam-testing/subscriptions/result-subscription--1731534761628855545
> in 60s
> at
> org.apache.beam.sdk.io.gcp.pubsub.TestPubsubSignal.pollForResultForDuration(TestPubsubSignal.java:341)
> at
> org.apache.beam.sdk.io.gcp.pubsub.TestPubsubSignal.waitForSuccess(TestPubsubSignal.java:288)
> at
> org.apache.beam.sdk.extensions.sql.meta.provider.pubsub.PubsubTableProviderIT.testSQLSelectsArrayAttributes(PubsubTableProviderIT.java:256)
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)