You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Flink Jira Bot (Jira)" <ji...@apache.org> on 2022/04/19 22:40:00 UTC

[jira] [Updated] (FLINK-26237) PulsarSourceOrderedE2ECase failed on azure due to timeout

     [ https://issues.apache.org/jira/browse/FLINK-26237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Flink Jira Bot updated FLINK-26237:
-----------------------------------
    Labels: stale-major test-stability  (was: test-stability)

I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help the community manage its development. I see this issues has been marked as Major but is unassigned and neither itself nor its Sub-Tasks have been updated for 60 days. I have gone ahead and added a "stale-major" to the issue". If this ticket is a Major, please either assign yourself or give an update. Afterwards, please remove the label or in 7 days the issue will be deprioritized.


> PulsarSourceOrderedE2ECase failed on azure due to timeout
> ---------------------------------------------------------
>
>                 Key: FLINK-26237
>                 URL: https://issues.apache.org/jira/browse/FLINK-26237
>             Project: Flink
>          Issue Type: Bug
>          Components: Connectors / Pulsar
>    Affects Versions: 1.15.0
>            Reporter: Yun Gao
>            Priority: Major
>              Labels: stale-major, test-stability
>
> {code:java}
> Feb 17 10:43:42 [ERROR] Tests run: 16, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 636.317 s <<< FAILURE! - in org.apache.flink.tests.util.pulsar.PulsarSourceOrderedE2ECase
> Feb 17 10:43:42 [ERROR] org.apache.flink.tests.util.pulsar.PulsarSourceOrderedE2ECase.testScaleDown(TestEnvironment, DataStreamSourceExternalContext, CheckpointingMode)[2]  Time elapsed: 155.986 s  <<< FAILURE!
> Feb 17 10:43:42 java.lang.AssertionError: 
> Feb 17 10:43:42 
> Feb 17 10:43:42 Expecting
> Feb 17 10:43:42   <CompletableFuture[Incomplete]>
> Feb 17 10:43:42 to be completed within 2M.
> Feb 17 10:43:42 
> Feb 17 10:43:42 exception caught while trying to get the future result: java.util.concurrent.TimeoutException
> Feb 17 10:43:42 	at java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1784)
> Feb 17 10:43:42 	at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1928)
> Feb 17 10:43:42 	at org.assertj.core.internal.Futures.assertSucceededWithin(Futures.java:109)
> Feb 17 10:43:42 	at org.assertj.core.api.AbstractCompletableFutureAssert.internalSucceedsWithin(AbstractCompletableFutureAssert.java:400)
> Feb 17 10:43:42 	at org.assertj.core.api.AbstractCompletableFutureAssert.succeedsWithin(AbstractCompletableFutureAssert.java:396)
> Feb 17 10:43:42 	at org.apache.flink.connector.testframe.testsuites.SourceTestSuiteBase.checkResultWithSemantic(SourceTestSuiteBase.java:766)
> Feb 17 10:43:42 	at org.apache.flink.connector.testframe.testsuites.SourceTestSuiteBase.restartFromSavepoint(SourceTestSuiteBase.java:399)
> Feb 17 10:43:42 	at org.apache.flink.connector.testframe.testsuites.SourceTestSuiteBase.testScaleDown(SourceTestSuiteBase.java:285)
> Feb 17 10:43:42 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> Feb 17 10:43:42 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> Feb 17 10:43:42 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> Feb 17 10:43:42 	at java.lang.reflect.Method.invoke(Method.java:498)
> Feb 17 10:43:42 	at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
> Feb 17 10:43:42 	at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
> Feb 17 10:43:42 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
> Feb 17 10:43:42 	at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149)
> Feb 17 10:43:42 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140)
> Feb 17 10:43:42 	at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestTemplateMethod(TimeoutExtension.java:92)
> Feb 17 10:43:42 	at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115)
> Feb 17 10:43:42 	at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105)
> Feb 17 10:43:42 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
> Feb 17 10:43:42 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
> Feb 17 10:43:42 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
> Feb 17 10:43:42 	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
> Feb 17 10:43:42 	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104)
> Feb 17 10:43:42 	at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98)
> Feb 17 10:43:42 	at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:214)
> Feb 17 10:43:42 	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
> {code}
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=31719&view=logs&j=af184cdd-c6d8-5084-0b69-7e9c67b35f7a&t=160c9ae5-96fd-516e-1c91-deb81f59292a&l=15832



--
This message was sent by Atlassian Jira
(v8.20.7#820007)