rkhachatryan commented on PR #26888:
URL: https://github.com/apache/flink/pull/26888#issuecomment-3306490208

   
[This](https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=69741&view=logs&j=0c940707-2659-5648-cbe6-a1ad63045f0a&t=019d96ac-af5c-5c6d-106d-b67f63cc6e96&l=11939)
 failure seems to be unrelated:
   ```
   Sep 17 17:50:34 17:50:34.902 [ERROR] Failures: 
   Sep 17 17:50:34 17:50:34.902 [ERROR]   
ChangelogNormalizeRestoreTest>RestoreTestBase.testRestore:397 
   Sep 17 17:50:34 Expecting actual:
   Sep 17 17:50:34   ["+I[two, 2, b]",
   Sep 17 17:50:34     "+I[one, 1, a]",
   Sep 17 17:50:34     "+I[three, 3, c]",
   Sep 17 17:50:34     "-U[one, 1, a]",
   Sep 17 17:50:34     "+U[one, 1, aa]",
   Sep 17 17:50:34     "-U[three, 3, c]",
   Sep 17 17:50:34     "+U[three, 3, cc]",
   Sep 17 17:50:34     "-D[two, 2, b]",
   Sep 17 17:50:34     "+I[four, 4, d]",
   Sep 17 17:50:34     "+I[five, 5, e]",
   Sep 17 17:50:34     "-U[four, 4, d]",
   Sep 17 17:50:34     "+U[four, 4, dd]"]
   Sep 17 17:50:34 to contain exactly in any order:
   Sep 17 17:50:34   ["+I[one, 1, a]",
   Sep 17 17:50:34     "+I[two, 2, b]",
   Sep 17 17:50:34     "-U[one, 1, a]",
   Sep 17 17:50:34     "+U[one, 1, aa]",
   Sep 17 17:50:34     "+I[three, 3, c]",
   Sep 17 17:50:34     "-D[two, 2, b]",
   Sep 17 17:50:34     "-U[three, 3, c]",
   Sep 17 17:50:34     "+U[three, 3, cc]",
   Sep 17 17:50:34     "+I[four, 4, d]",
   Sep 17 17:50:34     "+I[five, 5, e]",
   Sep 17 17:50:34     "-U[four, 4, d]",
   Sep 17 17:50:34     "+U[four, 4, dd]",
   Sep 17 17:50:34     "+I[six, 6, f]",
   Sep 17 17:50:34     "-D[six, 6, f]"]
   Sep 17 17:50:34 but could not find the following elements:
   Sep 17 17:50:34   ["+I[six, 6, f]", "-D[six, 6, f]"]
   
   ```
   
   Re-running the CI.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to