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 2022/03/04 12:00:30 UTC

[GitHub] [flink] RocMarshal opened a new pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

RocMarshal opened a new pull request #18978:
URL: https://github.com/apache/flink/pull/18978


   <!--
   *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 Azure Pipelines CI to do that following [this guide](https://cwiki.apache.org/confluence/display/FLINK/Azure+Pipelines#AzurePipelines-Tutorial:SettingupAzurePipelinesforaforkoftheFlinkrepository).
   
     - 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
   
   [JUnit5 Migration] Module: flink-dstl
   
   
   ## Brief change log
   
   [JUnit5 Migration] Module: flink-dstl
   
   
   ## Verifying this change
   
   
   This change is already covered by existing tests, such as *(please describe 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, 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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3f303f7d8cb071df7828f06d90818456e0fb94a7 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557) 
   * 6ea2dfde9fcd348318687821c84bdbd5164db99d UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3f303f7d8cb071df7828f06d90818456e0fb94a7 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32559",
       "triggerID" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32562",
       "triggerID" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d55c277b2822bf631c2cb22483c646ff2104d322 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32562) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32559",
       "triggerID" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32562",
       "triggerID" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32683",
       "triggerID" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ed82e97354ca798de672cad661d72f0c16703ed2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32829",
       "triggerID" : "ed82e97354ca798de672cad661d72f0c16703ed2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 8659b3083d14aab62c04ac96611897fe596a5026 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32683) 
   * ed82e97354ca798de672cad661d72f0c16703ed2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32829) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32559",
       "triggerID" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32562",
       "triggerID" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32683",
       "triggerID" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ed82e97354ca798de672cad661d72f0c16703ed2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32829",
       "triggerID" : "ed82e97354ca798de672cad661d72f0c16703ed2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e2596db9647b9be4bbf1c53d70c2e857bfcf42a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33011",
       "triggerID" : "4e2596db9647b9be4bbf1c53d70c2e857bfcf42a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e079efe63dd5f2a442761762c0fc5249e91d44c1",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33294",
       "triggerID" : "e079efe63dd5f2a442761762c0fc5249e91d44c1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e079efe63dd5f2a442761762c0fc5249e91d44c1 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33294) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] RocMarshal commented on a change in pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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



##########
File path: flink-runtime/src/test/java/org/apache/flink/runtime/state/changelog/inmemory/StateChangelogStorageTest.java
##########
@@ -44,31 +45,43 @@
 import static java.util.function.Function.identity;
 import static java.util.stream.Collectors.toMap;
 import static java.util.stream.StreamSupport.stream;
-import static org.junit.Assert.assertArrayEquals;
-import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertFalse;
+import static org.assertj.core.api.Assertions.assertThat;
+import static org.assertj.core.api.Assertions.assertThatThrownBy;
 
 /** {@link InMemoryStateChangelogStorage} test. */
 public class StateChangelogStorageTest<T extends ChangelogStateHandle> {
 
     private final Random random = new Random();
 
-    @Rule public TemporaryFolder temporaryFolder = new TemporaryFolder();
+    @TempDir public File temporaryFolder;
 
-    @Test(expected = IllegalStateException.class)
-    public void testNoAppendAfterClose() throws IOException {
-        StateChangelogWriter<?> writer =
-                getFactory().createWriter(new OperatorID().toString(), KeyGroupRange.of(0, 0));
-        writer.close();
-        writer.append(0, new byte[0]);
+    public static Stream<Boolean> parameters() {
+        return Stream.of(true);
     }
 
-    @Test
-    public void testWriteAndRead() throws Exception {
+    @MethodSource("parameters")
+    @ParameterizedTest
+    public void testNoAppendAfterClose(boolean compression) throws IOException {
+        assertThatThrownBy(
+                        () -> {
+                            StateChangelogWriter<?> writer =
+                                    getFactory(compression, temporaryFolder)
+                                            .createWriter(
+                                                    new OperatorID().toString(),
+                                                    KeyGroupRange.of(0, 0));
+                            writer.close();
+                            writer.append(0, new byte[0]);
+                        })
+                .isInstanceOf(IllegalStateException.class);
+    }
+
+    @MethodSource("parameters")
+    @ParameterizedTest

Review comment:
       Okay.




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

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3f303f7d8cb071df7828f06d90818456e0fb94a7 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557) 
   * 6ea2dfde9fcd348318687821c84bdbd5164db99d UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3f303f7d8cb071df7828f06d90818456e0fb94a7 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557) 
   * 6ea2dfde9fcd348318687821c84bdbd5164db99d UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32559",
       "triggerID" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3f303f7d8cb071df7828f06d90818456e0fb94a7 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557) 
   * 6ea2dfde9fcd348318687821c84bdbd5164db99d Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32559) 
   * d55c277b2822bf631c2cb22483c646ff2104d322 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32559",
       "triggerID" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32562",
       "triggerID" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32683",
       "triggerID" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ed82e97354ca798de672cad661d72f0c16703ed2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32829",
       "triggerID" : "ed82e97354ca798de672cad661d72f0c16703ed2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e2596db9647b9be4bbf1c53d70c2e857bfcf42a",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33011",
       "triggerID" : "4e2596db9647b9be4bbf1c53d70c2e857bfcf42a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e079efe63dd5f2a442761762c0fc5249e91d44c1",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "e079efe63dd5f2a442761762c0fc5249e91d44c1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4e2596db9647b9be4bbf1c53d70c2e857bfcf42a Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33011) 
   * e079efe63dd5f2a442761762c0fc5249e91d44c1 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] RocMarshal commented on a change in pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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



##########
File path: flink-dstl/flink-dstl-dfs/src/test/java/org/apache/flink/changelog/fs/BatchingStateChangeUploadSchedulerTest.java
##########
@@ -128,20 +127,18 @@ public void testDelay() throws Exception {
                     scheduler.triggerAll();
                     List<StateChangeSet> changeSets = getChanges(4);
                     upload(store, changeSets);
-                    assertTrue(probe.getUploaded().isEmpty());
-                    assertTrue(
-                            scheduler.getAllNonPeriodicScheduledTask().stream()
-                                    .anyMatch(
-                                            scheduled ->
-                                                    scheduled.getDelay(MILLISECONDS) == delayMs));
+                    assertThat(probe.getUploaded()).isEmpty();
+                    assertThat(scheduler.getAllNonPeriodicScheduledTask())
+                            .anyMatch(scheduled -> scheduled.getDelay(MILLISECONDS) == delayMs)
+                            .hasSizeGreaterThan(0);

Review comment:
       @gaoyunhaii Nice catch.




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

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32559",
       "triggerID" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32562",
       "triggerID" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32683",
       "triggerID" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ed82e97354ca798de672cad661d72f0c16703ed2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32829",
       "triggerID" : "ed82e97354ca798de672cad661d72f0c16703ed2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e2596db9647b9be4bbf1c53d70c2e857bfcf42a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33011",
       "triggerID" : "4e2596db9647b9be4bbf1c53d70c2e857bfcf42a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e079efe63dd5f2a442761762c0fc5249e91d44c1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33294",
       "triggerID" : "e079efe63dd5f2a442761762c0fc5249e91d44c1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "282fc262b91393a4bc8879b3c7cf857237561f15",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33430",
       "triggerID" : "282fc262b91393a4bc8879b3c7cf857237561f15",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c740178d57ff04cb6ea3ced6616bcc1c188cdab3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33502",
       "triggerID" : "c740178d57ff04cb6ea3ced6616bcc1c188cdab3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "759e7a04033ef0815ef08fa8ead9a29399fcc8ee",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "759e7a04033ef0815ef08fa8ead9a29399fcc8ee",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 282fc262b91393a4bc8879b3c7cf857237561f15 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33430) 
   * c740178d57ff04cb6ea3ced6616bcc1c188cdab3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33502) 
   * 759e7a04033ef0815ef08fa8ead9a29399fcc8ee UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3f303f7d8cb071df7828f06d90818456e0fb94a7 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557) 
   * 6ea2dfde9fcd348318687821c84bdbd5164db99d UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3f303f7d8cb071df7828f06d90818456e0fb94a7 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557) 
   * 6ea2dfde9fcd348318687821c84bdbd5164db99d UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32559",
       "triggerID" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32562",
       "triggerID" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32683",
       "triggerID" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ed82e97354ca798de672cad661d72f0c16703ed2",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32829",
       "triggerID" : "ed82e97354ca798de672cad661d72f0c16703ed2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e2596db9647b9be4bbf1c53d70c2e857bfcf42a",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33011",
       "triggerID" : "4e2596db9647b9be4bbf1c53d70c2e857bfcf42a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ed82e97354ca798de672cad661d72f0c16703ed2 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32829) 
   * 4e2596db9647b9be4bbf1c53d70c2e857bfcf42a Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33011) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3f303f7d8cb071df7828f06d90818456e0fb94a7 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557) 
   * 6ea2dfde9fcd348318687821c84bdbd5164db99d UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32559",
       "triggerID" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32562",
       "triggerID" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32683",
       "triggerID" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ed82e97354ca798de672cad661d72f0c16703ed2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32829",
       "triggerID" : "ed82e97354ca798de672cad661d72f0c16703ed2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e2596db9647b9be4bbf1c53d70c2e857bfcf42a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33011",
       "triggerID" : "4e2596db9647b9be4bbf1c53d70c2e857bfcf42a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e079efe63dd5f2a442761762c0fc5249e91d44c1",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33294",
       "triggerID" : "e079efe63dd5f2a442761762c0fc5249e91d44c1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "282fc262b91393a4bc8879b3c7cf857237561f15",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "282fc262b91393a4bc8879b3c7cf857237561f15",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e079efe63dd5f2a442761762c0fc5249e91d44c1 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33294) 
   * 282fc262b91393a4bc8879b3c7cf857237561f15 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] gaoyunhaii commented on a change in pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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



##########
File path: flink-dstl/flink-dstl-dfs/src/test/java/org/apache/flink/changelog/fs/BatchingStateChangeUploadSchedulerTest.java
##########
@@ -236,41 +233,47 @@ public void testRetryOnTimeout() throws Exception {
             }
         }
 
-        assertTrue(upload.finished.get());
-        assertEquals(
-                upload.changeSets.stream()
-                        .map(StateChangeSet::getSequenceNumber)
-                        .collect(Collectors.toSet()),
-                succeeded.get().stream()
-                        .map(UploadResult::getSequenceNumber)
-                        .collect(Collectors.toSet()));
-        assertTrue(failed.get().isEmpty());
+        assertThat(upload.finished.get()).isTrue();
+        assertThat(
+                        upload.changeSets.stream()
+                                .map(StateChangeSet::getSequenceNumber)
+                                .collect(Collectors.toSet()))
+                .isEqualTo(
+                        succeeded.get().stream()
+                                .map(UploadResult::getSequenceNumber)
+                                .collect(Collectors.toSet()));
+        assertThat(failed.get()).isEmpty();
     }
 
-    @Test(expected = RejectedExecutionException.class)
-    public void testErrorHandling() throws Exception {
-        TestingStateChangeUploader probe = new TestingStateChangeUploader();
-        DirectScheduledExecutorService scheduler = new DirectScheduledExecutorService();
-        try (BatchingStateChangeUploadScheduler store =
-                new BatchingStateChangeUploadScheduler(
-                        Integer.MAX_VALUE,
-                        MAX_BYTES_IN_FLIGHT,
-                        MAX_BYTES_IN_FLIGHT,
-                        RetryPolicy.NONE,
-                        probe,
-                        scheduler,
-                        new RetryingExecutor(
-                                5,
-                                createUnregisteredChangelogStorageMetricGroup()
-                                        .getAttemptsPerUpload()),
-                        createUnregisteredChangelogStorageMetricGroup())) {
-            scheduler.shutdown();
-            upload(store, getChanges(4));
-        }
+    @Test
+    void testErrorHandling() {
+        assertThatThrownBy(

Review comment:
       I think we might narrow down the scope wrappered by the `assertThatThrownBy`? Like
   
   ```
           TestingStateChangeUploader probe = new TestingStateChangeUploader();
           DirectScheduledExecutorService scheduler = new DirectScheduledExecutorService();
           try (BatchingStateChangeUploadScheduler store =
                   new BatchingStateChangeUploadScheduler(
                           Integer.MAX_VALUE,
                           MAX_BYTES_IN_FLIGHT,
                           MAX_BYTES_IN_FLIGHT,
                           RetryPolicy.NONE,
                           probe,
                           scheduler,
                           new RetryingExecutor(
                                   5,
                                   createUnregisteredChangelogStorageMetricGroup()
                                           .getAttemptsPerUpload()),
                           createUnregisteredChangelogStorageMetricGroup())) {
               scheduler.shutdown();
               assertThatThrownBy(() -> upload(store, getChanges(4)))
                       .isInstanceOf(RejectedExecutionException.class);
           }
   
   ```
   
   (Might need a double check if the above wrapped scope is right)

##########
File path: flink-dstl/flink-dstl-dfs/src/test/java/org/apache/flink/changelog/fs/FsStateChangelogStorageTest.java
##########
@@ -21,27 +21,24 @@
 import org.apache.flink.runtime.state.changelog.StateChangelogStorage;
 import org.apache.flink.runtime.state.changelog.inmemory.StateChangelogStorageTest;
 
-import org.junit.runner.RunWith;
-import org.junit.runners.Parameterized;
-
+import java.io.File;
 import java.io.IOException;
+import java.util.stream.Stream;
 
 import static org.apache.flink.changelog.fs.UnregisteredChangelogStorageMetricGroup.createUnregisteredChangelogStorageMetricGroup;
 
 /** {@link FsStateChangelogStorage} test. */
-@RunWith(Parameterized.class)
 public class FsStateChangelogStorageTest extends StateChangelogStorageTest {

Review comment:
       Might complement the parameter type? 
   
   ```
   public class FsStateChangelogStorageTest
           extends StateChangelogStorageTest<ChangelogStateHandleStreamImpl> {
   ...
   protected StateChangelogStorage<ChangelogStateHandleStreamImpl> getFactory(
   
   ```

##########
File path: flink-dstl/flink-dstl-dfs/src/test/java/org/apache/flink/changelog/fs/BatchingStateChangeUploadSchedulerTest.java
##########
@@ -128,20 +127,18 @@ public void testDelay() throws Exception {
                     scheduler.triggerAll();
                     List<StateChangeSet> changeSets = getChanges(4);
                     upload(store, changeSets);
-                    assertTrue(probe.getUploaded().isEmpty());
-                    assertTrue(
-                            scheduler.getAllNonPeriodicScheduledTask().stream()
-                                    .anyMatch(
-                                            scheduled ->
-                                                    scheduled.getDelay(MILLISECONDS) == delayMs));
+                    assertThat(probe.getUploaded()).isEmpty();
+                    assertThat(scheduler.getAllNonPeriodicScheduledTask())
+                            .anyMatch(scheduled -> scheduled.getDelay(MILLISECONDS) == delayMs)
+                            .hasSizeGreaterThan(0);

Review comment:
       `hasSizeGreaterThan(0)` seems unnecessary~?
   
   I tried `assertThat(Arrays.asList(1, 2)).anyMatch(i -> i == 3);` would fail

##########
File path: flink-dstl/flink-dstl-dfs/src/test/java/org/apache/flink/changelog/fs/FsStateChangelogWriterSqnTest.java
##########
@@ -72,14 +68,9 @@
                         .expectIncrement(true));
     }
 
-    private final WriterSqnTestSettings test;
-
-    public FsStateChangelogWriterSqnTest(WriterSqnTestSettings test) {
-        this.test = test;
-    }
-
-    @Test
-    public void runTest() throws IOException {
+    @MethodSource("getSettings")
+    @ParameterizedTest

Review comment:
       Might complement the display name with `@ParameterizedTest(name = "name = {0}")`

##########
File path: flink-runtime/src/test/java/org/apache/flink/runtime/state/changelog/inmemory/StateChangelogStorageTest.java
##########
@@ -44,31 +45,43 @@
 import static java.util.function.Function.identity;
 import static java.util.stream.Collectors.toMap;
 import static java.util.stream.StreamSupport.stream;
-import static org.junit.Assert.assertArrayEquals;
-import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertFalse;
+import static org.assertj.core.api.Assertions.assertThat;
+import static org.assertj.core.api.Assertions.assertThatThrownBy;
 
 /** {@link InMemoryStateChangelogStorage} test. */
 public class StateChangelogStorageTest<T extends ChangelogStateHandle> {
 
     private final Random random = new Random();
 
-    @Rule public TemporaryFolder temporaryFolder = new TemporaryFolder();
+    @TempDir public File temporaryFolder;
 
-    @Test(expected = IllegalStateException.class)
-    public void testNoAppendAfterClose() throws IOException {
-        StateChangelogWriter<?> writer =
-                getFactory().createWriter(new OperatorID().toString(), KeyGroupRange.of(0, 0));
-        writer.close();
-        writer.append(0, new byte[0]);
+    public static Stream<Boolean> parameters() {
+        return Stream.of(true);
     }
 
-    @Test
-    public void testWriteAndRead() throws Exception {
+    @MethodSource("parameters")
+    @ParameterizedTest
+    public void testNoAppendAfterClose(boolean compression) throws IOException {
+        assertThatThrownBy(

Review comment:
       Narrow down the scope of `assertThatThrownBy` if possible?

##########
File path: flink-runtime/src/test/java/org/apache/flink/runtime/state/changelog/inmemory/StateChangelogStorageTest.java
##########
@@ -44,31 +45,43 @@
 import static java.util.function.Function.identity;
 import static java.util.stream.Collectors.toMap;
 import static java.util.stream.StreamSupport.stream;
-import static org.junit.Assert.assertArrayEquals;
-import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertFalse;
+import static org.assertj.core.api.Assertions.assertThat;
+import static org.assertj.core.api.Assertions.assertThatThrownBy;
 
 /** {@link InMemoryStateChangelogStorage} test. */
 public class StateChangelogStorageTest<T extends ChangelogStateHandle> {
 
     private final Random random = new Random();
 
-    @Rule public TemporaryFolder temporaryFolder = new TemporaryFolder();
+    @TempDir public File temporaryFolder;
 
-    @Test(expected = IllegalStateException.class)
-    public void testNoAppendAfterClose() throws IOException {
-        StateChangelogWriter<?> writer =
-                getFactory().createWriter(new OperatorID().toString(), KeyGroupRange.of(0, 0));
-        writer.close();
-        writer.append(0, new byte[0]);
+    public static Stream<Boolean> parameters() {
+        return Stream.of(true);
     }
 
-    @Test
-    public void testWriteAndRead() throws Exception {
+    @MethodSource("parameters")
+    @ParameterizedTest
+    public void testNoAppendAfterClose(boolean compression) throws IOException {
+        assertThatThrownBy(
+                        () -> {
+                            StateChangelogWriter<?> writer =
+                                    getFactory(compression, temporaryFolder)
+                                            .createWriter(
+                                                    new OperatorID().toString(),
+                                                    KeyGroupRange.of(0, 0));
+                            writer.close();
+                            writer.append(0, new byte[0]);
+                        })
+                .isInstanceOf(IllegalStateException.class);
+    }
+
+    @MethodSource("parameters")
+    @ParameterizedTest

Review comment:
       Keeps the original description like `@ParameterizedTest(name = ...)` ?

##########
File path: flink-dstl/flink-dstl-dfs/src/test/java/org/apache/flink/changelog/fs/FsStateChangelogWriterSqnTest.java
##########
@@ -91,24 +82,14 @@ public void runTest() throws IOException {
                 append(writer);
             }
             test.action.accept(writer);
-            assertEquals(
-                    getMessage(),
-                    test.expectIncrement
-                            ? writer.initialSequenceNumber().next()
-                            : writer.initialSequenceNumber(),
-                    writer.lastAppendedSqnUnsafe());
+            assertThat(writer.lastAppendedSqnUnsafe())
+                    .isEqualTo(

Review comment:
       Might keeps the customized error message with 
   ```
   assertThat(...).as(test.getMessage()).isEqualTo(...)
   ```




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

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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






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

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cbe0cd7606aed4937eaa68a9b806c7776487aaa4 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32559",
       "triggerID" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32562",
       "triggerID" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32683",
       "triggerID" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ed82e97354ca798de672cad661d72f0c16703ed2",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32829",
       "triggerID" : "ed82e97354ca798de672cad661d72f0c16703ed2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ed82e97354ca798de672cad661d72f0c16703ed2 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32829) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3f303f7d8cb071df7828f06d90818456e0fb94a7 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3f303f7d8cb071df7828f06d90818456e0fb94a7 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3f303f7d8cb071df7828f06d90818456e0fb94a7 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557) 
   * 6ea2dfde9fcd348318687821c84bdbd5164db99d UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32559",
       "triggerID" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32562",
       "triggerID" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d55c277b2822bf631c2cb22483c646ff2104d322 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32562) 
   * 8659b3083d14aab62c04ac96611897fe596a5026 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32559",
       "triggerID" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32562",
       "triggerID" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32683",
       "triggerID" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ed82e97354ca798de672cad661d72f0c16703ed2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32829",
       "triggerID" : "ed82e97354ca798de672cad661d72f0c16703ed2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e2596db9647b9be4bbf1c53d70c2e857bfcf42a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33011",
       "triggerID" : "4e2596db9647b9be4bbf1c53d70c2e857bfcf42a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e079efe63dd5f2a442761762c0fc5249e91d44c1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33294",
       "triggerID" : "e079efe63dd5f2a442761762c0fc5249e91d44c1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "282fc262b91393a4bc8879b3c7cf857237561f15",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33430",
       "triggerID" : "282fc262b91393a4bc8879b3c7cf857237561f15",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c740178d57ff04cb6ea3ced6616bcc1c188cdab3",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33502",
       "triggerID" : "c740178d57ff04cb6ea3ced6616bcc1c188cdab3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaecae87833cd29de95dffe322ee3804d2667d91",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "aaecae87833cd29de95dffe322ee3804d2667d91",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c740178d57ff04cb6ea3ced6616bcc1c188cdab3 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33502) 
   * aaecae87833cd29de95dffe322ee3804d2667d91 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32559",
       "triggerID" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32562",
       "triggerID" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32683",
       "triggerID" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ed82e97354ca798de672cad661d72f0c16703ed2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32829",
       "triggerID" : "ed82e97354ca798de672cad661d72f0c16703ed2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e2596db9647b9be4bbf1c53d70c2e857bfcf42a",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33011",
       "triggerID" : "4e2596db9647b9be4bbf1c53d70c2e857bfcf42a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e079efe63dd5f2a442761762c0fc5249e91d44c1",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33294",
       "triggerID" : "e079efe63dd5f2a442761762c0fc5249e91d44c1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4e2596db9647b9be4bbf1c53d70c2e857bfcf42a Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33011) 
   * e079efe63dd5f2a442761762c0fc5249e91d44c1 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33294) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32559",
       "triggerID" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32562",
       "triggerID" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32683",
       "triggerID" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 8659b3083d14aab62c04ac96611897fe596a5026 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32683) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32559",
       "triggerID" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32562",
       "triggerID" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32683",
       "triggerID" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ed82e97354ca798de672cad661d72f0c16703ed2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32829",
       "triggerID" : "ed82e97354ca798de672cad661d72f0c16703ed2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e2596db9647b9be4bbf1c53d70c2e857bfcf42a",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33011",
       "triggerID" : "4e2596db9647b9be4bbf1c53d70c2e857bfcf42a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4e2596db9647b9be4bbf1c53d70c2e857bfcf42a Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33011) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32559",
       "triggerID" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32562",
       "triggerID" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32683",
       "triggerID" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ed82e97354ca798de672cad661d72f0c16703ed2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32829",
       "triggerID" : "ed82e97354ca798de672cad661d72f0c16703ed2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e2596db9647b9be4bbf1c53d70c2e857bfcf42a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33011",
       "triggerID" : "4e2596db9647b9be4bbf1c53d70c2e857bfcf42a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e079efe63dd5f2a442761762c0fc5249e91d44c1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33294",
       "triggerID" : "e079efe63dd5f2a442761762c0fc5249e91d44c1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "282fc262b91393a4bc8879b3c7cf857237561f15",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33430",
       "triggerID" : "282fc262b91393a4bc8879b3c7cf857237561f15",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c740178d57ff04cb6ea3ced6616bcc1c188cdab3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33502",
       "triggerID" : "c740178d57ff04cb6ea3ced6616bcc1c188cdab3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaecae87833cd29de95dffe322ee3804d2667d91",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33520",
       "triggerID" : "aaecae87833cd29de95dffe322ee3804d2667d91",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * aaecae87833cd29de95dffe322ee3804d2667d91 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33520) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32559",
       "triggerID" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32562",
       "triggerID" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32683",
       "triggerID" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ed82e97354ca798de672cad661d72f0c16703ed2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32829",
       "triggerID" : "ed82e97354ca798de672cad661d72f0c16703ed2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e2596db9647b9be4bbf1c53d70c2e857bfcf42a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33011",
       "triggerID" : "4e2596db9647b9be4bbf1c53d70c2e857bfcf42a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e079efe63dd5f2a442761762c0fc5249e91d44c1",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33294",
       "triggerID" : "e079efe63dd5f2a442761762c0fc5249e91d44c1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "282fc262b91393a4bc8879b3c7cf857237561f15",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33430",
       "triggerID" : "282fc262b91393a4bc8879b3c7cf857237561f15",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * e079efe63dd5f2a442761762c0fc5249e91d44c1 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33294) 
   * 282fc262b91393a4bc8879b3c7cf857237561f15 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33430) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32559",
       "triggerID" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32562",
       "triggerID" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32683",
       "triggerID" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ed82e97354ca798de672cad661d72f0c16703ed2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32829",
       "triggerID" : "ed82e97354ca798de672cad661d72f0c16703ed2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e2596db9647b9be4bbf1c53d70c2e857bfcf42a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33011",
       "triggerID" : "4e2596db9647b9be4bbf1c53d70c2e857bfcf42a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e079efe63dd5f2a442761762c0fc5249e91d44c1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33294",
       "triggerID" : "e079efe63dd5f2a442761762c0fc5249e91d44c1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "282fc262b91393a4bc8879b3c7cf857237561f15",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33430",
       "triggerID" : "282fc262b91393a4bc8879b3c7cf857237561f15",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 282fc262b91393a4bc8879b3c7cf857237561f15 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33430) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32559",
       "triggerID" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32562",
       "triggerID" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32683",
       "triggerID" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ed82e97354ca798de672cad661d72f0c16703ed2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32829",
       "triggerID" : "ed82e97354ca798de672cad661d72f0c16703ed2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e2596db9647b9be4bbf1c53d70c2e857bfcf42a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33011",
       "triggerID" : "4e2596db9647b9be4bbf1c53d70c2e857bfcf42a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e079efe63dd5f2a442761762c0fc5249e91d44c1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33294",
       "triggerID" : "e079efe63dd5f2a442761762c0fc5249e91d44c1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "282fc262b91393a4bc8879b3c7cf857237561f15",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33430",
       "triggerID" : "282fc262b91393a4bc8879b3c7cf857237561f15",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c740178d57ff04cb6ea3ced6616bcc1c188cdab3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33502",
       "triggerID" : "c740178d57ff04cb6ea3ced6616bcc1c188cdab3",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 282fc262b91393a4bc8879b3c7cf857237561f15 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33430) 
   * c740178d57ff04cb6ea3ced6616bcc1c188cdab3 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33502) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cbe0cd7606aed4937eaa68a9b806c7776487aaa4 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539) 
   * 3f303f7d8cb071df7828f06d90818456e0fb94a7 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557) 
   * 6ea2dfde9fcd348318687821c84bdbd5164db99d UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3f303f7d8cb071df7828f06d90818456e0fb94a7 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3f303f7d8cb071df7828f06d90818456e0fb94a7 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32559",
       "triggerID" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3f303f7d8cb071df7828f06d90818456e0fb94a7 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557) 
   * 6ea2dfde9fcd348318687821c84bdbd5164db99d Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32559) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32559",
       "triggerID" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32562",
       "triggerID" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32683",
       "triggerID" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d55c277b2822bf631c2cb22483c646ff2104d322 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32562) 
   * 8659b3083d14aab62c04ac96611897fe596a5026 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32683) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32559",
       "triggerID" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32562",
       "triggerID" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6ea2dfde9fcd348318687821c84bdbd5164db99d Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32559) 
   * d55c277b2822bf631c2cb22483c646ff2104d322 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32562) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] RocMarshal commented on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   Hi, @AHeise , could you help me to review this patch ? Thank you very much.


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

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3f303f7d8cb071df7828f06d90818456e0fb94a7 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32559",
       "triggerID" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32562",
       "triggerID" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32683",
       "triggerID" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ed82e97354ca798de672cad661d72f0c16703ed2",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "ed82e97354ca798de672cad661d72f0c16703ed2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 8659b3083d14aab62c04ac96611897fe596a5026 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32683) 
   * ed82e97354ca798de672cad661d72f0c16703ed2 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32559",
       "triggerID" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32562",
       "triggerID" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32683",
       "triggerID" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ed82e97354ca798de672cad661d72f0c16703ed2",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32829",
       "triggerID" : "ed82e97354ca798de672cad661d72f0c16703ed2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e2596db9647b9be4bbf1c53d70c2e857bfcf42a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4e2596db9647b9be4bbf1c53d70c2e857bfcf42a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * ed82e97354ca798de672cad661d72f0c16703ed2 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32829) 
   * 4e2596db9647b9be4bbf1c53d70c2e857bfcf42a UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] gaoyunhaii closed pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

Posted by GitBox <gi...@apache.org>.
gaoyunhaii closed pull request #18978:
URL: https://github.com/apache/flink/pull/18978


   


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

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] RocMarshal commented on a change in pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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



##########
File path: flink-dstl/flink-dstl-dfs/src/test/java/org/apache/flink/changelog/fs/FsStateChangelogStorageTest.java
##########
@@ -21,27 +21,24 @@
 import org.apache.flink.runtime.state.changelog.StateChangelogStorage;
 import org.apache.flink.runtime.state.changelog.inmemory.StateChangelogStorageTest;
 
-import org.junit.runner.RunWith;
-import org.junit.runners.Parameterized;
-
+import java.io.File;
 import java.io.IOException;
+import java.util.stream.Stream;
 
 import static org.apache.flink.changelog.fs.UnregisteredChangelogStorageMetricGroup.createUnregisteredChangelogStorageMetricGroup;
 
 /** {@link FsStateChangelogStorage} test. */
-@RunWith(Parameterized.class)
 public class FsStateChangelogStorageTest extends StateChangelogStorageTest {

Review comment:
       Good catch




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

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] gaoyunhaii commented on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   Thanks @RocMarshal for the migrating! I'll have a look~


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

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32559",
       "triggerID" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32562",
       "triggerID" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32683",
       "triggerID" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ed82e97354ca798de672cad661d72f0c16703ed2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32829",
       "triggerID" : "ed82e97354ca798de672cad661d72f0c16703ed2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e2596db9647b9be4bbf1c53d70c2e857bfcf42a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33011",
       "triggerID" : "4e2596db9647b9be4bbf1c53d70c2e857bfcf42a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e079efe63dd5f2a442761762c0fc5249e91d44c1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33294",
       "triggerID" : "e079efe63dd5f2a442761762c0fc5249e91d44c1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "282fc262b91393a4bc8879b3c7cf857237561f15",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33430",
       "triggerID" : "282fc262b91393a4bc8879b3c7cf857237561f15",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c740178d57ff04cb6ea3ced6616bcc1c188cdab3",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "c740178d57ff04cb6ea3ced6616bcc1c188cdab3",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 282fc262b91393a4bc8879b3c7cf857237561f15 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33430) 
   * c740178d57ff04cb6ea3ced6616bcc1c188cdab3 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3f303f7d8cb071df7828f06d90818456e0fb94a7 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557) 
   * 6ea2dfde9fcd348318687821c84bdbd5164db99d UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3f303f7d8cb071df7828f06d90818456e0fb94a7 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557) 
   * 6ea2dfde9fcd348318687821c84bdbd5164db99d UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3f303f7d8cb071df7828f06d90818456e0fb94a7 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cbe0cd7606aed4937eaa68a9b806c7776487aaa4 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539) 
   * 3f303f7d8cb071df7828f06d90818456e0fb94a7 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] RocMarshal edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   Hi, @AHeise @gaoyunhaii , could you help me to review this patch ? Thank you very much.


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

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] RocMarshal commented on a change in pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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



##########
File path: flink-dstl/flink-dstl-dfs/src/test/java/org/apache/flink/changelog/fs/FsStateChangelogWriterSqnTest.java
##########
@@ -91,24 +82,14 @@ public void runTest() throws IOException {
                 append(writer);
             }
             test.action.accept(writer);
-            assertEquals(
-                    getMessage(),
-                    test.expectIncrement
-                            ? writer.initialSequenceNumber().next()
-                            : writer.initialSequenceNumber(),
-                    writer.lastAppendedSqnUnsafe());
+            assertThat(writer.lastAppendedSqnUnsafe())
+                    .isEqualTo(

Review comment:
       @gaoyunhaii Good idea.




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

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32559",
       "triggerID" : "6ea2dfde9fcd348318687821c84bdbd5164db99d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32562",
       "triggerID" : "d55c277b2822bf631c2cb22483c646ff2104d322",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32683",
       "triggerID" : "8659b3083d14aab62c04ac96611897fe596a5026",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ed82e97354ca798de672cad661d72f0c16703ed2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32829",
       "triggerID" : "ed82e97354ca798de672cad661d72f0c16703ed2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4e2596db9647b9be4bbf1c53d70c2e857bfcf42a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33011",
       "triggerID" : "4e2596db9647b9be4bbf1c53d70c2e857bfcf42a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "e079efe63dd5f2a442761762c0fc5249e91d44c1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33294",
       "triggerID" : "e079efe63dd5f2a442761762c0fc5249e91d44c1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "282fc262b91393a4bc8879b3c7cf857237561f15",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33430",
       "triggerID" : "282fc262b91393a4bc8879b3c7cf857237561f15",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c740178d57ff04cb6ea3ced6616bcc1c188cdab3",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33502",
       "triggerID" : "c740178d57ff04cb6ea3ced6616bcc1c188cdab3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "aaecae87833cd29de95dffe322ee3804d2667d91",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33520",
       "triggerID" : "aaecae87833cd29de95dffe322ee3804d2667d91",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c740178d57ff04cb6ea3ced6616bcc1c188cdab3 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33502) 
   * aaecae87833cd29de95dffe322ee3804d2667d91 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33520) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot commented on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cbe0cd7606aed4937eaa68a9b806c7776487aaa4 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cbe0cd7606aed4937eaa68a9b806c7776487aaa4 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3f303f7d8cb071df7828f06d90818456e0fb94a7 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] flinkbot edited a comment on pull request #18978: [FLINK-25549][flink-dstl] [JUnit5 Migration] Module: flink-dstl

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32539",
       "triggerID" : "cbe0cd7606aed4937eaa68a9b806c7776487aaa4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557",
       "triggerID" : "3f303f7d8cb071df7828f06d90818456e0fb94a7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3f303f7d8cb071df7828f06d90818456e0fb94a7 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32557) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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