[
https://issues.apache.org/jira/browse/FLINK-33555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17817860#comment-17817860
]
Matthias Pohl edited comment on FLINK-33555 at 2/16/24 7:57 AM:
----------------------------------------------------------------
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=57550&view=logs&j=8fd9202e-fd17-5b26-353c-ac1ff76c8f28&t=ea7cf968-e585-52cb-e0fc-f48de023a7ca&l=15485
{code}
Feb 16 01:14:56 01:14:56.299 [ERROR] Tests run: 1, Failures: 1, Errors: 0,
Skipped: 0, Time elapsed: 39.33 s <<< FAILURE! -- in
org.apache.flink.test.recovery.LocalRecoveryITCase
Feb 16 01:14:56 01:14:56.299 [ERROR]
org.apache.flink.test.recovery.LocalRecoveryITCase.testRecoverLocallyFromProcessCrashWithWorkingDirectory
-- Time elapsed: 39.27 s <<< FAILURE!
Feb 16 01:14:56 org.opentest4j.AssertionFailedError: [The task was deployed to
AllocationID(34c031bb72931f33a70b6a55fe30501c) but it should have been deployed
to AllocationID(ee1115e87892e59107adfa6b7bfbfd13) for local recovery., The task
was deployed to AllocationID(ee1115e87892e59107adfa6b7bfbfd13) but it should
have been deployed to AllocationID(34c031bb72931f33a70b6a55fe30501c) for local
recovery.] ==> expected: <true> but was: <false>
Feb 16 01:14:56 at
org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
Feb 16 01:14:56 at
org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
Feb 16 01:14:56 at
org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63)
Feb 16 01:14:56 at
org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36)
Feb 16 01:14:56 at
org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:214)
Feb 16 01:14:56 at
org.apache.flink.test.recovery.LocalRecoveryITCase.testRecoverLocallyFromProcessCrashWithWorkingDirectory(LocalRecoveryITCase.java:119)
Feb 16 01:14:56 at java.lang.reflect.Method.invoke(Method.java:498)
Feb 16 01:14:56 at
java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
Feb 16 01:14:56 at
java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
Feb 16 01:14:56 at
java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
Feb 16 01:14:56 at
java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
Feb 16 01:14:56 at
java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175)
{code}
I'm moving this one out of FLINK-27075 as it appeared in Azure Pipelines as
well.
was (Author: mapohl):
https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=57550&view=logs&j=8fd9202e-fd17-5b26-353c-ac1ff76c8f28&t=ea7cf968-e585-52cb-e0fc-f48de023a7ca&l=15485
{code}
Feb 16 01:14:56 01:14:56.299 [ERROR] Tests run: 1, Failures: 1, Errors: 0,
Skipped: 0, Time elapsed: 39.33 s <<< FAILURE! -- in
org.apache.flink.test.recovery.LocalRecoveryITCase
Feb 16 01:14:56 01:14:56.299 [ERROR]
org.apache.flink.test.recovery.LocalRecoveryITCase.testRecoverLocallyFromProcessCrashWithWorkingDirectory
-- Time elapsed: 39.27 s <<< FAILURE!
Feb 16 01:14:56 org.opentest4j.AssertionFailedError: [The task was deployed to
AllocationID(34c031bb72931f33a70b6a55fe30501c) but it should have been deployed
to AllocationID(ee1115e87892e59107adfa6b7bfbfd13) for local recovery., The task
was deployed to AllocationID(ee1115e87892e59107adfa6b7bfbfd13) but it should
have been deployed to AllocationID(34c031bb72931f33a70b6a55fe30501c) for local
recovery.] ==> expected: <true> but was: <false>
Feb 16 01:14:56 at
org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
Feb 16 01:14:56 at
org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
Feb 16 01:14:56 at
org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:63)
Feb 16 01:14:56 at
org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36)
Feb 16 01:14:56 at
org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:214)
Feb 16 01:14:56 at
org.apache.flink.test.recovery.LocalRecoveryITCase.testRecoverLocallyFromProcessCrashWithWorkingDirectory(LocalRecoveryITCase.java:119)
Feb 16 01:14:56 at java.lang.reflect.Method.invoke(Method.java:498)
Feb 16 01:14:56 at
java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
Feb 16 01:14:56 at
java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
Feb 16 01:14:56 at
java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
Feb 16 01:14:56 at
java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
Feb 16 01:14:56 at
java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175)
{code}
> LocalRecoveryITCase.testRecoverLocallyFromProcessCrashWithWorkingDirectory:
> ---------------------------------------------------------------------------
>
> Key: FLINK-33555
> URL: https://issues.apache.org/jira/browse/FLINK-33555
> Project: Flink
> Issue Type: Sub-task
> Components: Tests
> Affects Versions: 1.19.0, 1.20.0
> Reporter: Matthias Pohl
> Priority: Major
> Labels: github-actions, test-stability
>
> https://github.com/XComp/flink/actions/runs/6868936761/job/18680977238#step:12:13492
> {code}
> Error: 21:44:15 21:44:15.144 [ERROR]
> LocalRecoveryITCase.testRecoverLocallyFromProcessCrashWithWorkingDirectory:119
> [The task was deployed to AllocationID(fcf411eadbae8beed895a78ea1653046) but
> it should have been deployed to
> AllocationID(dec337d82b9d960004ffd73be8a2c5d5) for local recovery., The task
> was deployed to AllocationID(a61fd8a6bc5ef9d467f32f918bdfb385) but it should
> have been deployed to AllocationID(fcf411eadbae8beed895a78ea1653046) for
> local recovery., The task was deployed to
> AllocationID(dec337d82b9d960004ffd73be8a2c5d5) but it should have been
> deployed to AllocationID(a61fd8a6bc5ef9d467f32f918bdfb385) for local
> recovery.] ==> expected: <true> but was: <false>
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)