[
https://issues.apache.org/jira/browse/FLINK-33018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17762728#comment-17762728
]
Ryan Skraba commented on FLINK-33018:
-------------------------------------
Hey, I can reproduce this -- all you need to do is run this test about 12,000
times ;) (using IntelliJ repeat until fail).
{code}
Connected to the target VM, address: '127.0.0.1:44879', transport: 'socket'
org.opentest4j.AssertionFailedError:
expected: ["1", "2", "3"]
but was: ["1", "2"]
Expected :["1", "2", "3"]
Actual :["1", "2"]
{code}
I'm taking a look.
> GCP Pubsub
> PubSubConsumingTest.testStoppingConnectorWhenDeserializationSchemaIndicatesEndOfStream
> failed
> --------------------------------------------------------------------------------------------------------
>
> Key: FLINK-33018
> URL: https://issues.apache.org/jira/browse/FLINK-33018
> Project: Flink
> Issue Type: Bug
> Components: Connectors / Google Cloud PubSub
> Affects Versions: gcp-pubsub-3.0.2
> Reporter: Martijn Visser
> Priority: Blocker
>
> https://github.com/apache/flink-connector-gcp-pubsub/actions/runs/6061318336/job/16446392844#step:13:507
> {code:java}
> [INFO]
> [INFO] Results:
> [INFO]
> Error: Failures:
> Error:
> PubSubConsumingTest.testStoppingConnectorWhenDeserializationSchemaIndicatesEndOfStream:119
>
> expected: ["1", "2", "3"]
> but was: ["1", "2"]
> [INFO]
> Error: Tests run: 30, Failures: 1, Errors: 0, Skipped: 0
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)