You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/04/20 06:27:54 UTC

[GitHub] [flink] AHeise opened a new pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

AHeise opened a new pull request #11814:
URL: https://github.com/apache/flink/pull/11814


   …ks to UnalignedCheckpointITCase.
   
   <!--
   *Thank you very much for contributing to Apache Flink - we are happy that you want to help us improve Flink. To help the community review your contribution in the best possible way, please go through the checklist below, which will get the contribution into a shape in which it can be best reviewed.*
   
   *Please understand that we do not do this to make contributions to Flink a hassle. In order to uphold a high standard of quality for code contributions, while at the same time managing a large number of contributions, we need contributors to prepare the contributions well, and give reviewers enough contextual information for the review. Please also understand that contributions that do not follow this guide will take longer to review and thus typically be picked up with lower priority by the community.*
   
   ## Contribution Checklist
   
     - Make sure that the pull request corresponds to a [JIRA issue](https://issues.apache.org/jira/projects/FLINK/issues). Exceptions are made for typos in JavaDoc or documentation files, which need no JIRA issue.
     
     - Name the pull request in the form "[FLINK-XXXX] [component] Title of the pull request", where *FLINK-XXXX* should be replaced by the actual issue number. Skip *component* if you are unsure about which is the best component.
     Typo fixes that have no associated JIRA issue should be named following this pattern: `[hotfix] [docs] Fix typo in event time introduction` or `[hotfix] [javadocs] Expand JavaDoc for PuncuatedWatermarkGenerator`.
   
     - Fill out the template below to describe the changes contributed by the pull request. That will give reviewers the context they need to do the review.
     
     - Make sure that the change passes the automated tests, i.e., `mvn clean verify` passes. You can set up Travis CI to do that following [this guide](https://flink.apache.org/contributing/contribute-code.html#open-a-pull-request).
   
     - Each pull request should address only one issue, not mix up code from multiple issues.
     
     - Each commit in the pull request has a meaningful commit message (including the JIRA id)
   
     - Once all items of the checklist are addressed, remove the above text and this checklist, leaving only the filled out template below.
   
   
   **(The sections below can be removed for hotfixes of typos)**
   -->
   
   ## What is the purpose of the change
   
   This pull request adds recovery logic and verification to integration tests of unaligned checkpoints.
   
   ## Brief change log
   
   - Expand the UnalignedCheckpointITCase with induced failures, recovery, and correctness checks.
   
   ## Verifying this change
   
   Only changes in tests.
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (yes / **no**)
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (yes / **no**)
     - The serializers: (yes / **no** / don't know)
     - The runtime per-record code paths (performance sensitive): (yes / **no** / don't know)
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn/Mesos, ZooKeeper: (yes / **no** / don't know)
     - The S3 file system connector: (yes / **no** / don't know)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (yes / **no**)
     - If yes, how is the feature documented? (not applicable / docs / **JavaDocs** / not documented)
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] AHeise commented on a change in pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
AHeise commented on a change in pull request #11814:
URL: https://github.com/apache/flink/pull/11814#discussion_r425941569



##########
File path: flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/channel/ChannelStateWriterImpl.java
##########
@@ -91,6 +91,7 @@ public ChannelStateWriterImpl(CheckpointStorageWorkerView streamFactoryResolver)
 
 	@Override
 	public void start(long checkpointId, CheckpointOptions checkpointOptions) {
+		results.keySet().forEach(oldCheckpointId -> abort(oldCheckpointId, new Exception("Starting new checkpoint " + checkpointId)));

Review comment:
       You are right that it's probably not needed. However, it's an inexpensive check that verifies the highlighted line.
   I'd keep the check for now.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162362079",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162750539",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=429",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=437",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162803325",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=457",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162895636",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=505",
       "triggerID" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1125",
       "triggerID" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1160",
       "triggerID" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1185",
       "triggerID" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "triggerType" : "PUSH"
     }, {
       "hash" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1244",
       "triggerID" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1305",
       "triggerID" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2bc36cbe132b1f0c5ecc026edda07ecc143970e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1333",
       "triggerID" : "2bc36cbe132b1f0c5ecc026edda07ecc143970e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0e5c18befed1d83308beb55c0e426b3c5f14eebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1337",
       "triggerID" : "0e5c18befed1d83308beb55c0e426b3c5f14eebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7be02873084fae3c416270044162f98a0193230e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1340",
       "triggerID" : "7be02873084fae3c416270044162f98a0193230e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72db310d8d648cb662f9161af83ec13255e747c8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1328",
       "triggerID" : "72db310d8d648cb662f9161af83ec13255e747c8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b9f7b7cf2702efc6e11f69a820e9ab4a8f2a60cb",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1378",
       "triggerID" : "b9f7b7cf2702efc6e11f69a820e9ab4a8f2a60cb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bd4011ecc3dc8bb29d4d365dcb00f0b7505b6832",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "bd4011ecc3dc8bb29d4d365dcb00f0b7505b6832",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * 6abf4ce6e94c0b9d16370bc58381c4e4c3951267 UNKNOWN
   * 0ea51bf82cd4ac18d8003632cd4b817ca3223008 UNKNOWN
   * b9f7b7cf2702efc6e11f69a820e9ab4a8f2a60cb Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1378) 
   * bd4011ecc3dc8bb29d4d365dcb00f0b7505b6832 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * cbca6f0d98e1cb9e1a60086a32a9c058150fa97b Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/162217848) Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on issue #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "CANCELED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 186430ff68a28ee39cff541c61dfc76dd4332375 Travis: [CANCELED](https://travis-ci.com/github/flink-ci/flink/builds/161424106) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71) 
   * f474d64516f4f472100d5d9783767a62e7d4d097 Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/161444858) Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75) 
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * cbca6f0d98e1cb9e1a60086a32a9c058150fa97b Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/162217848) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162362079",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162750539",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=429",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=437",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162803325",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=457",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162895636",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=505",
       "triggerID" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1125",
       "triggerID" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1160",
       "triggerID" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1185",
       "triggerID" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "triggerType" : "PUSH"
     }, {
       "hash" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1244",
       "triggerID" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * 6abf4ce6e94c0b9d16370bc58381c4e4c3951267 UNKNOWN
   * 0ea51bf82cd4ac18d8003632cd4b817ca3223008 UNKNOWN
   * 83f26b5a797355f9c0f485e09d403a4516f8fead Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1244) 
   * ff781564fa208312e8be7d57f99430dc26080bcc UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162362079",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162750539",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=429",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=437",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162803325",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=457",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162895636",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=505",
       "triggerID" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1125",
       "triggerID" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1160",
       "triggerID" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1185",
       "triggerID" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "triggerType" : "PUSH"
     }, {
       "hash" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1244",
       "triggerID" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1305",
       "triggerID" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2bc36cbe132b1f0c5ecc026edda07ecc143970e0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1333",
       "triggerID" : "2bc36cbe132b1f0c5ecc026edda07ecc143970e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0e5c18befed1d83308beb55c0e426b3c5f14eebe",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0e5c18befed1d83308beb55c0e426b3c5f14eebe",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * 6abf4ce6e94c0b9d16370bc58381c4e4c3951267 UNKNOWN
   * 0ea51bf82cd4ac18d8003632cd4b817ca3223008 UNKNOWN
   * ff781564fa208312e8be7d57f99430dc26080bcc Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1305) 
   * 2bc36cbe132b1f0c5ecc026edda07ecc143970e0 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1333) 
   * 0e5c18befed1d83308beb55c0e426b3c5f14eebe UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on issue #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 186430ff68a28ee39cff541c61dfc76dd4332375 Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/161424106) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71) 
   * f474d64516f4f472100d5d9783767a62e7d4d097 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on issue #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3c40823bc020362db1808d744481c5e77f59340e Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/161382125) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39) 
   * 186430ff68a28ee39cff541c61dfc76dd4332375 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162362079",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162750539",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=429",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=437",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162803325",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=457",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162895636",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=505",
       "triggerID" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1125",
       "triggerID" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1160",
       "triggerID" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1185",
       "triggerID" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "triggerType" : "PUSH"
     }, {
       "hash" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1244",
       "triggerID" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1305",
       "triggerID" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2bc36cbe132b1f0c5ecc026edda07ecc143970e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1333",
       "triggerID" : "2bc36cbe132b1f0c5ecc026edda07ecc143970e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0e5c18befed1d83308beb55c0e426b3c5f14eebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1337",
       "triggerID" : "0e5c18befed1d83308beb55c0e426b3c5f14eebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7be02873084fae3c416270044162f98a0193230e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1340",
       "triggerID" : "7be02873084fae3c416270044162f98a0193230e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * 6abf4ce6e94c0b9d16370bc58381c4e4c3951267 UNKNOWN
   * 0ea51bf82cd4ac18d8003632cd4b817ca3223008 UNKNOWN
   * 7be02873084fae3c416270044162f98a0193230e Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1340) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162362079",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162750539",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=429",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=437",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162803325",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=457",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162895636",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=505",
       "triggerID" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1125",
       "triggerID" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1160",
       "triggerID" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1185",
       "triggerID" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "triggerType" : "PUSH"
     }, {
       "hash" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1244",
       "triggerID" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1305",
       "triggerID" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2bc36cbe132b1f0c5ecc026edda07ecc143970e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1333",
       "triggerID" : "2bc36cbe132b1f0c5ecc026edda07ecc143970e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0e5c18befed1d83308beb55c0e426b3c5f14eebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1337",
       "triggerID" : "0e5c18befed1d83308beb55c0e426b3c5f14eebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7be02873084fae3c416270044162f98a0193230e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1340",
       "triggerID" : "7be02873084fae3c416270044162f98a0193230e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72db310d8d648cb662f9161af83ec13255e747c8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1328",
       "triggerID" : "72db310d8d648cb662f9161af83ec13255e747c8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b9f7b7cf2702efc6e11f69a820e9ab4a8f2a60cb",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1378",
       "triggerID" : "b9f7b7cf2702efc6e11f69a820e9ab4a8f2a60cb",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * 6abf4ce6e94c0b9d16370bc58381c4e4c3951267 UNKNOWN
   * 0ea51bf82cd4ac18d8003632cd4b817ca3223008 UNKNOWN
   * b9f7b7cf2702efc6e11f69a820e9ab4a8f2a60cb Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1378) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162362079",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162750539",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=429",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=437",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162803325",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=457",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162895636",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * 6abf4ce6e94c0b9d16370bc58381c4e4c3951267 UNKNOWN
   * 1d73dbf463d9f7e88d1899502d38d3a112b19647 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/162895636) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=457) 
   * 0ea51bf82cd4ac18d8003632cd4b817ca3223008 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162362079",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162750539",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=429",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=437",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162803325",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=457",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162895636",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=505",
       "triggerID" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1125",
       "triggerID" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1160",
       "triggerID" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1185",
       "triggerID" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "triggerType" : "PUSH"
     }, {
       "hash" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1244",
       "triggerID" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1305",
       "triggerID" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * 6abf4ce6e94c0b9d16370bc58381c4e4c3951267 UNKNOWN
   * 0ea51bf82cd4ac18d8003632cd4b817ca3223008 UNKNOWN
   * 83f26b5a797355f9c0f485e09d403a4516f8fead Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1244) 
   * ff781564fa208312e8be7d57f99430dc26080bcc Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1305) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162362079",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162750539",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=429",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=437",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162803325",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=457",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162895636",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=505",
       "triggerID" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1125",
       "triggerID" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1160",
       "triggerID" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1185",
       "triggerID" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "triggerType" : "PUSH"
     }, {
       "hash" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1244",
       "triggerID" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1305",
       "triggerID" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2bc36cbe132b1f0c5ecc026edda07ecc143970e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1333",
       "triggerID" : "2bc36cbe132b1f0c5ecc026edda07ecc143970e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0e5c18befed1d83308beb55c0e426b3c5f14eebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1337",
       "triggerID" : "0e5c18befed1d83308beb55c0e426b3c5f14eebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7be02873084fae3c416270044162f98a0193230e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1340",
       "triggerID" : "7be02873084fae3c416270044162f98a0193230e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72db310d8d648cb662f9161af83ec13255e747c8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1328",
       "triggerID" : "72db310d8d648cb662f9161af83ec13255e747c8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b9f7b7cf2702efc6e11f69a820e9ab4a8f2a60cb",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1378",
       "triggerID" : "b9f7b7cf2702efc6e11f69a820e9ab4a8f2a60cb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bd4011ecc3dc8bb29d4d365dcb00f0b7505b6832",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1412",
       "triggerID" : "bd4011ecc3dc8bb29d4d365dcb00f0b7505b6832",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * 6abf4ce6e94c0b9d16370bc58381c4e4c3951267 UNKNOWN
   * 0ea51bf82cd4ac18d8003632cd4b817ca3223008 UNKNOWN
   * b9f7b7cf2702efc6e11f69a820e9ab4a8f2a60cb Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1378) 
   * bd4011ecc3dc8bb29d4d365dcb00f0b7505b6832 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1412) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] pnowojski merged pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
pnowojski merged pull request #11814:
URL: https://github.com/apache/flink/pull/11814


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] zhijiangW commented on a change in pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
zhijiangW commented on a change in pull request #11814:
URL: https://github.com/apache/flink/pull/11814#discussion_r415202630



##########
File path: flink-runtime/src/main/java/org/apache/flink/runtime/io/network/api/serialization/SpillingAdaptiveSpanningRecordDeserializer.java
##########
@@ -597,12 +597,12 @@ private void addNextChunkFromMemorySegment(MemorySegment segment, int offset, in
 				throw new UnsupportedOperationException("Unaligned checkpoint currently do not support spilled " +
 					"records.");
 			} else if (recordLength != -1) {
-				int leftOverSize = leftOverLimit - leftOverStart;
+				int leftOverSize = leftOverData != null ? leftOverLimit - leftOverStart : 0;

Review comment:
       Thanks for finding this bug!
   
   I think the root cause was the state inconsistency among `{leftOverLimit, leftOverStart}` with `leftOverData`. During `#clear()` we only reset `leftOverData` as null, but now reset the derived `{leftOverLimit, leftOverStart}` from `leftOverData`. So we can check the condition only by `leftOverData`. Maybe we can also reset `{leftOverLimit, leftOverStart}` during `#clear()` to keep all consistency.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162362079",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162750539",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=429",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=437",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162803325",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=457",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162895636",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=505",
       "triggerID" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1125",
       "triggerID" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1160",
       "triggerID" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1185",
       "triggerID" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * 6abf4ce6e94c0b9d16370bc58381c4e4c3951267 UNKNOWN
   * 0ea51bf82cd4ac18d8003632cd4b817ca3223008 UNKNOWN
   * d9df481e7ac96ad50b4ed1925aad7a1d09058604 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1185) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162362079",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * a2d006dd6d8084ccd6ad6b68046d1e037088b2ad Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/162362079) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351) 
   * 0118f76b444e2347aa3b5f30d2e1800962a42427 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162362079",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162750539",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=429",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=437",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162803325",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=457",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162895636",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=505",
       "triggerID" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1125",
       "triggerID" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1160",
       "triggerID" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1185",
       "triggerID" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "triggerType" : "PUSH"
     }, {
       "hash" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1244",
       "triggerID" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1305",
       "triggerID" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2bc36cbe132b1f0c5ecc026edda07ecc143970e0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1333",
       "triggerID" : "2bc36cbe132b1f0c5ecc026edda07ecc143970e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0e5c18befed1d83308beb55c0e426b3c5f14eebe",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1337",
       "triggerID" : "0e5c18befed1d83308beb55c0e426b3c5f14eebe",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * 6abf4ce6e94c0b9d16370bc58381c4e4c3951267 UNKNOWN
   * 0ea51bf82cd4ac18d8003632cd4b817ca3223008 UNKNOWN
   * ff781564fa208312e8be7d57f99430dc26080bcc Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1305) 
   * 2bc36cbe132b1f0c5ecc026edda07ecc143970e0 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1333) 
   * 0e5c18befed1d83308beb55c0e426b3c5f14eebe Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1337) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162362079",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162750539",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=429",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=437",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162803325",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=457",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162895636",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * 6abf4ce6e94c0b9d16370bc58381c4e4c3951267 UNKNOWN
   * 1d73dbf463d9f7e88d1899502d38d3a112b19647 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/162895636) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=457) 
   * 0ea51bf82cd4ac18d8003632cd4b817ca3223008 UNKNOWN
   * f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162362079",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162750539",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=429",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=437",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162803325",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=457",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162895636",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=505",
       "triggerID" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1125",
       "triggerID" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1160",
       "triggerID" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1185",
       "triggerID" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "triggerType" : "PUSH"
     }, {
       "hash" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1244",
       "triggerID" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1305",
       "triggerID" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * 6abf4ce6e94c0b9d16370bc58381c4e4c3951267 UNKNOWN
   * 0ea51bf82cd4ac18d8003632cd4b817ca3223008 UNKNOWN
   * ff781564fa208312e8be7d57f99430dc26080bcc Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1305) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on issue #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3c40823bc020362db1808d744481c5e77f59340e Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/161382125) Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162362079",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162750539",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=429",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=437",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162803325",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=457",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162895636",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=505",
       "triggerID" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1125",
       "triggerID" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1160",
       "triggerID" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1185",
       "triggerID" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "triggerType" : "PUSH"
     }, {
       "hash" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * 6abf4ce6e94c0b9d16370bc58381c4e4c3951267 UNKNOWN
   * 0ea51bf82cd4ac18d8003632cd4b817ca3223008 UNKNOWN
   * d9df481e7ac96ad50b4ed1925aad7a1d09058604 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1185) 
   * 83f26b5a797355f9c0f485e09d403a4516f8fead UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162362079",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162750539",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=429",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * 0118f76b444e2347aa3b5f30d2e1800962a42427 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/162750539) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=429) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162362079",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162750539",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=429",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=437",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162803325",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=457",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162895636",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=505",
       "triggerID" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1125",
       "triggerID" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1160",
       "triggerID" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1185",
       "triggerID" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "triggerType" : "PUSH"
     }, {
       "hash" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1244",
       "triggerID" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1305",
       "triggerID" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2bc36cbe132b1f0c5ecc026edda07ecc143970e0",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "2bc36cbe132b1f0c5ecc026edda07ecc143970e0",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * 6abf4ce6e94c0b9d16370bc58381c4e4c3951267 UNKNOWN
   * 0ea51bf82cd4ac18d8003632cd4b817ca3223008 UNKNOWN
   * ff781564fa208312e8be7d57f99430dc26080bcc Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1305) 
   * 2bc36cbe132b1f0c5ecc026edda07ecc143970e0 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on issue #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 186430ff68a28ee39cff541c61dfc76dd4332375 Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/161424106) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot commented on issue #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot commented on issue #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162362079",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162750539",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=429",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=437",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162803325",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=457",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162895636",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=505",
       "triggerID" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1125",
       "triggerID" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1160",
       "triggerID" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1185",
       "triggerID" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "triggerType" : "PUSH"
     }, {
       "hash" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1244",
       "triggerID" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1305",
       "triggerID" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2bc36cbe132b1f0c5ecc026edda07ecc143970e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1333",
       "triggerID" : "2bc36cbe132b1f0c5ecc026edda07ecc143970e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0e5c18befed1d83308beb55c0e426b3c5f14eebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1337",
       "triggerID" : "0e5c18befed1d83308beb55c0e426b3c5f14eebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7be02873084fae3c416270044162f98a0193230e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1340",
       "triggerID" : "7be02873084fae3c416270044162f98a0193230e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72db310d8d648cb662f9161af83ec13255e747c8",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1328",
       "triggerID" : "72db310d8d648cb662f9161af83ec13255e747c8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b9f7b7cf2702efc6e11f69a820e9ab4a8f2a60cb",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b9f7b7cf2702efc6e11f69a820e9ab4a8f2a60cb",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * 6abf4ce6e94c0b9d16370bc58381c4e4c3951267 UNKNOWN
   * 0ea51bf82cd4ac18d8003632cd4b817ca3223008 UNKNOWN
   * 72db310d8d648cb662f9161af83ec13255e747c8 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1328) 
   * b9f7b7cf2702efc6e11f69a820e9ab4a8f2a60cb UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * 161c6e917c3797cfdbae58954576d0a03ab38b42 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/162000933) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162362079",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * a2d006dd6d8084ccd6ad6b68046d1e037088b2ad Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/162362079) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on issue #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/160982313) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748) 
   * 3c40823bc020362db1808d744481c5e77f59340e Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/161382125) Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] zhijiangW commented on a change in pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
zhijiangW commented on a change in pull request #11814:
URL: https://github.com/apache/flink/pull/11814#discussion_r425734079



##########
File path: flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/channel/ChannelStateWriterImpl.java
##########
@@ -91,6 +91,7 @@ public ChannelStateWriterImpl(CheckpointStorageWorkerView streamFactoryResolver)
 
 	@Override
 	public void start(long checkpointId, CheckpointOptions checkpointOptions) {
+		results.keySet().forEach(oldCheckpointId -> abort(oldCheckpointId, new Exception("Starting new checkpoint " + checkpointId)));

Review comment:
       I guess the below `Preconditions.checkState(results.size() < maxCheckpoints, "results.size() > maxCheckpoints", results.size(), maxCheckpoints);` might be invalid if we remove the pending ones here?




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * 161c6e917c3797cfdbae58954576d0a03ab38b42 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/162000933) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235) 
   * cbca6f0d98e1cb9e1a60086a32a9c058150fa97b UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162362079",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162750539",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=429",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * 0118f76b444e2347aa3b5f30d2e1800962a42427 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/162750539) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=429) 
   * d2440367edb82698de508066a900555739b7cafb UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * 161c6e917c3797cfdbae58954576d0a03ab38b42 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/162000933) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235) 
   * cbca6f0d98e1cb9e1a60086a32a9c058150fa97b Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/162217848) Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162362079",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162750539",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=429",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=437",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162803325",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=457",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162895636",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=505",
       "triggerID" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1125",
       "triggerID" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1160",
       "triggerID" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1185",
       "triggerID" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "triggerType" : "PUSH"
     }, {
       "hash" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1244",
       "triggerID" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1305",
       "triggerID" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2bc36cbe132b1f0c5ecc026edda07ecc143970e0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1333",
       "triggerID" : "2bc36cbe132b1f0c5ecc026edda07ecc143970e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0e5c18befed1d83308beb55c0e426b3c5f14eebe",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1337",
       "triggerID" : "0e5c18befed1d83308beb55c0e426b3c5f14eebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7be02873084fae3c416270044162f98a0193230e",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1340",
       "triggerID" : "7be02873084fae3c416270044162f98a0193230e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * 6abf4ce6e94c0b9d16370bc58381c4e4c3951267 UNKNOWN
   * 0ea51bf82cd4ac18d8003632cd4b817ca3223008 UNKNOWN
   * 2bc36cbe132b1f0c5ecc026edda07ecc143970e0 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1333) 
   * 0e5c18befed1d83308beb55c0e426b3c5f14eebe Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1337) 
   * 7be02873084fae3c416270044162f98a0193230e Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1340) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot commented on issue #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot commented on issue #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616339210


   Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community
   to review your pull request. We will use this comment to track the progress of the review.
   
   
   ## Automated Checks
   Last check on commit 2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5 (Mon Apr 20 06:30:10 UTC 2020)
   
   **Warnings:**
    * No documentation files were touched! Remember to keep the Flink docs up to date!
   
   
   <sub>Mention the bot in a comment to re-run the automated checks.</sub>
   ## Review Progress
   
   * ❓ 1. The [description] looks good.
   * ❓ 2. There is [consensus] that the contribution should go into to Flink.
   * ❓ 3. Needs [attention] from.
   * ❓ 4. The change fits into the overall [architecture].
   * ❓ 5. Overall code [quality] is good.
   
   Please see the [Pull Request Review Guide](https://flink.apache.org/contributing/reviewing-prs.html) for a full explanation of the review process.<details>
    The Bot is tracking the review progress through labels. Labels are applied according to the order of the review items. For consensus, approval by a Flink committer of PMC member is required <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot approve description` to approve one or more aspects (aspects: `description`, `consensus`, `architecture` and `quality`)
    - `@flinkbot approve all` to approve all aspects
    - `@flinkbot approve-until architecture` to approve everything until `architecture`
    - `@flinkbot attention @username1 [@username2 ..]` to require somebody's attention
    - `@flinkbot disapprove architecture` to remove an approval you gave earlier
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162362079",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162750539",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=429",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=437",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162803325",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=457",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162895636",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=505",
       "triggerID" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1125",
       "triggerID" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1160",
       "triggerID" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1185",
       "triggerID" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "triggerType" : "PUSH"
     }, {
       "hash" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1244",
       "triggerID" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * 6abf4ce6e94c0b9d16370bc58381c4e4c3951267 UNKNOWN
   * 0ea51bf82cd4ac18d8003632cd4b817ca3223008 UNKNOWN
   * 83f26b5a797355f9c0f485e09d403a4516f8fead Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1244) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162362079",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162750539",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=429",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=437",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162803325",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=457",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162895636",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=505",
       "triggerID" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1125",
       "triggerID" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1160",
       "triggerID" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1185",
       "triggerID" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "triggerType" : "PUSH"
     }, {
       "hash" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1244",
       "triggerID" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1305",
       "triggerID" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2bc36cbe132b1f0c5ecc026edda07ecc143970e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1333",
       "triggerID" : "2bc36cbe132b1f0c5ecc026edda07ecc143970e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0e5c18befed1d83308beb55c0e426b3c5f14eebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1337",
       "triggerID" : "0e5c18befed1d83308beb55c0e426b3c5f14eebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7be02873084fae3c416270044162f98a0193230e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1340",
       "triggerID" : "7be02873084fae3c416270044162f98a0193230e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72db310d8d648cb662f9161af83ec13255e747c8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1328",
       "triggerID" : "72db310d8d648cb662f9161af83ec13255e747c8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b9f7b7cf2702efc6e11f69a820e9ab4a8f2a60cb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1378",
       "triggerID" : "b9f7b7cf2702efc6e11f69a820e9ab4a8f2a60cb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bd4011ecc3dc8bb29d4d365dcb00f0b7505b6832",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1412",
       "triggerID" : "bd4011ecc3dc8bb29d4d365dcb00f0b7505b6832",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * 6abf4ce6e94c0b9d16370bc58381c4e4c3951267 UNKNOWN
   * 0ea51bf82cd4ac18d8003632cd4b817ca3223008 UNKNOWN
   * bd4011ecc3dc8bb29d4d365dcb00f0b7505b6832 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1412) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on issue #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3c40823bc020362db1808d744481c5e77f59340e Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/161382125) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39) 
   * 186430ff68a28ee39cff541c61dfc76dd4332375 Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/161424106) Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162362079",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162750539",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=429",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=437",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162803325",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=457",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162895636",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=505",
       "triggerID" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1125",
       "triggerID" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1160",
       "triggerID" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1185",
       "triggerID" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "triggerType" : "PUSH"
     }, {
       "hash" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1244",
       "triggerID" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1305",
       "triggerID" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2bc36cbe132b1f0c5ecc026edda07ecc143970e0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1333",
       "triggerID" : "2bc36cbe132b1f0c5ecc026edda07ecc143970e0",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * 6abf4ce6e94c0b9d16370bc58381c4e4c3951267 UNKNOWN
   * 0ea51bf82cd4ac18d8003632cd4b817ca3223008 UNKNOWN
   * ff781564fa208312e8be7d57f99430dc26080bcc Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1305) 
   * 2bc36cbe132b1f0c5ecc026edda07ecc143970e0 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1333) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162362079",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162750539",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=429",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=437",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162803325",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * d2440367edb82698de508066a900555739b7cafb Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/162803325) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=437) 
   * 6abf4ce6e94c0b9d16370bc58381c4e4c3951267 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] AHeise commented on a change in pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
AHeise commented on a change in pull request #11814:
URL: https://github.com/apache/flink/pull/11814#discussion_r425659405



##########
File path: flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/SubtaskCheckpointCoordinatorImpl.java
##########
@@ -240,7 +240,8 @@ private void finishAndReportAsync(Map<OperatorID, OperatorSnapshotFutures> snaps
 		final Future<?> channelWrittenFuture;
 		if (unalignedCheckpointEnabled) {
 			ChannelStateWriteResult writeResult = channelStateWriter.getWriteResult(metadata.getCheckpointId());
-			channelWrittenFuture = writeResult.getJointFuture();
+			channelWrittenFuture = writeResult.getJointFuture()
+				.whenComplete((dummy, ex) -> channelStateWriter.notifyCheckpointComplete(metadata.getCheckpointId()));

Review comment:
       I called it `stop` now (symmetric to `start`).




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162362079",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162750539",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=429",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=437",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162803325",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=457",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162895636",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=505",
       "triggerID" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1125",
       "triggerID" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1160",
       "triggerID" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1185",
       "triggerID" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "triggerType" : "PUSH"
     }, {
       "hash" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1244",
       "triggerID" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1305",
       "triggerID" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2bc36cbe132b1f0c5ecc026edda07ecc143970e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1333",
       "triggerID" : "2bc36cbe132b1f0c5ecc026edda07ecc143970e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0e5c18befed1d83308beb55c0e426b3c5f14eebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1337",
       "triggerID" : "0e5c18befed1d83308beb55c0e426b3c5f14eebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7be02873084fae3c416270044162f98a0193230e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1340",
       "triggerID" : "7be02873084fae3c416270044162f98a0193230e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72db310d8d648cb662f9161af83ec13255e747c8",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1328",
       "triggerID" : "72db310d8d648cb662f9161af83ec13255e747c8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b9f7b7cf2702efc6e11f69a820e9ab4a8f2a60cb",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1378",
       "triggerID" : "b9f7b7cf2702efc6e11f69a820e9ab4a8f2a60cb",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * 6abf4ce6e94c0b9d16370bc58381c4e4c3951267 UNKNOWN
   * 0ea51bf82cd4ac18d8003632cd4b817ca3223008 UNKNOWN
   * 72db310d8d648cb662f9161af83ec13255e747c8 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1328) 
   * b9f7b7cf2702efc6e11f69a820e9ab4a8f2a60cb Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1378) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on issue #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "CANCELED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f474d64516f4f472100d5d9783767a62e7d4d097 Travis: [CANCELED](https://travis-ci.com/github/flink-ci/flink/builds/161444858) Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75) 
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "CANCELED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f474d64516f4f472100d5d9783767a62e7d4d097 Travis: [CANCELED](https://travis-ci.com/github/flink-ci/flink/builds/161444858) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75) 
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * 161c6e917c3797cfdbae58954576d0a03ab38b42 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162362079",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162750539",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=429",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=437",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162803325",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * d2440367edb82698de508066a900555739b7cafb Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/162803325) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=437) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] zhijiangW commented on a change in pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
zhijiangW commented on a change in pull request #11814:
URL: https://github.com/apache/flink/pull/11814#discussion_r425734079



##########
File path: flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/channel/ChannelStateWriterImpl.java
##########
@@ -91,6 +91,7 @@ public ChannelStateWriterImpl(CheckpointStorageWorkerView streamFactoryResolver)
 
 	@Override
 	public void start(long checkpointId, CheckpointOptions checkpointOptions) {
+		results.keySet().forEach(oldCheckpointId -> abort(oldCheckpointId, new Exception("Starting new checkpoint " + checkpointId)));

Review comment:
       I guess the below `Preconditions.checkState(results.size() < maxCheckpoints, "results.size() > maxCheckpoints", results.size(), maxCheckpoints);` might be invalid if we remove the old ones here?




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on issue #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "CANCELED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f474d64516f4f472100d5d9783767a62e7d4d097 Travis: [CANCELED](https://travis-ci.com/github/flink-ci/flink/builds/161444858) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75) 
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * cbca6f0d98e1cb9e1a60086a32a9c058150fa97b Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/162217848) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319) 
   * a2d006dd6d8084ccd6ad6b68046d1e037088b2ad UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162362079",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162750539",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=429",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=437",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162803325",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=457",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162895636",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=505",
       "triggerID" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1125",
       "triggerID" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1160",
       "triggerID" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1185",
       "triggerID" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "triggerType" : "PUSH"
     }, {
       "hash" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1244",
       "triggerID" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1305",
       "triggerID" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2bc36cbe132b1f0c5ecc026edda07ecc143970e0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1333",
       "triggerID" : "2bc36cbe132b1f0c5ecc026edda07ecc143970e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0e5c18befed1d83308beb55c0e426b3c5f14eebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1337",
       "triggerID" : "0e5c18befed1d83308beb55c0e426b3c5f14eebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7be02873084fae3c416270044162f98a0193230e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1340",
       "triggerID" : "7be02873084fae3c416270044162f98a0193230e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * 6abf4ce6e94c0b9d16370bc58381c4e4c3951267 UNKNOWN
   * 0ea51bf82cd4ac18d8003632cd4b817ca3223008 UNKNOWN
   * 2bc36cbe132b1f0c5ecc026edda07ecc143970e0 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1333) 
   * 7be02873084fae3c416270044162f98a0193230e Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1340) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] AHeise commented on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
AHeise commented on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-643992221


   @flinkbot run azure


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162362079",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162750539",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=429",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=437",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162803325",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=457",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162895636",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=505",
       "triggerID" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * 6abf4ce6e94c0b9d16370bc58381c4e4c3951267 UNKNOWN
   * 0ea51bf82cd4ac18d8003632cd4b817ca3223008 UNKNOWN
   * f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=505) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162362079",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162750539",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=429",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=437",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162803325",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * d2440367edb82698de508066a900555739b7cafb Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/162803325) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=437) 
   * 6abf4ce6e94c0b9d16370bc58381c4e4c3951267 UNKNOWN
   * 1d73dbf463d9f7e88d1899502d38d3a112b19647 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162362079",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162750539",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=429",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=437",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162803325",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=457",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162895636",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=505",
       "triggerID" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1125",
       "triggerID" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1160",
       "triggerID" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1185",
       "triggerID" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "triggerType" : "PUSH"
     }, {
       "hash" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1244",
       "triggerID" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1305",
       "triggerID" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2bc36cbe132b1f0c5ecc026edda07ecc143970e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1333",
       "triggerID" : "2bc36cbe132b1f0c5ecc026edda07ecc143970e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0e5c18befed1d83308beb55c0e426b3c5f14eebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1337",
       "triggerID" : "0e5c18befed1d83308beb55c0e426b3c5f14eebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7be02873084fae3c416270044162f98a0193230e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1340",
       "triggerID" : "7be02873084fae3c416270044162f98a0193230e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72db310d8d648cb662f9161af83ec13255e747c8",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "72db310d8d648cb662f9161af83ec13255e747c8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * 6abf4ce6e94c0b9d16370bc58381c4e4c3951267 UNKNOWN
   * 0ea51bf82cd4ac18d8003632cd4b817ca3223008 UNKNOWN
   * 7be02873084fae3c416270044162f98a0193230e Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1340) 
   * 72db310d8d648cb662f9161af83ec13255e747c8 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on issue #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3c40823bc020362db1808d744481c5e77f59340e Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/161382125) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162362079",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162750539",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=429",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=437",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162803325",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=457",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162895636",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=505",
       "triggerID" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * 6abf4ce6e94c0b9d16370bc58381c4e4c3951267 UNKNOWN
   * 1d73dbf463d9f7e88d1899502d38d3a112b19647 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/162895636) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=457) 
   * 0ea51bf82cd4ac18d8003632cd4b817ca3223008 UNKNOWN
   * f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=505) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162362079",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162750539",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=429",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=437",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162803325",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=457",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162895636",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=505",
       "triggerID" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1125",
       "triggerID" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1160",
       "triggerID" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1185",
       "triggerID" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "triggerType" : "PUSH"
     }, {
       "hash" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1244",
       "triggerID" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1305",
       "triggerID" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2bc36cbe132b1f0c5ecc026edda07ecc143970e0",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1333",
       "triggerID" : "2bc36cbe132b1f0c5ecc026edda07ecc143970e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0e5c18befed1d83308beb55c0e426b3c5f14eebe",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1337",
       "triggerID" : "0e5c18befed1d83308beb55c0e426b3c5f14eebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7be02873084fae3c416270044162f98a0193230e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1340",
       "triggerID" : "7be02873084fae3c416270044162f98a0193230e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "72db310d8d648cb662f9161af83ec13255e747c8",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1328",
       "triggerID" : "72db310d8d648cb662f9161af83ec13255e747c8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * 6abf4ce6e94c0b9d16370bc58381c4e4c3951267 UNKNOWN
   * 0ea51bf82cd4ac18d8003632cd4b817ca3223008 UNKNOWN
   * 72db310d8d648cb662f9161af83ec13255e747c8 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1328) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162362079",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162750539",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=429",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=437",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162803325",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=457",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162895636",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=505",
       "triggerID" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1125",
       "triggerID" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1160",
       "triggerID" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1185",
       "triggerID" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "triggerType" : "PUSH"
     }, {
       "hash" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1244",
       "triggerID" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1305",
       "triggerID" : "ff781564fa208312e8be7d57f99430dc26080bcc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2bc36cbe132b1f0c5ecc026edda07ecc143970e0",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1333",
       "triggerID" : "2bc36cbe132b1f0c5ecc026edda07ecc143970e0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0e5c18befed1d83308beb55c0e426b3c5f14eebe",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1337",
       "triggerID" : "0e5c18befed1d83308beb55c0e426b3c5f14eebe",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7be02873084fae3c416270044162f98a0193230e",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "7be02873084fae3c416270044162f98a0193230e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * 6abf4ce6e94c0b9d16370bc58381c4e4c3951267 UNKNOWN
   * 0ea51bf82cd4ac18d8003632cd4b817ca3223008 UNKNOWN
   * 2bc36cbe132b1f0c5ecc026edda07ecc143970e0 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1333) 
   * 0e5c18befed1d83308beb55c0e426b3c5f14eebe Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1337) 
   * 7be02873084fae3c416270044162f98a0193230e UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162362079",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * a2d006dd6d8084ccd6ad6b68046d1e037088b2ad Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/162362079) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on issue #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/160982313) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] AHeise commented on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
AHeise commented on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-629116549


   > LGTM - I guess commits should be either squashed or renamed from `hotfix` to `[FLINK-17218](https://issues.apache.org/jira/browse/FLINK-17218)`?
   
   Renamed to FLINK-17218.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on issue #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "CANCELED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 186430ff68a28ee39cff541c61dfc76dd4332375 Travis: [CANCELED](https://travis-ci.com/github/flink-ci/flink/builds/161424106) Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71) 
   * f474d64516f4f472100d5d9783767a62e7d4d097 Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/161444858) Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161382125",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=39",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161424106",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=71",
       "triggerID" : "186430ff68a28ee39cff541c61dfc76dd4332375",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=75",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/161444858",
       "triggerID" : "f474d64516f4f472100d5d9783767a62e7d4d097",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162000933",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=235",
       "triggerID" : "161c6e917c3797cfdbae58954576d0a03ab38b42",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162217848",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=319",
       "triggerID" : "cbca6f0d98e1cb9e1a60086a32a9c058150fa97b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=351",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162362079",
       "triggerID" : "a2d006dd6d8084ccd6ad6b68046d1e037088b2ad",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162750539",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=429",
       "triggerID" : "0118f76b444e2347aa3b5f30d2e1800962a42427",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=437",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d2440367edb82698de508066a900555739b7cafb",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162803325",
       "triggerID" : "d2440367edb82698de508066a900555739b7cafb",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6abf4ce6e94c0b9d16370bc58381c4e4c3951267",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=457",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/162895636",
       "triggerID" : "1d73dbf463d9f7e88d1899502d38d3a112b19647",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0ea51bf82cd4ac18d8003632cd4b817ca3223008",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=505",
       "triggerID" : "f239d680e9b8f3f5ace621b7806e0bb7e14d3fdd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1125",
       "triggerID" : "1644392eb3e33382aa22ad51ecae555c64126c5f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1160",
       "triggerID" : "b65da8bfe23d55c5280799a579c19895701d7ce5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1185",
       "triggerID" : "d9df481e7ac96ad50b4ed1925aad7a1d09058604",
       "triggerType" : "PUSH"
     }, {
       "hash" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1244",
       "triggerID" : "83f26b5a797355f9c0f485e09d403a4516f8fead",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e0c61b438830bd4d377ae16f7f8d2b1bc0ce047 UNKNOWN
   * 6abf4ce6e94c0b9d16370bc58381c4e4c3951267 UNKNOWN
   * 0ea51bf82cd4ac18d8003632cd4b817ca3223008 UNKNOWN
   * d9df481e7ac96ad50b4ed1925aad7a1d09058604 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1185) 
   * 83f26b5a797355f9c0f485e09d403a4516f8fead Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=1244) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] zhijiangW commented on a change in pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
zhijiangW commented on a change in pull request #11814:
URL: https://github.com/apache/flink/pull/11814#discussion_r415202630



##########
File path: flink-runtime/src/main/java/org/apache/flink/runtime/io/network/api/serialization/SpillingAdaptiveSpanningRecordDeserializer.java
##########
@@ -597,12 +597,12 @@ private void addNextChunkFromMemorySegment(MemorySegment segment, int offset, in
 				throw new UnsupportedOperationException("Unaligned checkpoint currently do not support spilled " +
 					"records.");
 			} else if (recordLength != -1) {
-				int leftOverSize = leftOverLimit - leftOverStart;
+				int leftOverSize = leftOverData != null ? leftOverLimit - leftOverStart : 0;

Review comment:
       Thanks for finding this bug!
   
   I think the root cause was the state inconsistency among `{leftOverLimit, leftOverStart}` with `leftOverData`. During `#clear()` we only reset `leftOverData` as null, but now reset the derived `{leftOverLimit, leftOverStart}` from `leftOverData`. So we have to check the condition only by `leftOverData` here. Another option is also to reset `{leftOverLimit, leftOverStart}` during `#clear()` to keep all consistency.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on issue #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11814:
URL: https://github.com/apache/flink/pull/11814#issuecomment-616347961


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/160982313",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748",
       "triggerID" : "2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3c40823bc020362db1808d744481c5e77f59340e",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3c40823bc020362db1808d744481c5e77f59340e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2b64d49dac7f89d4abf600fda1d7beb5b34d3fc5 Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/160982313) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=7748) 
   * 3c40823bc020362db1808d744481c5e77f59340e UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] pnowojski commented on a change in pull request #11814: [FLINK-17218][tests] Adding recoverable failures and correctness chec…

Posted by GitBox <gi...@apache.org>.
pnowojski commented on a change in pull request #11814:
URL: https://github.com/apache/flink/pull/11814#discussion_r425307799



##########
File path: flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/SubtaskCheckpointCoordinatorImpl.java
##########
@@ -240,7 +240,8 @@ private void finishAndReportAsync(Map<OperatorID, OperatorSnapshotFutures> snaps
 		final Future<?> channelWrittenFuture;
 		if (unalignedCheckpointEnabled) {
 			ChannelStateWriteResult writeResult = channelStateWriter.getWriteResult(metadata.getCheckpointId());
-			channelWrittenFuture = writeResult.getJointFuture();
+			channelWrittenFuture = writeResult.getJointFuture()
+				.whenComplete((dummy, ex) -> channelStateWriter.notifyCheckpointComplete(metadata.getCheckpointId()));

Review comment:
       nit: I guess it's no longer `notifyCheckpointComplete`, but `finishedWriting(...)`?

##########
File path: flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/SubtaskCheckpointCoordinatorImpl.java
##########
@@ -189,6 +188,7 @@ private void cleanup(
 			CheckpointMetrics metrics, CheckpointOptions options,
 			Exception ex) throws Exception {
 
+		channelStateWriter.abort(metadata.getCheckpointId(), ex);

Review comment:
       https://github.com/apache/flink/pull/8693 will add extra `notifyCheckpointAborted` that we could use here. I guess it's a race which PR is going to be merged first.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org