Matthias Pohl created FLINK-26177:
-------------------------------------
Summary: PulsarSourceITCase.testScaleDown fails with timeout
Key: FLINK-26177
URL: https://issues.apache.org/jira/browse/FLINK-26177
Project: Flink
Issue Type: Bug
Affects Versions: 1.15.0
Reporter: Matthias Pohl
We observed a [build
failure|https://dev.azure.com/mapohl/flink/_build/results?buildId=742&view=logs&j=f3dc9b18-b77a-55c1-591e-264c46fe44d1&t=2d3cd81e-1c37-5c31-0ee4-f5d5cdb9324d&l=26553]
caused by {{PulsarSourceITCase.testScaleDown}}:
{code}
Feb 15 20:56:02 [ERROR] Tests run: 16, Failures: 1, Errors: 0, Skipped: 0, Time
elapsed: 431.023 s <<< FAILURE! - in
org.apache.flink.connector.pulsar.source.PulsarSourceITCase
Feb 15 20:56:02 [ERROR]
org.apache.flink.connector.pulsar.source.PulsarSourceITCase.testScaleDown(TestEnvironment,
DataStreamSourceExternalContext, CheckpointingMode)[2] Time elapsed: 138.444
s <<< FAILURE!
Feb 15 20:56:02 java.lang.AssertionError:
Feb 15 20:56:02
Feb 15 20:56:02 Expecting
Feb 15 20:56:02 <CompletableFuture[Incomplete]>
Feb 15 20:56:02 to be completed within 2M.
Feb 15 20:56:02
Feb 15 20:56:02 exception caught while trying to get the future result:
java.util.concurrent.TimeoutException
Feb 15 20:56:02 at
java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1784)
[...]
{code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)