[
https://issues.apache.org/jira/browse/FLINK-30340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17644765#comment-17644765
]
Matthias Pohl commented on FLINK-30340:
---------------------------------------
Another one was reported in FLINK-29836:
https://github.com/apache/flink-connector-pulsar/actions/runs/3593169763/jobs/6049780821
{code:java}
2022-12-01T13:56:49.0365395Z [ERROR] Tests run: 14, Failures: 0, Errors: 1,
Skipped: 0, Time elapsed: 417.797 s <<< FAILURE! - in
org.apache.flink.connector.pulsar.source.PulsarUnorderedSourceITCase
2022-12-01T13:56:49.0368192Z [ERROR]
org.apache.flink.connector.pulsar.source.PulsarUnorderedSourceITCase.testSourceSingleSplit(TestEnvironment,
DataStreamSourceExternalContext, CheckpointingMode)[2] Time elapsed: 3.506 s
<<< ERROR!
2022-12-01T13:56:49.0369084Z java.lang.IllegalStateException: Job has entered
CANCELED state, but expecting [FINISHED]
2022-12-01T13:56:49.0369723Z at
org.apache.flink.runtime.testutils.CommonTestUtils.lambda$waitForJobStatus$7(CommonTestUtils.java:284)
2022-12-01T13:56:49.0371022Z at
org.apache.flink.runtime.testutils.CommonTestUtils.waitUntilCondition(CommonTestUtils.java:150)
2022-12-01T13:56:49.0371778Z at
org.apache.flink.runtime.testutils.CommonTestUtils.waitUntilCondition(CommonTestUtils.java:144)
2022-12-01T13:56:49.0372493Z at
org.apache.flink.runtime.testutils.CommonTestUtils.waitForJobStatus(CommonTestUtils.java:268)
2022-12-01T13:56:49.0373684Z at
org.apache.flink.connector.testframe.testsuites.SourceTestSuiteBase.testSourceSingleSplit(SourceTestSuiteBase.java:159)
[...] {code}
> PulsarUnorderedSourceITCase fails with IllegalStateException
> ------------------------------------------------------------
>
> Key: FLINK-30340
> URL: https://issues.apache.org/jira/browse/FLINK-30340
> Project: Flink
> Issue Type: Bug
> Components: Connectors / Pulsar
> Affects Versions: 1.17.0
> Reporter: Matthias Pohl
> Priority: Major
> Labels: test-stability
>
> We have test failures in \{{PulsarUnorderedSourceITCase}} in the following
> build due to an {{IllegalStateException}} being caused by the job reaching
> {{CANCELLED}} state:
> [https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=43793&view=logs&j=8eee98ee-a482-5f7c-2c51-b3456453e704&t=da58e781-88fe-508b-b74c-018210e533cc&l=38014]
> {code:java}
> Dec 08 01:26:44 java.lang.IllegalStateException: Job has entered CANCELED
> state, but expecting [FINISHED]
> Dec 08 01:26:44 at
> org.apache.flink.runtime.testutils.CommonTestUtils.lambda$waitForJobStatus$7(CommonTestUtils.java:284)
> Dec 08 01:26:44 at
> org.apache.flink.runtime.testutils.CommonTestUtils.waitUntilCondition(CommonTestUtils.java:150)
> Dec 08 01:26:44 at
> org.apache.flink.runtime.testutils.CommonTestUtils.waitUntilCondition(CommonTestUtils.java:144)
> Dec 08 01:26:44 at
> org.apache.flink.runtime.testutils.CommonTestUtils.waitForJobStatus(CommonTestUtils.java:268)
> Dec 08 01:26:44 at
> org.apache.flink.connector.testframe.testsuites.SourceTestSuiteBase.testSourceSingleSplit(SourceTestSuiteBase.java:159)
> [...] {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)