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/01/11 21:32:23 UTC

[GitHub] [flink] JingGe opened a new pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

JingGe opened a new pull request #18333:
URL: https://github.com/apache/flink/pull/18333


   ## What is the purpose of the change
   
   Architectural rules are required to verify that all IT cases should have:
   
   - for JUnit4
   
   a public, static, final member of type MiniClusterWithClientResource annotated with ClassRule.
   or
   a public, non-static, final member of type MiniClusterWithClientResource annotated with Rule.
   
   - for JUnit5
   
   a public, static, final member of type MiniClusterExtension
   and
   a public, static, final member of type AllCallbackWrapper annotated with RegisterExtension
   
   The inheritance hierarchy need to be checked, because the member of MiniCluster could be defined in the super class.
   
   ## Brief change log
   
     - update dependencies to include test code
     - develop fine-grained JavaField predicates
     - extend common predicates for class internal architecture check
     - exclude test classes for the ArchitectureTest and only include test classes for TestCodeArchitectureTest
     - develop the archunit rules and test for ITCase based on the purposed mentioned above
     - add log4j test log properties for debugging support
     - update archunit.properties to add hint for creating new violation store when new ArchRules are defined
     - update the violation stores
   
   
   ## Verifying this change
   
   This change is to build architecture test.
   
   ## 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**)
   


-- 
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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544) 
   * 7fbe848af1b7e3876a548e66dbb8822e639d5c99 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 7fbe848af1b7e3876a548e66dbb8822e639d5c99 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807) 
   * a5612fd7d7361358749a81828d800d1e18aac402 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] JingGe commented on a change in pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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



##########
File path: flink-architecture-tests/flink-architecture-tests-test/src/test/resources/archunit.properties
##########
@@ -0,0 +1,31 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+# By default we allow removing existing violations, but fail when new violations are added.
+freeze.store.default.allowStoreUpdate=true
+
+# Enable this if a new (frozen) rule has been added in order to create the initial store and record the existing violations.

Review comment:
       Your point is fair enough. I would like to build the clear separation between production and test, so that developers do not need to jump between `flink-architecture-tests-production` and `flink-architecture-tests-production` back and forth. This file will be copied from the template file in `flink-architecture-tests-test` and it is up to the submodule developer whether they want to remove all the commented out stuff or not. IMHO, I would not do that, because it will make the future maintenance harder if it is removed.




-- 
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] JingGe commented on a change in pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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



##########
File path: flink-architecture-tests/flink-architecture-tests-test/src/test/resources/archunit.properties
##########
@@ -0,0 +1,31 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+# By default we allow removing existing violations, but fail when new violations are added.
+freeze.store.default.allowStoreUpdate=true
+
+# Enable this if a new (frozen) rule has been added in order to create the initial store and record the existing violations.

Review comment:
       Your point is fair enough. I would like to build the clear separation between production and test, so that developers do not need to jump between `flink-architecture-tests-production` and `flink-architecture-tests-production` back and forth. This file will be copied from  `flink-architecture-tests-test` and it is up to the submodule developer whether they want to remove all the commented out stuff or not. IMHO, I would not do that, because it will make the future maintenance harder if it is removed.




-- 
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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * ddb31ae67df56d718052cda835c5dc64147ab928 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 96c787f1dd4b373c00d1acb03b918c823a0acbee Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30300",
       "triggerID" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b4e3dccbc140c57a9ddb2922833a715ed6faf9b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30388",
       "triggerID" : "0b4e3dccbc140c57a9ddb2922833a715ed6faf9b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "183b5166213e356977ae456b3541c9fa33379de9",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "183b5166213e356977ae456b3541c9fa33379de9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30300) 
   * 0b4e3dccbc140c57a9ddb2922833a715ed6faf9b Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30388) 
   * 183b5166213e356977ae456b3541c9fa33379de9 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * f2b4b2665339278802bedcde8204543cc191bac4 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282) 
   * ef61a0562c006ae19bc88bef5cdbf3648fe55c47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * f2b4b2665339278802bedcde8204543cc191bac4 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282) 
   * ef61a0562c006ae19bc88bef5cdbf3648fe55c47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329) 
   * a785fd4a6d88be5c685a08fd80d4671cd0aebdce Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * f2b4b2665339278802bedcde8204543cc191bac4 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282) 
   * ef61a0562c006ae19bc88bef5cdbf3648fe55c47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * f2b4b2665339278802bedcde8204543cc191bac4 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282) 
   * ef61a0562c006ae19bc88bef5cdbf3648fe55c47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329) 
   * a785fd4a6d88be5c685a08fd80d4671cd0aebdce 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * 084f4c6280a7bbe354103a61f430b3100623da94 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442) 
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 3faae958e3d607e85dced19c9483891e7dc9baa8 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464) 
   
   <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] JingGe commented on pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   > I also pinged @codecholeric to see if he happens to have any insights on the differences between IntelliJ and Maven.
   
   Thanks, hopefully there would be a simple solution.


-- 
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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 3155142a051e26bac63b8ee4a2f2b6c7de2c8828 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888) 
   * 96c787f1dd4b373c00d1acb03b918c823a0acbee Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30300",
       "triggerID" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b4e3dccbc140c57a9ddb2922833a715ed6faf9b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0b4e3dccbc140c57a9ddb2922833a715ed6faf9b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30300) 
   * 0b4e3dccbc140c57a9ddb2922833a715ed6faf9b 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30300",
       "triggerID" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b4e3dccbc140c57a9ddb2922833a715ed6faf9b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0b4e3dccbc140c57a9ddb2922833a715ed6faf9b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30300) 
   * 0b4e3dccbc140c57a9ddb2922833a715ed6faf9b 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 3faae958e3d607e85dced19c9483891e7dc9baa8 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464) 
   * fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * f2b4b2665339278802bedcde8204543cc191bac4 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282) 
   
   <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] JingGe commented on pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   @flinkbot run azure


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

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

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



[GitHub] [flink] JingGe commented on pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   @codecholeric I found that ArchUnit will not scan any jars when running it in IntelliJ by trying this ImportOption: 
   
   ```
       /** Only include classes when the location is jar. */
       public static final class OnlyIncludeJars implements ImportOption {
           @Override
           public boolean includes(Location location) {
               return location.isJar();
           }
       }
   ```
   
   It will only scan paths defined by the `PatternPredicate` in `ImportOption` and figure out classes to evaluate, which makes the running behaviours between using maven(test-jar) and IntelliJ(Classes) different. Could you help confirming whether it is true? Thanks.


-- 
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] codecholeric commented on pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   Hey, I quickly looked over it (it's quite late for me already :wink:), but here are my 2 cents why things probably differ (as you already guessed in the last comments):
   
   For the case of `KafkaShuffleITCase` or `FlinkKafkaInternalProducerITCase` the `test-jar` goal is defined like this:
   
   ```
   <plugin>
   	<groupId>org.apache.maven.plugins</groupId>
   	<artifactId>maven-jar-plugin</artifactId>
   	<executions>
   		<execution>
   			<goals>
   				<goal>test-jar</goal>
   			</goals>
   			<configuration>
   				<includes>
   					<include>**/KafkaTestEnvironment*</include>
   					<include>**/testutils/*</include>
   					<include>META-INF/LICENSE</include>
   					<include>META-INF/NOTICE</include>
   				</includes>
   			</configuration>
   		</execution>
   	</executions>
   </plugin>
   ```
   
   AFAIK IntelliJ doesn't support this fine-grained configuration. It emulates Maven and if there is `<goal>test-jar</goal>` in one project and `<type>test-jar</type>` as dependency in another, then it will simply dump all classes compiled from `src/test/java` (i.e. `target/test-classes`) onto the classpath. I think that's why `KafkaShuffleITCase` doesn't appear when you run it with Maven (I also checked the contents of the `test-jar` archive and `KafkaShuffleITCase` is indeed not contained).
   
   I see 2 solutions:
   
   1) do you really need this optimization to only include a little bit of those classes in the test jars? Most other modules seem to simply dump everything in the test jars, which makes it simpler and the difference here should vanish (after all test jars are not released, right? Thus, maybe it's not really relevant to optimize for a couple KB more or less?)
   2) exclude those classes from the test, even though they are not tested with Maven (but then it also doesn't hurt)
   
   Theoretically there would be 3), don't go via classpath, but compile everything and then just put in the Flink root folder to look for `.class` files on the file system, but I wouldn't go this way if you can get around it.
   
   If there is any way, I would simply follow 1), because that's also the only way to really test all relevant classes in a downstream module.


-- 
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] JingGe commented on a change in pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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



##########
File path: flink-architecture-tests/src/test/java/org/apache/flink/architecture/common/Predicates.java
##########
@@ -50,5 +83,78 @@
                                 && field.getRawType().isEquivalentTo(clazz));
     }
 
+    /**
+     * Tests that the given field is {@code public final} and not {@code static} and of the given
+     * type {@code clazz} .
+     */
+    public static DescribedPredicate<JavaField> arePublicFinalOfTyp(Class<?> clazz) {
+        return is(ofType(clazz)).and(isPublic()).and(isFinal()).and(isNotStatic());
+    }
+
+    /**
+     * Tests that the given field is {@code public static final} and of the given type {@code clazz}
+     * .
+     */
+    public static DescribedPredicate<JavaField> arePublicStaticFinalOfTyp(Class<?> clazz) {
+        return arePublicStaticOfType(clazz).and(isFinal());
+    }
+
+    /**
+     * Tests that the given field is {@code public final} and of the given type {@code clazz} with
+     * exactly the given {@code annotationType}.
+     */
+    public static DescribedPredicate<JavaField> arePublicFinalOfTypeWithAnnotation(
+            Class<?> clazz, Class<? extends Annotation> annotationType) {
+        return arePublicFinalOfTyp(clazz).and(annotatedWith(annotationType));
+    }
+
+    /**
+     * Tests that the given field is {@code public static final} and of the given type {@code clazz}
+     * with exactly the given {@code annotationType}.
+     */
+    public static DescribedPredicate<JavaField> arePublicStaticFinalOfTypeWithAnnotation(
+            Class<?> clazz, Class<? extends Annotation> annotationType) {
+        return arePublicStaticFinalOfTyp(clazz).and(annotatedWith(annotationType));
+    }
+
+    /**
+     * Tests that the given field is {@code public static final} and of the given type. It must have
+     * any of the given {@code annotationTypes}
+     */
+    @SafeVarargs
+    public static DescribedPredicate<JavaField> arePublicStaticFinalOfTypeWithOneOfAnnotations(

Review comment:
       Yes, It was used during my first try while I thought the rule was to have the MiniCluster with one of @ClassRule and @Rule. After doing some more research, I realised that the field modifiers are different, therefore moved to `arePublicStaticFinalOfTypeWithAnnotation`. The `arePublicStaticFinalOfTypeWithOneOfAnnotations` and `annotatedWithOneOf` works fine and will be used later and I found some other unused methods in the codebase, since this is only about test, so I committed it on purpose.




-- 
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] Airblader commented on pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   > I don't think we have any promise to support IntelliJ with any price.
   
   Maybe not, but de facto this is what we recommend and what people use. If we make tests difficult to execute or, worse, produce incorrect results when executed, it will lead to a lead of friction and questions.
   
   > What if all the violations found by IntelliJ have been resolved?
   
   That doesn't help, because if the CI doesn't catch such cases, any PR might introduce a new "IntelliJ-only" violation and the next time someone needs to execute the architectural tests locally, they see differences to the maven execution.


-- 
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] JingGe edited a comment on pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   @Airblader 
   > From what I can tell, these violations are correct but do not seem to be identified when run through Maven. For example, `KafkaShuffleITCase` has its mini cluster defined in `KafkaTestBaseWithFlink` as `@ClassRule` + public + static, but not final, which indeed is a violation.
   
   That is right, I have the same issue and have tried all options I know. It looks like the import logic works differently while using maven and running it via intellij Idea. To fix it require much more time to dig into ArchUnit internal functionality. So, as trade-off, I chose the make maven work and create a follow-up PR to fix all the violations that will only found by intellij. 
   


-- 
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] Airblader commented on pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   > It is NOT incorrect
   
   I think we have a misunderstanding here :-) What I mean is this: the results between IntelliJ and Maven are different = inconsistent. Since the CI is generally the source of truth, that means what a Maven run produces is "correct", making what IntelliJ produces "incorrect".
   
   Of course technically it seems like IntelliJ actually finds more correct violations, so the IntelliJ result is "more correct", but IntelliJ is not our source of truth.
   
   > it is a good question why ArchUnit works differently on maven and on IntelliJ with the same ImportOption?
   
   The problem here are the test-jars and how they're handled; we currently don't have an issue because we do not use JARs for the dependencies in the module.
   
   When IntelliJ executes the tests, it handles the dependencies differently than Maven, and that is causing the inconsistency. We can fix this by improving the import options to cover both scenarios equally.


-- 
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] Airblader commented on a change in pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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



##########
File path: flink-architecture-tests/src/test/java/org/apache/flink/architecture/ArchitectureTest.java
##########
@@ -78,4 +79,36 @@ public boolean includes(Location location) {
             return !location.matches(SHADED);
         }
     }
+
+    /**
+     * Exclude locations that contains test classes.
+     *
+     * <p>Note: classes e.g. within jars under flink-test-utils-parent pom module are located as
+     * production code and should be excluded as test classes. Please see {@link
+     * ImportOption.Predefined#DO_NOT_INCLUDE_TESTS}
+     */
+    static class ExcludeTestJarsImportOption implements ImportOption {
+        private static final Pattern TEST = Pattern.compile(".*-test.*\\.jar.*");
+
+        @Override
+        public boolean includes(Location location) {
+            return !location.matches(TEST);
+        }
+    }
+
+    /**
+     * Include test relevant classes.
+     *
+     * <p>Note: since the test should be work both when maven and Intellij. The pattern will be
+     * improved to be more precise continuously.
+     */
+    static class OnlyTestJarsImportOption implements ImportOption {

Review comment:
       I'm fine with that; but not if that means running in IntelliJ doesn't work. I see that as a necessary thing to address to merge this PR.




-- 
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] JingGe commented on a change in pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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



##########
File path: flink-architecture-tests/src/test/java/org/apache/flink/architecture/common/Predicates.java
##########
@@ -40,7 +51,29 @@
                 .forSubtype();
     }
 
-    /** Tests that the given field is {@code public static} and of the given type. */
+    /**
+     * @return A {@link DescribedPredicate} returning true, if and only if the predicate {@link
+     *     JavaField} could be found in the {@link JavaClass}.
+     */
+    public static DescribedPredicate<JavaClass> containAnyFieldsInClassHierarchyThat(
+            DescribedPredicate<? super JavaField> predicate) {
+        return new ContainAnyFieldsThatPredicate<>(
+                "fields",
+                new ChainableFunction<JavaClass, Set<JavaField>>() {
+                    @Override
+                    public Set<JavaField> apply(JavaClass input) {
+                        // need to get all fields with the inheritance hierarchy
+                        return input.getAllFields();
+                    }
+                },
+                predicate);
+    }
+
+    /**
+     * Tests that the given field is {@code public static} and of the given type {@code clazz} .
+     *
+     * <p>Attention: changing the description will add a rule into the stored.rules.

Review comment:
       I wanted to change this method created by you to follow the concept I did with other methods I created and realise that ArchUnit is using the description as the key to define the stored.rule, which means any change of the description of exist rule will need to hack the stored.rule manually. Therefore, I just let this method unchanged and wrote the hint in the java doc. I think ArchUnit should improve this part and this is beyond the scope of this PR.




-- 
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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * f2b4b2665339278802bedcde8204543cc191bac4 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282) 
   * ef61a0562c006ae19bc88bef5cdbf3648fe55c47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329) 
   
   <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] Airblader commented on a change in pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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



##########
File path: flink-architecture-tests/src/test/java/org/apache/flink/architecture/ArchitectureTest.java
##########
@@ -78,4 +79,36 @@ public boolean includes(Location location) {
             return !location.matches(SHADED);
         }
     }
+
+    /**
+     * Exclude locations that contains test classes.
+     *
+     * <p>Note: classes e.g. within jars under flink-test-utils-parent pom module are located as
+     * production code and should be excluded as test classes. Please see {@link
+     * ImportOption.Predefined#DO_NOT_INCLUDE_TESTS}
+     */
+    static class ExcludeTestJarsImportOption implements ImportOption {
+        private static final Pattern TEST = Pattern.compile(".*-test.*\\.jar.*");
+
+        @Override
+        public boolean includes(Location location) {
+            return !location.matches(TEST);
+        }
+    }
+
+    /**
+     * Include test relevant classes.
+     *
+     * <p>Note: since the test should be work both when maven and Intellij. The pattern will be
+     * improved to be more precise continuously.
+     */
+    static class OnlyTestJarsImportOption implements ImportOption {

Review comment:
       Can we just use the inverse of the import option above?
   
   This pattern is a bit "dangerous", because it would easily find anything that contains "test" anywhere in the entire location.

##########
File path: flink-architecture-tests/src/test/java/org/apache/flink/architecture/common/Predicates.java
##########
@@ -50,5 +83,78 @@
                                 && field.getRawType().isEquivalentTo(clazz));
     }
 
+    /**
+     * Tests that the given field is {@code public final} and not {@code static} and of the given
+     * type {@code clazz} .
+     */
+    public static DescribedPredicate<JavaField> arePublicFinalOfTyp(Class<?> clazz) {
+        return is(ofType(clazz)).and(isPublic()).and(isFinal()).and(isNotStatic());
+    }
+
+    /**
+     * Tests that the given field is {@code public static final} and of the given type {@code clazz}
+     * .
+     */
+    public static DescribedPredicate<JavaField> arePublicStaticFinalOfTyp(Class<?> clazz) {

Review comment:
       Typ → Type

##########
File path: flink-architecture-tests/src/test/java/org/apache/flink/architecture/common/Predicates.java
##########
@@ -50,5 +83,78 @@
                                 && field.getRawType().isEquivalentTo(clazz));
     }
 
+    /**
+     * Tests that the given field is {@code public final} and not {@code static} and of the given
+     * type {@code clazz} .
+     */
+    public static DescribedPredicate<JavaField> arePublicFinalOfTyp(Class<?> clazz) {
+        return is(ofType(clazz)).and(isPublic()).and(isFinal()).and(isNotStatic());
+    }
+
+    /**
+     * Tests that the given field is {@code public static final} and of the given type {@code clazz}
+     * .
+     */
+    public static DescribedPredicate<JavaField> arePublicStaticFinalOfTyp(Class<?> clazz) {
+        return arePublicStaticOfType(clazz).and(isFinal());
+    }
+
+    /**
+     * Tests that the given field is {@code public final} and of the given type {@code clazz} with
+     * exactly the given {@code annotationType}.
+     */
+    public static DescribedPredicate<JavaField> arePublicFinalOfTypeWithAnnotation(
+            Class<?> clazz, Class<? extends Annotation> annotationType) {
+        return arePublicFinalOfTyp(clazz).and(annotatedWith(annotationType));
+    }
+
+    /**
+     * Tests that the given field is {@code public static final} and of the given type {@code clazz}
+     * with exactly the given {@code annotationType}.
+     */
+    public static DescribedPredicate<JavaField> arePublicStaticFinalOfTypeWithAnnotation(
+            Class<?> clazz, Class<? extends Annotation> annotationType) {
+        return arePublicStaticFinalOfTyp(clazz).and(annotatedWith(annotationType));
+    }
+
+    /**
+     * Tests that the given field is {@code public static final} and of the given type. It must have
+     * any of the given {@code annotationTypes}
+     */
+    @SafeVarargs
+    public static DescribedPredicate<JavaField> arePublicStaticFinalOfTypeWithOneOfAnnotations(
+            Class<?> clazz, Class<? extends Annotation>... annotationTypes) {
+        return arePublicStaticFinalOfTyp(clazz).and(annotatedWithOneOf(annotationTypes));
+    }
+
     private Predicates() {}
+
+    /**
+     * A predicate to determine if a {@link JavaClass} contains one or more {@link JavaField }

Review comment:
       ```suggestion
        * A predicate to determine if a {@link JavaClass} contains one or more {@link JavaField}
   ```

##########
File path: flink-architecture-tests/src/test/java/org/apache/flink/architecture/common/JavaFieldPredicates.java
##########
@@ -0,0 +1,129 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.flink.architecture.common;
+
+import com.tngtech.archunit.base.DescribedPredicate;
+import com.tngtech.archunit.core.domain.JavaAnnotation;
+import com.tngtech.archunit.core.domain.JavaField;
+import com.tngtech.archunit.core.domain.JavaModifier;
+
+import java.lang.annotation.Annotation;
+import java.util.Arrays;
+
+/** Fine-grained predicates focus on the JavaField. */
+public class JavaFieldPredicates {
+
+    /**
+     * Match the public modifier of the {@link JavaField}.
+     *
+     * @return A {@link DescribedPredicate} returning true, if and only if the tested {@link
+     *     JavaField} has the public modifier.
+     */
+    public static DescribedPredicate<JavaField> isPublic() {
+        return DescribedPredicate.describe(
+                "public", field -> field.getModifiers().contains(JavaModifier.PUBLIC));
+    }
+
+    /**
+     * Match the static modifier of the {@link JavaField}.
+     *
+     * @return A {@link DescribedPredicate} returning true, if and only if the tested {@link
+     *     JavaField} has the static modifier.
+     */
+    public static DescribedPredicate<JavaField> isStatic() {
+        return DescribedPredicate.describe(
+                "static", field -> field.getModifiers().contains(JavaModifier.STATIC));
+    }
+
+    /**
+     * Match none static modifier of the {@link JavaField}.
+     *
+     * @return A {@link DescribedPredicate} returning true, if and only if the tested {@link
+     *     JavaField} has no static modifier.
+     */
+    public static DescribedPredicate<JavaField> isNotStatic() {
+        return DescribedPredicate.describe(
+                "not static", field -> !field.getModifiers().contains(JavaModifier.STATIC));
+    }
+
+    /**
+     * Match the final modifier of the {@link JavaField}.
+     *
+     * @return A {@link DescribedPredicate} returning true, if and only if the tested {@link
+     *     JavaField} has the final modifier.
+     */
+    public static DescribedPredicate<JavaField> isFinal() {
+        return DescribedPredicate.describe(
+                "final", field -> field.getModifiers().contains(JavaModifier.FINAL));
+    }

Review comment:
       These methods seem like they add more overhead than they save code. Since they're only called from other constructed methods (like `arePublicStaticFinalOfType`) I don't think we really need them or gain anything, but I don't feel too strongly either way.

##########
File path: flink-architecture-tests/src/test/java/org/apache/flink/architecture/ArchitectureTest.java
##########
@@ -78,4 +79,36 @@ public boolean includes(Location location) {
             return !location.matches(SHADED);
         }
     }
+
+    /**
+     * Exclude locations that contains test classes.
+     *
+     * <p>Note: classes e.g. within jars under flink-test-utils-parent pom module are located as
+     * production code and should be excluded as test classes. Please see {@link
+     * ImportOption.Predefined#DO_NOT_INCLUDE_TESTS}
+     */
+    static class ExcludeTestJarsImportOption implements ImportOption {

Review comment:
       Maybe this is a good time to move all of our import options into a separate `ImportOptions` util class, especially since we have a second class now that references them. What do you think?

##########
File path: flink-architecture-tests/src/test/java/org/apache/flink/architecture/common/Predicates.java
##########
@@ -50,5 +83,78 @@
                                 && field.getRawType().isEquivalentTo(clazz));
     }
 
+    /**
+     * Tests that the given field is {@code public final} and not {@code static} and of the given
+     * type {@code clazz} .
+     */
+    public static DescribedPredicate<JavaField> arePublicFinalOfTyp(Class<?> clazz) {

Review comment:
       Typ → Type

##########
File path: flink-architecture-tests/src/test/resources/archunit.properties
##########
@@ -19,6 +19,11 @@
 # By default we allow removing existing violations, but fail when new violations are added.
 freeze.store.default.allowStoreUpdate=true
 
+# must be set to true to allow the creation of a new violation store
+# default is false
+# set to true when new ArchRule has been developed.
+#freeze.store.default.allowStoreCreation=true.

Review comment:
       nit:
   
   ```suggestion
   # Enable this if a new (frozen) rule has been added in order to create the initial store and record the existing violations.
   #freeze.store.default.allowStoreCreation=true.
   ```

##########
File path: flink-architecture-tests/src/test/java/org/apache/flink/architecture/common/Predicates.java
##########
@@ -40,7 +51,29 @@
                 .forSubtype();
     }
 
-    /** Tests that the given field is {@code public static} and of the given type. */
+    /**
+     * @return A {@link DescribedPredicate} returning true, if and only if the predicate {@link
+     *     JavaField} could be found in the {@link JavaClass}.
+     */
+    public static DescribedPredicate<JavaClass> containAnyFieldsInClassHierarchyThat(
+            DescribedPredicate<? super JavaField> predicate) {
+        return new ContainAnyFieldsThatPredicate<>(
+                "fields",
+                new ChainableFunction<JavaClass, Set<JavaField>>() {
+                    @Override
+                    public Set<JavaField> apply(JavaClass input) {
+                        // need to get all fields with the inheritance hierarchy
+                        return input.getAllFields();
+                    }
+                },
+                predicate);
+    }
+
+    /**
+     * Tests that the given field is {@code public static} and of the given type {@code clazz} .
+     *
+     * <p>Attention: changing the description will add a rule into the stored.rules.

Review comment:
       What's the purpose of this comment? This is true for all predicate functions.

##########
File path: flink-architecture-tests/src/test/java/org/apache/flink/architecture/common/Predicates.java
##########
@@ -40,7 +51,29 @@
                 .forSubtype();
     }
 
-    /** Tests that the given field is {@code public static} and of the given type. */
+    /**
+     * @return A {@link DescribedPredicate} returning true, if and only if the predicate {@link
+     *     JavaField} could be found in the {@link JavaClass}.
+     */
+    public static DescribedPredicate<JavaClass> containAnyFieldsInClassHierarchyThat(

Review comment:
       ```suggestion
       public static DescribedPredicate<JavaClass> containsAnyFieldsInClassHierarchyThat(
   ```

##########
File path: flink-architecture-tests/src/test/java/org/apache/flink/architecture/common/Predicates.java
##########
@@ -50,5 +83,78 @@
                                 && field.getRawType().isEquivalentTo(clazz));
     }
 
+    /**
+     * Tests that the given field is {@code public final} and not {@code static} and of the given
+     * type {@code clazz} .
+     */
+    public static DescribedPredicate<JavaField> arePublicFinalOfTyp(Class<?> clazz) {
+        return is(ofType(clazz)).and(isPublic()).and(isFinal()).and(isNotStatic());
+    }
+
+    /**
+     * Tests that the given field is {@code public static final} and of the given type {@code clazz}
+     * .
+     */
+    public static DescribedPredicate<JavaField> arePublicStaticFinalOfTyp(Class<?> clazz) {
+        return arePublicStaticOfType(clazz).and(isFinal());
+    }
+
+    /**
+     * Tests that the given field is {@code public final} and of the given type {@code clazz} with
+     * exactly the given {@code annotationType}.
+     */
+    public static DescribedPredicate<JavaField> arePublicFinalOfTypeWithAnnotation(
+            Class<?> clazz, Class<? extends Annotation> annotationType) {
+        return arePublicFinalOfTyp(clazz).and(annotatedWith(annotationType));
+    }
+
+    /**
+     * Tests that the given field is {@code public static final} and of the given type {@code clazz}
+     * with exactly the given {@code annotationType}.
+     */
+    public static DescribedPredicate<JavaField> arePublicStaticFinalOfTypeWithAnnotation(
+            Class<?> clazz, Class<? extends Annotation> annotationType) {
+        return arePublicStaticFinalOfTyp(clazz).and(annotatedWith(annotationType));
+    }
+
+    /**
+     * Tests that the given field is {@code public static final} and of the given type. It must have
+     * any of the given {@code annotationTypes}
+     */
+    @SafeVarargs
+    public static DescribedPredicate<JavaField> arePublicStaticFinalOfTypeWithOneOfAnnotations(
+            Class<?> clazz, Class<? extends Annotation>... annotationTypes) {
+        return arePublicStaticFinalOfTyp(clazz).and(annotatedWithOneOf(annotationTypes));
+    }
+
     private Predicates() {}
+
+    /**
+     * A predicate to determine if a {@link JavaClass} contains one or more {@link JavaField }
+     * matching the supplied predicate.
+     */
+    private static class ContainAnyFieldsThatPredicate<T extends JavaField>
+            extends DescribedPredicate<JavaClass> {
+        private final Function<JavaClass, Set<T>> getFields;
+        private final DescribedPredicate<? super T> predicate;
+
+        ContainAnyFieldsThatPredicate(
+                String fieldDescription,
+                Function<JavaClass, Set<T>> getFields,
+                DescribedPredicate<? super T> predicate) {
+            super("contain any " + fieldDescription + " that " + predicate.getDescription());

Review comment:
       ```suggestion
               super("contains any " + fieldDescription + " that " + predicate.getDescription());
   ```
   
   Same for the class name itself

##########
File path: flink-architecture-tests/src/test/java/org/apache/flink/architecture/ArchitectureTest.java
##########
@@ -78,4 +79,36 @@ public boolean includes(Location location) {
             return !location.matches(SHADED);
         }
     }
+
+    /**
+     * Exclude locations that contains test classes.
+     *
+     * <p>Note: classes e.g. within jars under flink-test-utils-parent pom module are located as
+     * production code and should be excluded as test classes. Please see {@link
+     * ImportOption.Predefined#DO_NOT_INCLUDE_TESTS}
+     */
+    static class ExcludeTestJarsImportOption implements ImportOption {
+        private static final Pattern TEST = Pattern.compile(".*-test.*\\.jar.*");

Review comment:
       That extra `.*` after `-test` allows for arbitrarily much text to be there before the `.jar`. I think this could easily allow too much. Can we restrict that? What is that `.*` supposed to match currently?

##########
File path: flink-architecture-tests/src/test/java/org/apache/flink/architecture/common/Predicates.java
##########
@@ -50,5 +83,78 @@
                                 && field.getRawType().isEquivalentTo(clazz));
     }
 
+    /**
+     * Tests that the given field is {@code public final} and not {@code static} and of the given
+     * type {@code clazz} .
+     */
+    public static DescribedPredicate<JavaField> arePublicFinalOfTyp(Class<?> clazz) {
+        return is(ofType(clazz)).and(isPublic()).and(isFinal()).and(isNotStatic());
+    }
+
+    /**
+     * Tests that the given field is {@code public static final} and of the given type {@code clazz}
+     * .
+     */
+    public static DescribedPredicate<JavaField> arePublicStaticFinalOfTyp(Class<?> clazz) {
+        return arePublicStaticOfType(clazz).and(isFinal());
+    }
+
+    /**
+     * Tests that the given field is {@code public final} and of the given type {@code clazz} with
+     * exactly the given {@code annotationType}.
+     */
+    public static DescribedPredicate<JavaField> arePublicFinalOfTypeWithAnnotation(
+            Class<?> clazz, Class<? extends Annotation> annotationType) {
+        return arePublicFinalOfTyp(clazz).and(annotatedWith(annotationType));
+    }
+
+    /**
+     * Tests that the given field is {@code public static final} and of the given type {@code clazz}
+     * with exactly the given {@code annotationType}.
+     */
+    public static DescribedPredicate<JavaField> arePublicStaticFinalOfTypeWithAnnotation(
+            Class<?> clazz, Class<? extends Annotation> annotationType) {
+        return arePublicStaticFinalOfTyp(clazz).and(annotatedWith(annotationType));
+    }
+
+    /**
+     * Tests that the given field is {@code public static final} and of the given type. It must have
+     * any of the given {@code annotationTypes}
+     */
+    @SafeVarargs
+    public static DescribedPredicate<JavaField> arePublicStaticFinalOfTypeWithOneOfAnnotations(

Review comment:
       This method seems to be unused. And it's the only caller of `annotatedWithOneOf` which is then also unused.

##########
File path: flink-architecture-tests/src/test/java/org/apache/flink/architecture/rules/ITCaseRules.java
##########
@@ -0,0 +1,91 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.flink.architecture.rules;
+
+import org.apache.flink.core.testutils.AllCallbackWrapper;
+import org.apache.flink.runtime.testutils.MiniClusterExtension;
+import org.apache.flink.test.util.AbstractTestBase;
+import org.apache.flink.test.util.MiniClusterWithClientResource;
+
+import com.tngtech.archunit.junit.ArchTest;
+import com.tngtech.archunit.lang.ArchRule;
+import org.junit.ClassRule;
+import org.junit.Rule;
+import org.junit.jupiter.api.extension.RegisterExtension;
+
+import static com.tngtech.archunit.core.domain.JavaModifier.ABSTRACT;
+import static com.tngtech.archunit.library.freeze.FreezingArchRule.freeze;
+import static org.apache.flink.architecture.common.Conditions.fulfill;
+import static org.apache.flink.architecture.common.GivenJavaClasses.javaClassesThat;
+import static org.apache.flink.architecture.common.Predicates.arePublicFinalOfTypeWithAnnotation;
+import static org.apache.flink.architecture.common.Predicates.arePublicStaticFinalOfTyp;
+import static org.apache.flink.architecture.common.Predicates.arePublicStaticFinalOfTypeWithAnnotation;
+import static org.apache.flink.architecture.common.Predicates.containAnyFieldsInClassHierarchyThat;
+
+/** Rules for Integration Tests. */
+public class ITCaseRules {
+
+    @ArchTest
+    public static final ArchRule INTEGRATION_TEST_ENDING_WITH_ITCASE =
+            freeze(
+                    javaClassesThat()
+                            .areAssignableTo(AbstractTestBase.class)
+                            .and()
+                            .doNotHaveModifier(ABSTRACT)
+                            .should()
+                            .haveSimpleNameEndingWith("ITCase"));
+
+    @ArchTest
+    public static final ArchRule ITCASE_USE_MINICLUSTER =
+            freeze(
+                    javaClassesThat()
+                            .haveSimpleNameEndingWith("ITCase")
+                            .and()
+                            .areTopLevelClasses()
+                            .and()
+                            .doNotHaveModifier(ABSTRACT)
+                            .should(
+                                    fulfill(
+                                            // JUnit 5 violation check
+                                            containAnyFieldsInClassHierarchyThat(
+                                                            arePublicStaticFinalOfTyp(
+                                                                    MiniClusterExtension.class))
+                                                    .and(
+                                                            containAnyFieldsInClassHierarchyThat(
+                                                                    arePublicStaticFinalOfTypeWithAnnotation(
+                                                                            AllCallbackWrapper
+                                                                                    .class,
+                                                                            RegisterExtension
+                                                                                    .class)))
+                                                    // JUnit 4 violation check, which should be

Review comment:
       Is the JUnit migration being tracked on JIRA? It'd be better to create a task there to do this rather than waiting for someone to find this in the future and removing it. :-)




-- 
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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * f2b4b2665339278802bedcde8204543cc191bac4 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * f2b4b2665339278802bedcde8204543cc191bac4 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282) 
   * ef61a0562c006ae19bc88bef5cdbf3648fe55c47 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] JingGe commented on pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   Thanks @Airblader. I have pushed the changes and squashed the commits. Please help merging it. Thanks.


-- 
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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 96c787f1dd4b373c00d1acb03b918c823a0acbee Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072) 
   * ddb31ae67df56d718052cda835c5dc64147ab928 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * ddb31ae67df56d718052cda835c5dc64147ab928 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d07c639b240d5b6a6921bcb320ae927ac58bdbb4",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d07c639b240d5b6a6921bcb320ae927ac58bdbb4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * ddb31ae67df56d718052cda835c5dc64147ab928 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136) 
   * d07c639b240d5b6a6921bcb320ae927ac58bdbb4 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * a785fd4a6d88be5c685a08fd80d4671cd0aebdce Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339) 
   * 084f4c6280a7bbe354103a61f430b3100623da94 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 7fbe848af1b7e3876a548e66dbb8822e639d5c99 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 7fbe848af1b7e3876a548e66dbb8822e639d5c99 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 7fbe848af1b7e3876a548e66dbb8822e639d5c99 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807) 
   * a5612fd7d7361358749a81828d800d1e18aac402 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 7fbe848af1b7e3876a548e66dbb8822e639d5c99 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807) 
   * a5612fd7d7361358749a81828d800d1e18aac402 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832) 
   * 1b273252cc20bd5af6df1ea881827bc38536a13f 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 7fbe848af1b7e3876a548e66dbb8822e639d5c99 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807) 
   * a5612fd7d7361358749a81828d800d1e18aac402 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832) 
   * 1b273252cc20bd5af6df1ea881827bc38536a13f Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835) 
   
   <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] Airblader commented on pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   Apart from non-recorded violations being found, some recorded violations are also resolved when I execute the tests (even through Maven).


-- 
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] JingGe commented on pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   > I don't think it's a good idea to break IntelliJ support for this test. Not being able to run the tests in the IDE is very frustrating, and will almost certainly cause people to repeatedly ask why that is. We need to figure out how to make it work in both cases (as it does currently).
   > 
   > A first step to debugging this would be to just print all the locations which are being checked, once for IntelliJ and once for Maven, and seeing how they differ; I'm pretty sure it's the import options that just need to be adjusted.
   
   Me too, It would be great if it could simply work. But I don't think we have any promise to support IntelliJ with any price. It is clear that the import options need to be adjusted. The question is how and how hard. The debug info of ArchUnit is not clean and hard to check and there is almost no javadoc in the ArchUnit codebase. Current ArchUnit rules do not touch the most test classes, therefore is relative simple to handle. BTW, there is also some implicit issue with the current status, since some test classes are considered as production code.
   
   What if all the violations found by IntelliJ have been resolved? We can only find them by running the `TestCodeArchitectureTest` via IntelliJ. There is no impact on the `ArchitectureTest`. If anyone later found any new violations for the ITCase, that means they are working on it on purpose, I would recommend to fix them asap. 
   
   


-- 
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] JingGe edited a comment on pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   One additional information I found to share (thanks @fapaul): some Flink modules customized test-jar build logic, which turns out not all test code could be found in test jars. This might also be a reason that test running with maven only cover a smaller scope than running in IntelliJ


-- 
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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * a785fd4a6d88be5c685a08fd80d4671cd0aebdce Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339) 
   * 084f4c6280a7bbe354103a61f430b3100623da94 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442) 
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 3faae958e3d607e85dced19c9483891e7dc9baa8 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * a785fd4a6d88be5c685a08fd80d4671cd0aebdce Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339) 
   * 084f4c6280a7bbe354103a61f430b3100623da94 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442) 
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 3faae958e3d607e85dced19c9483891e7dc9baa8 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 96c787f1dd4b373c00d1acb03b918c823a0acbee Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f05e46a89461356131e7f5340bf911d029310423",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "f05e46a89461356131e7f5340bf911d029310423",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * f2b4b2665339278802bedcde8204543cc191bac4 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282) 
   * ef61a0562c006ae19bc88bef5cdbf3648fe55c47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329) 
   * f05e46a89461356131e7f5340bf911d029310423 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] JingGe commented on pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   > > I don't think we have any promise to support IntelliJ with any price.
   > 
   > Maybe not, but de facto this is what we recommend and what people use. If we make tests difficult to execute or, worse, produce incorrect results when executed, it will lead to a lead of friction and questions.
   > 
   > > What if all the violations found by IntelliJ have been resolved?
   > 
   > That doesn't help, because if the CI doesn't catch such cases, any PR might introduce a new "IntelliJ-only" violation and the next time someone needs to execute the architectural tests locally, they see differences to the maven execution.
   
   Fire enough. I just have big concern that, if perfection is required, we might need a big refactoring on the codebase, since the whole test modules in Flink are not in a good shape, as I mentioned previously. 


-- 
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] JingGe commented on a change in pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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



##########
File path: flink-architecture-tests/src/test/java/org/apache/flink/architecture/common/Predicates.java
##########
@@ -50,5 +83,78 @@
                                 && field.getRawType().isEquivalentTo(clazz));
     }
 
+    /**
+     * Tests that the given field is {@code public final} and not {@code static} and of the given
+     * type {@code clazz} .
+     */
+    public static DescribedPredicate<JavaField> arePublicFinalOfTyp(Class<?> clazz) {
+        return is(ofType(clazz)).and(isPublic()).and(isFinal()).and(isNotStatic());
+    }
+
+    /**
+     * Tests that the given field is {@code public static final} and of the given type {@code clazz}
+     * .
+     */
+    public static DescribedPredicate<JavaField> arePublicStaticFinalOfTyp(Class<?> clazz) {
+        return arePublicStaticOfType(clazz).and(isFinal());
+    }
+
+    /**
+     * Tests that the given field is {@code public final} and of the given type {@code clazz} with
+     * exactly the given {@code annotationType}.
+     */
+    public static DescribedPredicate<JavaField> arePublicFinalOfTypeWithAnnotation(
+            Class<?> clazz, Class<? extends Annotation> annotationType) {
+        return arePublicFinalOfTyp(clazz).and(annotatedWith(annotationType));
+    }
+
+    /**
+     * Tests that the given field is {@code public static final} and of the given type {@code clazz}
+     * with exactly the given {@code annotationType}.
+     */
+    public static DescribedPredicate<JavaField> arePublicStaticFinalOfTypeWithAnnotation(
+            Class<?> clazz, Class<? extends Annotation> annotationType) {
+        return arePublicStaticFinalOfTyp(clazz).and(annotatedWith(annotationType));
+    }
+
+    /**
+     * Tests that the given field is {@code public static final} and of the given type. It must have
+     * any of the given {@code annotationTypes}
+     */
+    @SafeVarargs
+    public static DescribedPredicate<JavaField> arePublicStaticFinalOfTypeWithOneOfAnnotations(

Review comment:
       I have nothing to against removing unused code. It was committed it to provide convenience for further development.




-- 
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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * f2b4b2665339278802bedcde8204543cc191bac4 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282) 
   * ef61a0562c006ae19bc88bef5cdbf3648fe55c47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * a785fd4a6d88be5c685a08fd80d4671cd0aebdce Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


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


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

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

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



[GitHub] [flink] JingGe edited a comment on pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   One option could be that I shrink the scope to make IntelliJ work too, just like it currently does. But just because it currently works both on maven and on IntelliJ, does not mean there is no issue. It works now just because the complex scope might not be touched.


-- 
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] Airblader commented on a change in pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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



##########
File path: flink-connectors/flink-connector-files/src/test/java/org/apache/flink/architecture/TestCodeArchitectureTest.java
##########
@@ -0,0 +1,40 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.flink.architecture;
+
+import org.apache.flink.architecture.common.ImportOptions;
+import org.apache.flink.architecture.rules.ITCaseRules;
+
+import com.tngtech.archunit.core.importer.ImportOption;
+import com.tngtech.archunit.junit.AnalyzeClasses;
+import com.tngtech.archunit.junit.ArchTest;
+import com.tngtech.archunit.junit.ArchTests;
+
+/** Architecture tests for test code. */
+@AnalyzeClasses(
+        packages = "org.apache.flink.connector.file",
+        importOptions = {
+            ImportOption.OnlyIncludeTests.class,
+            ImportOptions.ExcludeScalaImportOption.class,
+            ImportOptions.ExcludeShadedImportOption.class
+        })
+public class TestCodeArchitectureTest {
+
+    @ArchTest public static final ArchTests ITCASE = ArchTests.in(ITCaseRules.class);

Review comment:
       I agree on composition over inheritance, but I want to also stay DRY; if we introduce rules for, say, unit tests, every module has to import these rules individually now.
   
   How about instead of a base class to inherit from, we make a `StandardTestCodeTests` class that imports `ItCaseRules`, and then each module imports that class via `@ArchTest`? Then we can extend `StandardTestCodeTests` with rule sets for unit tests (or other things).




-- 
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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * ddb31ae67df56d718052cda835c5dc64147ab928 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * ddb31ae67df56d718052cda835c5dc64147ab928 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30300",
       "triggerID" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b4e3dccbc140c57a9ddb2922833a715ed6faf9b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30388",
       "triggerID" : "0b4e3dccbc140c57a9ddb2922833a715ed6faf9b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7e753c2f7f30f0983a62e8b4f1109c93da710603",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "7e753c2f7f30f0983a62e8b4f1109c93da710603",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30300) 
   * 0b4e3dccbc140c57a9ddb2922833a715ed6faf9b Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30388) 
   * 7e753c2f7f30f0983a62e8b4f1109c93da710603 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544) 
   * 7fbe848af1b7e3876a548e66dbb8822e639d5c99 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 7fbe848af1b7e3876a548e66dbb8822e639d5c99 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 7fbe848af1b7e3876a548e66dbb8822e639d5c99 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 7fbe848af1b7e3876a548e66dbb8822e639d5c99 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807) 
   * a5612fd7d7361358749a81828d800d1e18aac402 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 96c787f1dd4b373c00d1acb03b918c823a0acbee Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072) 
   * ddb31ae67df56d718052cda835c5dc64147ab928 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136) 
   
   <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] Airblader commented on pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   > if perfection is required
   
   I think we're already not going for perfection. :-) My biggest pain point is the fact that the test executes just fine, but produces a different ("incorrect") result. If the test failed to execute altogether from IntelliJ, that'd be much better (but still quite sad). People wouldn't realize that and enter some fight of fixing locally versus fixing the CI, and get very frustrated in the process.
   
   > hopefully there would be a simple solution.
   
   He let me know that he basically thinks the same as I did – making it work by adjusting the import options to cover both scenarios.
   
   I'll try to look into this myself, too, to see if I can figure out how to adjust them.


-- 
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] JingGe commented on pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   Many thanks for the review and your effort, appreciate it!


-- 
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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 7fbe848af1b7e3876a548e66dbb8822e639d5c99 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807) 
   * a5612fd7d7361358749a81828d800d1e18aac402 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * ddb31ae67df56d718052cda835c5dc64147ab928 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136) 
   * 3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30300",
       "triggerID" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b4e3dccbc140c57a9ddb2922833a715ed6faf9b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30388",
       "triggerID" : "0b4e3dccbc140c57a9ddb2922833a715ed6faf9b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30300) 
   * 0b4e3dccbc140c57a9ddb2922833a715ed6faf9b Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30388) 
   
   <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] JingGe commented on a change in pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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



##########
File path: flink-connectors/flink-connector-files/src/test/java/org/apache/flink/architecture/TestCodeArchitectureTest.java
##########
@@ -0,0 +1,40 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.flink.architecture;
+
+import org.apache.flink.architecture.common.ImportOptions;
+import org.apache.flink.architecture.rules.ITCaseRules;
+
+import com.tngtech.archunit.core.importer.ImportOption;
+import com.tngtech.archunit.junit.AnalyzeClasses;
+import com.tngtech.archunit.junit.ArchTest;
+import com.tngtech.archunit.junit.ArchTests;
+
+/** Architecture tests for test code. */
+@AnalyzeClasses(
+        packages = "org.apache.flink.connector.file",
+        importOptions = {
+            ImportOption.OnlyIncludeTests.class,
+            ImportOptions.ExcludeScalaImportOption.class,
+            ImportOptions.ExcludeShadedImportOption.class
+        })
+public class TestCodeArchitectureTest {
+
+    @ArchTest public static final ArchTests ITCASE = ArchTests.in(ITCaseRules.class);

Review comment:
       hmm, generally, composition should be always over inheritance. I would not create a new inheritance, especially only to reduce the imports.




-- 
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] JingGe commented on pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   @Airblader Many thanks for your effort! 


-- 
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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "22eb55261ac6a6ae99eba2c2bce44ce1555aae83",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "22eb55261ac6a6ae99eba2c2bce44ce1555aae83",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * a785fd4a6d88be5c685a08fd80d4671cd0aebdce Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339) 
   * 084f4c6280a7bbe354103a61f430b3100623da94 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442) 
   * 22eb55261ac6a6ae99eba2c2bce44ce1555aae83 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * a785fd4a6d88be5c685a08fd80d4671cd0aebdce Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339) 
   * 084f4c6280a7bbe354103a61f430b3100623da94 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442) 
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4fbc0833a3374775e4c6fae77b37a8b1a3ea88a5",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4fbc0833a3374775e4c6fae77b37a8b1a3ea88a5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * a785fd4a6d88be5c685a08fd80d4671cd0aebdce Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339) 
   * 084f4c6280a7bbe354103a61f430b3100623da94 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442) 
   * 4fbc0833a3374775e4c6fae77b37a8b1a3ea88a5 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * a785fd4a6d88be5c685a08fd80d4671cd0aebdce Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339) 
   * 084f4c6280a7bbe354103a61f430b3100623da94 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442) 
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * a785fd4a6d88be5c685a08fd80d4671cd0aebdce Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339) 
   
   <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] Airblader commented on pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   I don't think it's a good idea to break IntelliJ support for this test. Not being able to run the tests in the IDE is very frustrating, and will almost certainly cause people to repeatedly ask why that is. We need to figure out how to make it work in both cases (as it does currently).
   
   A first step to debugging this would be to just print all the locations which are being checked, once for IntelliJ and once for Maven, and seeing how they differ; I'm pretty sure it's the import options that just need to be adjusted.


-- 
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] JingGe commented on a change in pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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



##########
File path: flink-architecture-tests/src/test/java/org/apache/flink/architecture/ArchitectureTest.java
##########
@@ -78,4 +79,36 @@ public boolean includes(Location location) {
             return !location.matches(SHADED);
         }
     }
+
+    /**
+     * Exclude locations that contains test classes.
+     *
+     * <p>Note: classes e.g. within jars under flink-test-utils-parent pom module are located as
+     * production code and should be excluded as test classes. Please see {@link
+     * ImportOption.Predefined#DO_NOT_INCLUDE_TESTS}
+     */
+    static class ExcludeTestJarsImportOption implements ImportOption {
+        private static final Pattern TEST = Pattern.compile(".*-test.*\\.jar.*");
+
+        @Override
+        public boolean includes(Location location) {
+            return !location.matches(TEST);
+        }
+    }
+
+    /**
+     * Include test relevant classes.
+     *
+     * <p>Note: since the test should be work both when maven and Intellij. The pattern will be
+     * improved to be more precise continuously.
+     */
+    static class OnlyTestJarsImportOption implements ImportOption {

Review comment:
       That is right. That is the reason why I left the note. It should be taken care of in a different PR.




-- 
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] JingGe commented on pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   > I think we're already not going for perfection. :-) My biggest pain point is the fact that the test executes just fine, but produces a different ("incorrect") result. If the test failed to execute altogether from IntelliJ, that'd be much better (but still quite sad). People wouldn't realize that and enter some fight of fixing locally versus fixing the CI, and get very frustrated in the process.
   
   I have to respectively disagree :-). It is NOT incorrect, it just works in a limited scope and within this scope it works correctly. And one thing should be pointed out is that even the current ArchUnit tests are only cover part of the whole Flink project, i.e. it has been running in a limited scope too. I knew the difference is about the scope i.e. ImportOption and it is a good question why ArchUnit works differently on maven and on IntelliJ with the same ImportOption? 
   
   


-- 
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] JingGe commented on pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   One option could be that I shrink the scope to make IntelliJ works too, just like it currently does. But just because it currently works both on maven and on IntelliJ, does not mean there is no issue. It works now just because the complex scope might not be touched.


-- 
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] Airblader commented on pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   > It means that maven and IntelliJ are running in different scopes, i.e. "more violations" will be found by IntelliJ because it use a bigger scope than maven
   
   Running your branch in IntelliJ adds new violations, but also removes some violations.
   
   > […] than working on it within this PR?
   
   I'm also OK if you want to resolve this outside of this PR, but then the PR would have to wait until then. If we want to merge this PR, we need to address it here. As long as the test executes in both IntelliJ and Maven, but produces different results in each, I will not be +1, because I think it is too confusing and frustrating for developers.


-- 
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] JingGe commented on pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   > 
   
   sure, this is the option I mentioned previously to shrink the scope.


-- 
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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 96c787f1dd4b373c00d1acb03b918c823a0acbee Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072) 
   * ddb31ae67df56d718052cda835c5dc64147ab928 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] Airblader commented on a change in pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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



##########
File path: flink-architecture-tests/README.md
##########
@@ -1,43 +1,57 @@
 # flink-architecture-tests
 
-This module contains architecture tests using [ArchUnit](https://www.archunit.org/). These tests 
-reside in their own module in order to control the classpath of which modules should be tested.
-Running these tests together (rather than individually per module) allows caching the imported
-classes for better performance.
+This module contains architecture tests using [ArchUnit](https://www.archunit.org/). Considering the
+isolation of classpath and rules for architectural test, there are two top level categories:
+
+- production code architectural test
+- test code architectural test

Review comment:
       ```suggestion
   isolation of classpath and rules for architectural tests, there are two top level categories:
   
   - production code architectural tests
   - test code architectural tests
   ```

##########
File path: flink-architecture-tests/README.md
##########
@@ -1,43 +1,57 @@
 # flink-architecture-tests
 
-This module contains architecture tests using [ArchUnit](https://www.archunit.org/). These tests 
-reside in their own module in order to control the classpath of which modules should be tested.
-Running these tests together (rather than individually per module) allows caching the imported
-classes for better performance.
+This module contains architecture tests using [ArchUnit](https://www.archunit.org/). Considering the
+isolation of classpath and rules for architectural test, there are two top level categories:
+
+- production code architectural test
+- test code architectural test
+
+Since both of them will need some common ArchUnit extensions, There are three submodules:

Review comment:
       ```suggestion
   Since both of them will need some common ArchUnit extensions, there are three submodules:
   ```

##########
File path: flink-architecture-tests/README.md
##########
@@ -1,43 +1,57 @@
 # flink-architecture-tests
 
-This module contains architecture tests using [ArchUnit](https://www.archunit.org/). These tests 
-reside in their own module in order to control the classpath of which modules should be tested.
-Running these tests together (rather than individually per module) allows caching the imported
-classes for better performance.
+This module contains architecture tests using [ArchUnit](https://www.archunit.org/). Considering the
+isolation of classpath and rules for architectural test, there are two top level categories:
+
+- production code architectural test
+- test code architectural test
+
+Since both of them will need some common ArchUnit extensions, There are three submodules:
+
+- flink-architecture-tests-base - contains common ArchUnit extensions that will be used for both
+  production code architectural test and test code architectural test.
+- flink-architecture-tests-production - contains all architectural rules and tests centrally for
+  production code. Please read the [README](flink-architecture-tests-production/README.md) of the
+  production code architectural test for further information.
+- flink-architecture-tests - contains architectural rules centrally for test code. The architectural
+  test will be built individually in each submodule where the test code has been developed. Please
+  read the [README](flink-architecture-tests-test/README.md) of test code architectural test for
+  further information.

Review comment:
       ```suggestion
   - flink-architecture-tests-base - contains common ArchUnit extensions that will be used for both
     production code architectural tests and test code architectural tests.
   - flink-architecture-tests-production - contains all architectural rules and tests centrally for
     production code. Please read [flink-architecture-tests-production/README](flink-architecture-tests-production/README.md) for further information.
   - flink-architecture-tests - contains architectural rules centrally for test code. The architectural
     tests will be built individually in each submodule where the test code has been developed. Please
     read the [flink-architecture-tests-test/README](flink-architecture-tests-test/README.md) for
     further information.
   ```

##########
File path: flink-architecture-tests/flink-architecture-tests-test/README.md
##########
@@ -0,0 +1,55 @@
+# flink-architecture-tests-test
+
+This submodule contains rules defined centrally for test code architectural tests that will be
+developed in each submodule individually where the test code has been developed.
+
+## Why the architecture test infra for production code and for test code are different
+
+Comparing to central production code architectural tests, test code architectural tests chose this
+central rules plus distributed tests for the following reasons:
+
+- Reduce the classpath complexity. Developing test code architectural tests centrally will need the
+  classpath with dependencies to be exactly same in different runtime environments, i.e. maven and
+  IntelliJ IDEA. This turns out that, on one side, every Flink submodule have to create test jar,
+  and on the other hand, the test jar must contain all test classes. In the current, there are
+  already some Flink submodules that created test jar with individual exclusion filter logic which
+  has conflict with the second prerequisite. Creating more test jars increase the complexity of
+  dependencies and have impact on the project stability.
+- Separation of concern. Developing the test code architectural tests within the submodule will keep
+  the focus on the submodule's test code. Different from production code test, there are less code
+  sharing for the test between Flink submodules, therefore less performance issue to be considered.
+- DYI and SRP. There are commons when testing the architecture of the test code. These commons can
+  be defined as common rules centrally in this submodule and used by each individual architectural
+  test in their own submodules. This module will take the responsibility for central rules while
+  individual test in each submodule will take the responsibility for the local architectural tests.
+- Flexibility. For special cases, further rules could be defined locally in their own submodule and
+  used locally.
+
+## How do I write a new architectural rule?
+
+Please refer to [README](../README.md).
+
+## How do I initialize and develop the first architectural test for a Flink submodule's test code?
+
+If there already exists any architectural test in the Flink submodule, you can skip this section and

Review comment:
       This stops mid-sentence. Looks like something got cut off?

##########
File path: flink-architecture-tests/flink-architecture-tests-test/README.md
##########
@@ -0,0 +1,55 @@
+# flink-architecture-tests-test
+
+This submodule contains rules defined centrally for test code architectural tests that will be
+developed in each submodule individually where the test code has been developed.
+
+## Why the architecture test infra for production code and for test code are different
+
+Comparing to central production code architectural tests, test code architectural tests chose this
+central rules plus distributed tests for the following reasons:
+
+- Reduce the classpath complexity. Developing test code architectural tests centrally will need the
+  classpath with dependencies to be exactly same in different runtime environments, i.e. maven and
+  IntelliJ IDEA. This turns out that, on one side, every Flink submodule have to create test jar,
+  and on the other hand, the test jar must contain all test classes. In the current, there are
+  already some Flink submodules that created test jar with individual exclusion filter logic which
+  has conflict with the second prerequisite. Creating more test jars increase the complexity of
+  dependencies and have impact on the project stability.
+- Separation of concern. Developing the test code architectural tests within the submodule will keep
+  the focus on the submodule's test code. Different from production code test, there are less code
+  sharing for the test between Flink submodules, therefore less performance issue to be considered.
+- DYI and SRP. There are commons when testing the architecture of the test code. These commons can
+  be defined as common rules centrally in this submodule and used by each individual architectural
+  test in their own submodules. This module will take the responsibility for central rules while
+  individual test in each submodule will take the responsibility for the local architectural tests.
+- Flexibility. For special cases, further rules could be defined locally in their own submodule and
+  used locally.

Review comment:
       ```suggestion
   Compared to `flink-architecture-tests-production` which implements and executes architectural rules centrally, `flink-architecture-tests-tests` implements the rules centrally, but they are executed individually in each submodule. This is done for the following reasons:
   
   - Reduce the classpath complexity. In order to execute the tests centrally, each submodule would have to provide a test-jar. However, this does not work well in IntelliJ which doesn't support all Maven configurations (such as exclusion filters); this would cause the rules to behave differently when executed from Maven versus IntelliJ. Furthermore, creating more test-jars is not desirable and increases the project complexity.
   - Separation of concerns. Test code should be viewed as internal to a module, and by separating the violation stores for each submodule this separation can be maintained. Unlike the production code tests there is little shared code between test code, and thus the performance benefits do not apply.
   - Flexibility. Each submodule can import the generic rules defined in `flink-architecture-tests-tests`, but also add further module-specific architectural tests.
   ```

##########
File path: flink-architecture-tests/flink-architecture-tests-test/src/test/resources/archunit.properties
##########
@@ -0,0 +1,31 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+# By default we allow removing existing violations, but fail when new violations are added.
+freeze.store.default.allowStoreUpdate=true
+
+# Enable this if a new (frozen) rule has been added in order to create the initial store and record the existing violations.

Review comment:
       Since this file will be copied for every submodule, I wonder if we should remove all of the commented out stuff + documentation here and simply refer to the `archunit.properties` of `flink-architecture-tests-production` instead? It's not a big deal either way, I think.

##########
File path: flink-connectors/flink-connector-files/src/test/java/org/apache/flink/architecture/TestCodeArchitectureTest.java
##########
@@ -0,0 +1,40 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.flink.architecture;
+
+import org.apache.flink.architecture.common.ImportOptions;
+import org.apache.flink.architecture.rules.ITCaseRules;
+
+import com.tngtech.archunit.core.importer.ImportOption;
+import com.tngtech.archunit.junit.AnalyzeClasses;
+import com.tngtech.archunit.junit.ArchTest;
+import com.tngtech.archunit.junit.ArchTests;
+
+/** Architecture tests for test code. */
+@AnalyzeClasses(
+        packages = "org.apache.flink.connector.file",
+        importOptions = {
+            ImportOption.OnlyIncludeTests.class,
+            ImportOptions.ExcludeScalaImportOption.class,
+            ImportOptions.ExcludeShadedImportOption.class
+        })
+public class TestCodeArchitectureTest {
+
+    @ArchTest public static final ArchTests ITCASE = ArchTests.in(ITCaseRules.class);

Review comment:
       What do you think about creating a class in `flink-architecture-tests-tests` so that the individual submodules just extend from it? That would avoid having to duplicate these "rule imports" in every submodule (especially once there are more than just `ITCaseRules`).

##########
File path: flink-architecture-tests/README.md
##########
@@ -1,43 +1,57 @@
 # flink-architecture-tests
 
-This module contains architecture tests using [ArchUnit](https://www.archunit.org/). These tests 
-reside in their own module in order to control the classpath of which modules should be tested.
-Running these tests together (rather than individually per module) allows caching the imported
-classes for better performance.
+This module contains architecture tests using [ArchUnit](https://www.archunit.org/). Considering the
+isolation of classpath and rules for architectural test, there are two top level categories:
+
+- production code architectural test
+- test code architectural test
+
+Since both of them will need some common ArchUnit extensions, There are three submodules:
+
+- flink-architecture-tests-base - contains common ArchUnit extensions that will be used for both
+  production code architectural test and test code architectural test.
+- flink-architecture-tests-production - contains all architectural rules and tests centrally for
+  production code. Please read the [README](flink-architecture-tests-production/README.md) of the
+  production code architectural test for further information.
+- flink-architecture-tests - contains architectural rules centrally for test code. The architectural
+  test will be built individually in each submodule where the test code has been developed. Please
+  read the [README](flink-architecture-tests-test/README.md) of test code architectural test for
+  further information.
+
+Following descriptions are valid for building and maintaining the architectural test both for the
+production code and the test code.

Review comment:
       ```suggestion
   The following documentation is valid for building and maintaining architectural tests for both the production and test code.
   ```

##########
File path: flink-architecture-tests/flink-architecture-tests-production/archunit-violations/5b9eed8a-5fb6-4373-98ac-3be2a71941b8
##########
@@ -93,7 +93,6 @@ org.apache.flink.connector.file.src.util.Pool.recycler(): Returned leaf type org
 org.apache.flink.connector.file.src.util.Utils.forEachRemaining(org.apache.flink.connector.file.src.reader.BulkFormat$Reader, java.util.function.Consumer): Argument leaf type org.apache.flink.connector.file.src.reader.BulkFormat$Reader does not satisfy: reside outside of package 'org.apache.flink..' or annotated with @Public or annotated with @PublicEvolving or annotated with @Deprecated
 org.apache.flink.connector.jdbc.JdbcExactlyOnceOptions.builder(): Returned leaf type org.apache.flink.connector.jdbc.JdbcExactlyOnceOptions$JDBCExactlyOnceOptionsBuilder does not satisfy: reside outside of package 'org.apache.flink..' or annotated with @Public or annotated with @PublicEvolving or annotated with @Deprecated
 org.apache.flink.connector.jdbc.JdbcExecutionOptions.builder(): Returned leaf type org.apache.flink.connector.jdbc.JdbcExecutionOptions$Builder does not satisfy: reside outside of package 'org.apache.flink..' or annotated with @Public or annotated with @PublicEvolving or annotated with @Deprecated
-org.apache.flink.connector.jdbc.JdbcSink.exactlyOnceSink(java.lang.String, org.apache.flink.connector.jdbc.JdbcStatementBuilder, org.apache.flink.connector.jdbc.JdbcExecutionOptions, org.apache.flink.connector.jdbc.JdbcExactlyOnceOptions, org.apache.flink.util.function.SerializableSupplier): Argument leaf type org.apache.flink.util.function.SerializableSupplier does not satisfy: reside outside of package 'org.apache.flink..' or annotated with @Public or annotated with @PublicEvolving or annotated with @Deprecated

Review comment:
       This should've failed when the violation was fixed, but that is currently broken. I opened a PR (https://github.com/apache/flink/pull/18504) to fix it. It has no impact on this PR.




-- 
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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * ddb31ae67df56d718052cda835c5dc64147ab928 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136) 
   * 3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30300",
       "triggerID" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b4e3dccbc140c57a9ddb2922833a715ed6faf9b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30388",
       "triggerID" : "0b4e3dccbc140c57a9ddb2922833a715ed6faf9b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30300) 
   * 0b4e3dccbc140c57a9ddb2922833a715ed6faf9b Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30388) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30300",
       "triggerID" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * ddb31ae67df56d718052cda835c5dc64147ab928 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136) 
   * 3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30300) 
   
   <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] JingGe commented on a change in pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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



##########
File path: flink-architecture-tests/flink-architecture-tests-test/src/test/resources/archunit.properties
##########
@@ -0,0 +1,31 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+# By default we allow removing existing violations, but fail when new violations are added.
+freeze.store.default.allowStoreUpdate=true
+
+# Enable this if a new (frozen) rule has been added in order to create the initial store and record the existing violations.

Review comment:
       Your point is fair enough. I would like to build the clear separation between production and test, so that developers do not need to jump between `flink-architecture-tests-production` and `flink-architecture-tests-production` back and forth. This file will be copied from the template file in `flink-architecture-tests-test` and it is up to the submodule developer whether they want to remove all the commented out stuff or not. IMHO, I would not do that, because it will make the future maintenance(done by someone else) harder if it is removed.




-- 
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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 3faae958e3d607e85dced19c9483891e7dc9baa8 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464) 
   * fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "34ff1c9315aa617da4fa57507b3f7969574c1b6c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "34ff1c9315aa617da4fa57507b3f7969574c1b6c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * a785fd4a6d88be5c685a08fd80d4671cd0aebdce Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339) 
   * 084f4c6280a7bbe354103a61f430b3100623da94 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442) 
   * 34ff1c9315aa617da4fa57507b3f7969574c1b6c 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 7fbe848af1b7e3876a548e66dbb8822e639d5c99 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * a5612fd7d7361358749a81828d800d1e18aac402 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832) 
   * 1b273252cc20bd5af6df1ea881827bc38536a13f Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 7fbe848af1b7e3876a548e66dbb8822e639d5c99 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807) 
   * a5612fd7d7361358749a81828d800d1e18aac402 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] JingGe commented on a change in pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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



##########
File path: flink-architecture-tests/src/test/java/org/apache/flink/architecture/common/Predicates.java
##########
@@ -40,7 +51,29 @@
                 .forSubtype();
     }
 
-    /** Tests that the given field is {@code public static} and of the given type. */
+    /**
+     * @return A {@link DescribedPredicate} returning true, if and only if the predicate {@link
+     *     JavaField} could be found in the {@link JavaClass}.
+     */
+    public static DescribedPredicate<JavaClass> containAnyFieldsInClassHierarchyThat(
+            DescribedPredicate<? super JavaField> predicate) {
+        return new ContainAnyFieldsThatPredicate<>(
+                "fields",
+                new ChainableFunction<JavaClass, Set<JavaField>>() {
+                    @Override
+                    public Set<JavaField> apply(JavaClass input) {
+                        // need to get all fields with the inheritance hierarchy
+                        return input.getAllFields();
+                    }
+                },
+                predicate);
+    }
+
+    /**
+     * Tests that the given field is {@code public static} and of the given type {@code clazz} .
+     *
+     * <p>Attention: changing the description will add a rule into the stored.rules.

Review comment:
       I wanted to change this method created by you to follow the concept I did with other methods I created and realised that ArchUnit is using the description as the key to define the stored.rule, which means any change of the description of exist rule will need to hack the stored.rule manually. Therefore, I just let this method unchanged and wrote the hint in the java doc. I think ArchUnit should improve this part and this is beyond the scope of this PR.




-- 
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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * ef61a0562c006ae19bc88bef5cdbf3648fe55c47 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329) 
   * a785fd4a6d88be5c685a08fd80d4671cd0aebdce Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339) 
   
   <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] Airblader commented on pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   > some Flink modules customized test-jar build logic, which turns out not all test code could be found in test jars
   
   Yeah, that sounds like it might well be the cause, or at least be partially the reason. Do you know which or how many modules? If removing one or two such modules fixes the issue, we could use that as a temporary solution. I'd rather cover less code with the tests than have inconsistent results.


-- 
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] JingGe commented on pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   One additional information I found to share: some Flink modules customized test-jar build logic, which turns out not all test code could be found in test jars. This might also be a reason that test running with maven only cover a smaller scope than running in IntelliJ


-- 
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] JingGe commented on pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   > Of course technically it seems like IntelliJ actually finds more correct violations, so the IntelliJ result is "more correct", but IntelliJ is not our source of truth.
   
   It means that maven and IntelliJ are running in different scopes, i.e. "more violations", IMHO, it has nothing to do with correctness.
   
   > The problem here are the test-jars and how they're handled; we currently don't have an issue because we do not use JARs for the dependencies in the module.
   
   that is what I mentioned that complex scope has not been touched.
   
   > 
   > When IntelliJ executes the tests, it handles the dependencies differently than Maven, and that is causing the inconsistency. We can fix this by improving the import options to cover both scenarios equally.
   
   Tt sounds more like a compatible IntelliJ setup with maven project w.r.t. dependencies or ArchUnit abstracts and hides the hybrid dependencies with maven, IntelliJ, gradle, Bazel, etc.  than working on it within this PR?
   
   


-- 
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] JingGe commented on a change in pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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



##########
File path: flink-architecture-tests/src/test/java/org/apache/flink/architecture/ArchitectureTest.java
##########
@@ -78,4 +79,36 @@ public boolean includes(Location location) {
             return !location.matches(SHADED);
         }
     }
+
+    /**
+     * Exclude locations that contains test classes.
+     *
+     * <p>Note: classes e.g. within jars under flink-test-utils-parent pom module are located as
+     * production code and should be excluded as test classes. Please see {@link
+     * ImportOption.Predefined#DO_NOT_INCLUDE_TESTS}
+     */
+    static class ExcludeTestJarsImportOption implements ImportOption {
+        private static final Pattern TEST = Pattern.compile(".*-test.*\\.jar.*");

Review comment:
       This is the weird and hard part and took me long time to figure it out. Maven provided two options(https://maven.apache.org/plugins/maven-jar-plugin/examples/create-test-jar.html) to develop and build test classes. It is recommended to use only one of them.  Flink used, unfortunately, both of them mixed. There are test classes considered as production code, if only use ".*-test\\.jar.*", e.g. flink-test-utils




-- 
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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 1b273252cc20bd5af6df1ea881827bc38536a13f Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 3155142a051e26bac63b8ee4a2f2b6c7de2c8828 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 3155142a051e26bac63b8ee4a2f2b6c7de2c8828 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888) 
   * 96c787f1dd4b373c00d1acb03b918c823a0acbee 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 96c787f1dd4b373c00d1acb03b918c823a0acbee Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 3faae958e3d607e85dced19c9483891e7dc9baa8 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464) 
   * fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 3faae958e3d607e85dced19c9483891e7dc9baa8 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 7fbe848af1b7e3876a548e66dbb8822e639d5c99 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807) 
   * a5612fd7d7361358749a81828d800d1e18aac402 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 1b273252cc20bd5af6df1ea881827bc38536a13f Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 7fbe848af1b7e3876a548e66dbb8822e639d5c99 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807) 
   * a5612fd7d7361358749a81828d800d1e18aac402 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * ddb31ae67df56d718052cda835c5dc64147ab928 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136) 
   
   <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] JingGe commented on a change in pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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



##########
File path: flink-connectors/flink-connector-files/src/test/java/org/apache/flink/architecture/TestCodeArchitectureTest.java
##########
@@ -0,0 +1,40 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.flink.architecture;
+
+import org.apache.flink.architecture.common.ImportOptions;
+import org.apache.flink.architecture.rules.ITCaseRules;
+
+import com.tngtech.archunit.core.importer.ImportOption;
+import com.tngtech.archunit.junit.AnalyzeClasses;
+import com.tngtech.archunit.junit.ArchTest;
+import com.tngtech.archunit.junit.ArchTests;
+
+/** Architecture tests for test code. */
+@AnalyzeClasses(
+        packages = "org.apache.flink.connector.file",
+        importOptions = {
+            ImportOption.OnlyIncludeTests.class,
+            ImportOptions.ExcludeScalaImportOption.class,
+            ImportOptions.ExcludeShadedImportOption.class
+        })
+public class TestCodeArchitectureTest {
+
+    @ArchTest public static final ArchTests ITCASE = ArchTests.in(ITCaseRules.class);

Review comment:
       fair enough




-- 
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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * ddb31ae67df56d718052cda835c5dc64147ab928 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * ddb31ae67df56d718052cda835c5dc64147ab928 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30300",
       "triggerID" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b4e3dccbc140c57a9ddb2922833a715ed6faf9b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30388",
       "triggerID" : "0b4e3dccbc140c57a9ddb2922833a715ed6faf9b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7e753c2f7f30f0983a62e8b4f1109c93da710603",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30401",
       "triggerID" : "7e753c2f7f30f0983a62e8b4f1109c93da710603",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 7e753c2f7f30f0983a62e8b4f1109c93da710603 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30401) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d07c639b240d5b6a6921bcb320ae927ac58bdbb4",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d07c639b240d5b6a6921bcb320ae927ac58bdbb4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * ddb31ae67df56d718052cda835c5dc64147ab928 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136) 
   * d07c639b240d5b6a6921bcb320ae927ac58bdbb4 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * f2b4b2665339278802bedcde8204543cc191bac4 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282) 
   * ef61a0562c006ae19bc88bef5cdbf3648fe55c47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329) 
   * a785fd4a6d88be5c685a08fd80d4671cd0aebdce 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * a785fd4a6d88be5c685a08fd80d4671cd0aebdce Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339) 
   * 084f4c6280a7bbe354103a61f430b3100623da94 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] JingGe commented on pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   @codecholeric many thanks for your reply. I would(and also had) suggest the first solution to use test jar in maven without any customized filter logic. @zentol Do you have any concern about this?


-- 
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] JingGe edited a comment on pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   > Of course technically it seems like IntelliJ actually finds more correct violations, so the IntelliJ result is "more correct", but IntelliJ is not our source of truth.
   
   It means that maven and IntelliJ are running in different scopes, i.e. "more violations" will be found by IntelliJ because it use a bigger scope than maven, IMHO, it has nothing to do with correctness. It might be an issue (incorrectness) that ArchUnit should fix.
   
   > The problem here are the test-jars and how they're handled; we currently don't have an issue because we do not use JARs for the dependencies in the module.
   
   that is what I mentioned that complex scope has not been touched.
   
   > 
   > When IntelliJ executes the tests, it handles the dependencies differently than Maven, and that is causing the inconsistency. We can fix this by improving the import options to cover both scenarios equally.
   
   It sounds more like a compatible IntelliJ setup with maven project w.r.t. dependencies or ArchUnit abstracts and hides the hybrid dependencies with maven, IntelliJ, gradle, Bazel, etc.  than working on it within this PR?
   
   


-- 
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] JingGe commented on pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   @Airblader Would you like to review this PR?


-- 
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] JingGe commented on pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   @Airblader 
   > From what I can tell, these violations are correct but do not seem to be identified when run through Maven. For example, `KafkaShuffleITCase` has its mini cluster defined in `KafkaTestBaseWithFlink` as `@ClassRule` + public + static, but not final, which indeed is a violation.
   
   That is right, I have the same issue and have tried all options I know. It looks like the import logic works different while using maven and running it via intellij Idea. To fix it require much more time to dig into ArchUnit internal functionality. So, as trade-off, I chose the make maven work and create a follow-up PR to fix all the violations that will only found by intellij. 
   


-- 
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] JingGe commented on a change in pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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



##########
File path: flink-architecture-tests/src/test/java/org/apache/flink/architecture/common/Predicates.java
##########
@@ -40,7 +51,29 @@
                 .forSubtype();
     }
 
-    /** Tests that the given field is {@code public static} and of the given type. */
+    /**
+     * @return A {@link DescribedPredicate} returning true, if and only if the predicate {@link
+     *     JavaField} could be found in the {@link JavaClass}.
+     */
+    public static DescribedPredicate<JavaClass> containAnyFieldsInClassHierarchyThat(

Review comment:
       why? All the other methods are plural.




-- 
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] JingGe commented on a change in pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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



##########
File path: flink-architecture-tests/src/test/java/org/apache/flink/architecture/ArchitectureTest.java
##########
@@ -78,4 +79,36 @@ public boolean includes(Location location) {
             return !location.matches(SHADED);
         }
     }
+
+    /**
+     * Exclude locations that contains test classes.
+     *
+     * <p>Note: classes e.g. within jars under flink-test-utils-parent pom module are located as
+     * production code and should be excluded as test classes. Please see {@link
+     * ImportOption.Predefined#DO_NOT_INCLUDE_TESTS}
+     */
+    static class ExcludeTestJarsImportOption implements ImportOption {
+        private static final Pattern TEST = Pattern.compile(".*-test.*\\.jar.*");

Review comment:
       This is the weird and hard part and took me long time to figure it out. Maven provided two options(https://maven.apache.org/plugins/maven-jar-plugin/examples/create-test-jar.html) to develop and build test classes. It is recommended to use only one of them.  Flink used, unfortunately, both of them mixed. There are test classes considered as production code, if only use .`*-test\\.jar.*`, e.g. flink-test-utils




-- 
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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 1b273252cc20bd5af6df1ea881827bc38536a13f Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835) 
   * 3155142a051e26bac63b8ee4a2f2b6c7de2c8828 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 7fbe848af1b7e3876a548e66dbb8822e639d5c99 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807) 
   * a5612fd7d7361358749a81828d800d1e18aac402 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544) 
   * 7fbe848af1b7e3876a548e66dbb8822e639d5c99 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * ddb31ae67df56d718052cda835c5dc64147ab928 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 96c787f1dd4b373c00d1acb03b918c823a0acbee Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 96c787f1dd4b373c00d1acb03b918c823a0acbee Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072) 
   * ddb31ae67df56d718052cda835c5dc64147ab928 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 96c787f1dd4b373c00d1acb03b918c823a0acbee Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072) 
   * ddb31ae67df56d718052cda835c5dc64147ab928 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * ddb31ae67df56d718052cda835c5dc64147ab928 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136) 
   * 3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30300",
       "triggerID" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b4e3dccbc140c57a9ddb2922833a715ed6faf9b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30388",
       "triggerID" : "0b4e3dccbc140c57a9ddb2922833a715ed6faf9b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7e753c2f7f30f0983a62e8b4f1109c93da710603",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "7e753c2f7f30f0983a62e8b4f1109c93da710603",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30300) 
   * 0b4e3dccbc140c57a9ddb2922833a715ed6faf9b Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30388) 
   * 7e753c2f7f30f0983a62e8b4f1109c93da710603 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30300",
       "triggerID" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b4e3dccbc140c57a9ddb2922833a715ed6faf9b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30388",
       "triggerID" : "0b4e3dccbc140c57a9ddb2922833a715ed6faf9b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7e753c2f7f30f0983a62e8b4f1109c93da710603",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30401",
       "triggerID" : "7e753c2f7f30f0983a62e8b4f1109c93da710603",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30300) 
   * 0b4e3dccbc140c57a9ddb2922833a715ed6faf9b Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30388) 
   * 7e753c2f7f30f0983a62e8b4f1109c93da710603 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30401) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544) 
   * 7fbe848af1b7e3876a548e66dbb8822e639d5c99 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 1b273252cc20bd5af6df1ea881827bc38536a13f Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835) 
   * 3155142a051e26bac63b8ee4a2f2b6c7de2c8828 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544) 
   * 7fbe848af1b7e3876a548e66dbb8822e639d5c99 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 7fbe848af1b7e3876a548e66dbb8822e639d5c99 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807) 
   * a5612fd7d7361358749a81828d800d1e18aac402 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 7fbe848af1b7e3876a548e66dbb8822e639d5c99 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807) 
   * a5612fd7d7361358749a81828d800d1e18aac402 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832) 
   * 1b273252cc20bd5af6df1ea881827bc38536a13f 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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






-- 
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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 96c787f1dd4b373c00d1acb03b918c823a0acbee Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544) 
   * 7fbe848af1b7e3876a548e66dbb8822e639d5c99 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 7fbe848af1b7e3876a548e66dbb8822e639d5c99 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807) 
   * a5612fd7d7361358749a81828d800d1e18aac402 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832) 
   * 1b273252cc20bd5af6df1ea881827bc38536a13f 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * ddb31ae67df56d718052cda835c5dc64147ab928 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136) 
   * 3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30300",
       "triggerID" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30300) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30300",
       "triggerID" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b4e3dccbc140c57a9ddb2922833a715ed6faf9b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30388",
       "triggerID" : "0b4e3dccbc140c57a9ddb2922833a715ed6faf9b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7e753c2f7f30f0983a62e8b4f1109c93da710603",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "7e753c2f7f30f0983a62e8b4f1109c93da710603",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30300) 
   * 0b4e3dccbc140c57a9ddb2922833a715ed6faf9b Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30388) 
   * 7e753c2f7f30f0983a62e8b4f1109c93da710603 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30300",
       "triggerID" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b4e3dccbc140c57a9ddb2922833a715ed6faf9b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30388",
       "triggerID" : "0b4e3dccbc140c57a9ddb2922833a715ed6faf9b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7e753c2f7f30f0983a62e8b4f1109c93da710603",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "7e753c2f7f30f0983a62e8b4f1109c93da710603",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30300) 
   * 0b4e3dccbc140c57a9ddb2922833a715ed6faf9b Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30388) 
   * 7e753c2f7f30f0983a62e8b4f1109c93da710603 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] JingGe edited a comment on pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   Create https://issues.apache.org/jira/browse/FLINK-25858 for removing ArchUnit rules for JUnit 4 in ITCaseRules after the JUnit 4->5 migration is closed.


-- 
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] JingGe commented on pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   Create https://issues.apache.org/jira/browse/FLINK-25858 for removing ArchUnit rules for JUnit 4 in ITCaseRules the JUnit 4->5 migration is closed.


-- 
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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30300",
       "triggerID" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b4e3dccbc140c57a9ddb2922833a715ed6faf9b",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30388",
       "triggerID" : "0b4e3dccbc140c57a9ddb2922833a715ed6faf9b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7e753c2f7f30f0983a62e8b4f1109c93da710603",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30401",
       "triggerID" : "7e753c2f7f30f0983a62e8b4f1109c93da710603",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 0b4e3dccbc140c57a9ddb2922833a715ed6faf9b Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30388) 
   * 7e753c2f7f30f0983a62e8b4f1109c93da710603 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30401) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * ddb31ae67df56d718052cda835c5dc64147ab928 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136) 
   * 3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30300",
       "triggerID" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30300) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30300",
       "triggerID" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b4e3dccbc140c57a9ddb2922833a715ed6faf9b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30388",
       "triggerID" : "0b4e3dccbc140c57a9ddb2922833a715ed6faf9b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30300) 
   * 0b4e3dccbc140c57a9ddb2922833a715ed6faf9b Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30388) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 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] JingGe commented on a change in pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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



##########
File path: flink-architecture-tests/src/test/java/org/apache/flink/architecture/common/JavaFieldPredicates.java
##########
@@ -0,0 +1,129 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.flink.architecture.common;
+
+import com.tngtech.archunit.base.DescribedPredicate;
+import com.tngtech.archunit.core.domain.JavaAnnotation;
+import com.tngtech.archunit.core.domain.JavaField;
+import com.tngtech.archunit.core.domain.JavaModifier;
+
+import java.lang.annotation.Annotation;
+import java.util.Arrays;
+
+/** Fine-grained predicates focus on the JavaField. */
+public class JavaFieldPredicates {
+
+    /**
+     * Match the public modifier of the {@link JavaField}.
+     *
+     * @return A {@link DescribedPredicate} returning true, if and only if the tested {@link
+     *     JavaField} has the public modifier.
+     */
+    public static DescribedPredicate<JavaField> isPublic() {
+        return DescribedPredicate.describe(
+                "public", field -> field.getModifiers().contains(JavaModifier.PUBLIC));
+    }
+
+    /**
+     * Match the static modifier of the {@link JavaField}.
+     *
+     * @return A {@link DescribedPredicate} returning true, if and only if the tested {@link
+     *     JavaField} has the static modifier.
+     */
+    public static DescribedPredicate<JavaField> isStatic() {
+        return DescribedPredicate.describe(
+                "static", field -> field.getModifiers().contains(JavaModifier.STATIC));
+    }
+
+    /**
+     * Match none static modifier of the {@link JavaField}.
+     *
+     * @return A {@link DescribedPredicate} returning true, if and only if the tested {@link
+     *     JavaField} has no static modifier.
+     */
+    public static DescribedPredicate<JavaField> isNotStatic() {
+        return DescribedPredicate.describe(
+                "not static", field -> !field.getModifiers().contains(JavaModifier.STATIC));
+    }
+
+    /**
+     * Match the final modifier of the {@link JavaField}.
+     *
+     * @return A {@link DescribedPredicate} returning true, if and only if the tested {@link
+     *     JavaField} has the final modifier.
+     */
+    public static DescribedPredicate<JavaField> isFinal() {
+        return DescribedPredicate.describe(
+                "final", field -> field.getModifiers().contains(JavaModifier.FINAL));
+    }

Review comment:
       I think actually the other way around. There are too many combinations.  Methods like `arePublicStaticFinalOfType` provide the convenience for the most asked scenarios. These fine-gained methods will be used for other combinations, like how lego works.




-- 
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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 3faae958e3d607e85dced19c9483891e7dc9baa8 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464) 
   
   <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] JingGe edited a comment on pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   > Of course technically it seems like IntelliJ actually finds more correct violations, so the IntelliJ result is "more correct", but IntelliJ is not our source of truth.
   
   It means that maven and IntelliJ are running in different scopes, i.e. "more violations", IMHO, it has nothing to do with correctness.
   
   > The problem here are the test-jars and how they're handled; we currently don't have an issue because we do not use JARs for the dependencies in the module.
   
   that is what I mentioned that complex scope has not been touched.
   
   > 
   > When IntelliJ executes the tests, it handles the dependencies differently than Maven, and that is causing the inconsistency. We can fix this by improving the import options to cover both scenarios equally.
   
   It sounds more like a compatible IntelliJ setup with maven project w.r.t. dependencies or ArchUnit abstracts and hides the hybrid dependencies with maven, IntelliJ, gradle, Bazel, etc.  than working on it within this PR?
   
   


-- 
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] JingGe commented on a change in pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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



##########
File path: flink-architecture-tests/src/test/java/org/apache/flink/architecture/common/JavaFieldPredicates.java
##########
@@ -0,0 +1,129 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.flink.architecture.common;
+
+import com.tngtech.archunit.base.DescribedPredicate;
+import com.tngtech.archunit.core.domain.JavaAnnotation;
+import com.tngtech.archunit.core.domain.JavaField;
+import com.tngtech.archunit.core.domain.JavaModifier;
+
+import java.lang.annotation.Annotation;
+import java.util.Arrays;
+
+/** Fine-grained predicates focus on the JavaField. */
+public class JavaFieldPredicates {
+
+    /**
+     * Match the public modifier of the {@link JavaField}.
+     *
+     * @return A {@link DescribedPredicate} returning true, if and only if the tested {@link
+     *     JavaField} has the public modifier.
+     */
+    public static DescribedPredicate<JavaField> isPublic() {
+        return DescribedPredicate.describe(
+                "public", field -> field.getModifiers().contains(JavaModifier.PUBLIC));
+    }
+
+    /**
+     * Match the static modifier of the {@link JavaField}.
+     *
+     * @return A {@link DescribedPredicate} returning true, if and only if the tested {@link
+     *     JavaField} has the static modifier.
+     */
+    public static DescribedPredicate<JavaField> isStatic() {
+        return DescribedPredicate.describe(
+                "static", field -> field.getModifiers().contains(JavaModifier.STATIC));
+    }
+
+    /**
+     * Match none static modifier of the {@link JavaField}.
+     *
+     * @return A {@link DescribedPredicate} returning true, if and only if the tested {@link
+     *     JavaField} has no static modifier.
+     */
+    public static DescribedPredicate<JavaField> isNotStatic() {
+        return DescribedPredicate.describe(
+                "not static", field -> !field.getModifiers().contains(JavaModifier.STATIC));
+    }
+
+    /**
+     * Match the final modifier of the {@link JavaField}.
+     *
+     * @return A {@link DescribedPredicate} returning true, if and only if the tested {@link
+     *     JavaField} has the final modifier.
+     */
+    public static DescribedPredicate<JavaField> isFinal() {
+        return DescribedPredicate.describe(
+                "final", field -> field.getModifiers().contains(JavaModifier.FINAL));
+    }

Review comment:
       I think actually the other way around. There are too combinations.  Methods like `arePublicStaticFinalOfType` provide the convenience for the most asked scenarios. These fine-gained methods will be used for other combinations, like how lego works.




-- 
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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 1b273252cc20bd5af6df1ea881827bc38536a13f Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835) 
   * 3155142a051e26bac63b8ee4a2f2b6c7de2c8828 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888) 
   
   <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] JingGe commented on a change in pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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



##########
File path: flink-architecture-tests/src/test/java/org/apache/flink/architecture/ArchitectureTest.java
##########
@@ -78,4 +79,36 @@ public boolean includes(Location location) {
             return !location.matches(SHADED);
         }
     }
+
+    /**
+     * Exclude locations that contains test classes.
+     *
+     * <p>Note: classes e.g. within jars under flink-test-utils-parent pom module are located as
+     * production code and should be excluded as test classes. Please see {@link
+     * ImportOption.Predefined#DO_NOT_INCLUDE_TESTS}
+     */
+    static class ExcludeTestJarsImportOption implements ImportOption {
+        private static final Pattern TEST = Pattern.compile(".*-test.*\\.jar.*");
+
+        @Override
+        public boolean includes(Location location) {
+            return !location.matches(TEST);
+        }
+    }
+
+    /**
+     * Include test relevant classes.
+     *
+     * <p>Note: since the test should be work both when maven and Intellij. The pattern will be
+     * improved to be more precise continuously.
+     */
+    static class OnlyTestJarsImportOption implements ImportOption {

Review comment:
       This part has been done to make it running in IntelliJ not the opposite, my friend :-)




-- 
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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 3faae958e3d607e85dced19c9483891e7dc9baa8 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464) 
   * fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b635c35692efcd727d45000ad53f37cbefcf4268",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b635c35692efcd727d45000ad53f37cbefcf4268",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 3faae958e3d607e85dced19c9483891e7dc9baa8 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464) 
   * b635c35692efcd727d45000ad53f37cbefcf4268 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 3faae958e3d607e85dced19c9483891e7dc9baa8 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464) 
   
   <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] Airblader commented on a change in pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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



##########
File path: flink-architecture-tests/src/test/java/org/apache/flink/architecture/ArchitectureTest.java
##########
@@ -78,4 +79,36 @@ public boolean includes(Location location) {
             return !location.matches(SHADED);
         }
     }
+
+    /**
+     * Exclude locations that contains test classes.
+     *
+     * <p>Note: classes e.g. within jars under flink-test-utils-parent pom module are located as
+     * production code and should be excluded as test classes. Please see {@link
+     * ImportOption.Predefined#DO_NOT_INCLUDE_TESTS}
+     */
+    static class ExcludeTestJarsImportOption implements ImportOption {
+        private static final Pattern TEST = Pattern.compile(".*-test.*\\.jar.*");
+
+        @Override
+        public boolean includes(Location location) {
+            return !location.matches(TEST);
+        }
+    }
+
+    /**
+     * Include test relevant classes.
+     *
+     * <p>Note: since the test should be work both when maven and Intellij. The pattern will be
+     * improved to be more precise continuously.
+     */
+    static class OnlyTestJarsImportOption implements ImportOption {

Review comment:
       Can we just use the inverse of the import option above?
   
   This pattern is a bit "dangerous", because it would easily find anything that contains "test" anywhere in the entire location, even as part of another word.




-- 
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] JingGe commented on a change in pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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



##########
File path: flink-architecture-tests/src/test/java/org/apache/flink/architecture/rules/ITCaseRules.java
##########
@@ -0,0 +1,91 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.flink.architecture.rules;
+
+import org.apache.flink.core.testutils.AllCallbackWrapper;
+import org.apache.flink.runtime.testutils.MiniClusterExtension;
+import org.apache.flink.test.util.AbstractTestBase;
+import org.apache.flink.test.util.MiniClusterWithClientResource;
+
+import com.tngtech.archunit.junit.ArchTest;
+import com.tngtech.archunit.lang.ArchRule;
+import org.junit.ClassRule;
+import org.junit.Rule;
+import org.junit.jupiter.api.extension.RegisterExtension;
+
+import static com.tngtech.archunit.core.domain.JavaModifier.ABSTRACT;
+import static com.tngtech.archunit.library.freeze.FreezingArchRule.freeze;
+import static org.apache.flink.architecture.common.Conditions.fulfill;
+import static org.apache.flink.architecture.common.GivenJavaClasses.javaClassesThat;
+import static org.apache.flink.architecture.common.Predicates.arePublicFinalOfTypeWithAnnotation;
+import static org.apache.flink.architecture.common.Predicates.arePublicStaticFinalOfTyp;
+import static org.apache.flink.architecture.common.Predicates.arePublicStaticFinalOfTypeWithAnnotation;
+import static org.apache.flink.architecture.common.Predicates.containAnyFieldsInClassHierarchyThat;
+
+/** Rules for Integration Tests. */
+public class ITCaseRules {
+
+    @ArchTest
+    public static final ArchRule INTEGRATION_TEST_ENDING_WITH_ITCASE =
+            freeze(
+                    javaClassesThat()
+                            .areAssignableTo(AbstractTestBase.class)
+                            .and()
+                            .doNotHaveModifier(ABSTRACT)
+                            .should()
+                            .haveSimpleNameEndingWith("ITCase"));
+
+    @ArchTest
+    public static final ArchRule ITCASE_USE_MINICLUSTER =
+            freeze(
+                    javaClassesThat()
+                            .haveSimpleNameEndingWith("ITCase")
+                            .and()
+                            .areTopLevelClasses()
+                            .and()
+                            .doNotHaveModifier(ABSTRACT)
+                            .should(
+                                    fulfill(
+                                            // JUnit 5 violation check
+                                            containAnyFieldsInClassHierarchyThat(
+                                                            arePublicStaticFinalOfTyp(
+                                                                    MiniClusterExtension.class))
+                                                    .and(
+                                                            containAnyFieldsInClassHierarchyThat(
+                                                                    arePublicStaticFinalOfTypeWithAnnotation(
+                                                                            AllCallbackWrapper
+                                                                                    .class,
+                                                                            RegisterExtension
+                                                                                    .class)))
+                                                    // JUnit 4 violation check, which should be

Review comment:
       Good idea, I will create a task under the JUnit migration umbrella. I would recommend to have this comment in the code for every JUnit 4 rule. Otherwise it will be a big effort to clean it up in the future.




-- 
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] JingGe edited a comment on pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   > Of course technically it seems like IntelliJ actually finds more correct violations, so the IntelliJ result is "more correct", but IntelliJ is not our source of truth.
   
   It means that maven and IntelliJ are running in different scopes, i.e. "more violations" will be found by IntelliJ because it use a bigger scope than maven, IMHO, it has nothing to do with correctness.
   
   > The problem here are the test-jars and how they're handled; we currently don't have an issue because we do not use JARs for the dependencies in the module.
   
   that is what I mentioned that complex scope has not been touched.
   
   > 
   > When IntelliJ executes the tests, it handles the dependencies differently than Maven, and that is causing the inconsistency. We can fix this by improving the import options to cover both scenarios equally.
   
   It sounds more like a compatible IntelliJ setup with maven project w.r.t. dependencies or ArchUnit abstracts and hides the hybrid dependencies with maven, IntelliJ, gradle, Bazel, etc.  than working on it within this PR?
   
   


-- 
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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * a785fd4a6d88be5c685a08fd80d4671cd0aebdce Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * f2b4b2665339278802bedcde8204543cc191bac4 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282) 
   
   <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] Airblader commented on a change in pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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



##########
File path: flink-architecture-tests/src/test/java/org/apache/flink/architecture/common/Predicates.java
##########
@@ -50,5 +83,78 @@
                                 && field.getRawType().isEquivalentTo(clazz));
     }
 
+    /**
+     * Tests that the given field is {@code public final} and not {@code static} and of the given
+     * type {@code clazz} .
+     */
+    public static DescribedPredicate<JavaField> arePublicFinalOfTyp(Class<?> clazz) {
+        return is(ofType(clazz)).and(isPublic()).and(isFinal()).and(isNotStatic());
+    }
+
+    /**
+     * Tests that the given field is {@code public static final} and of the given type {@code clazz}
+     * .
+     */
+    public static DescribedPredicate<JavaField> arePublicStaticFinalOfTyp(Class<?> clazz) {
+        return arePublicStaticOfType(clazz).and(isFinal());
+    }
+
+    /**
+     * Tests that the given field is {@code public final} and of the given type {@code clazz} with
+     * exactly the given {@code annotationType}.
+     */
+    public static DescribedPredicate<JavaField> arePublicFinalOfTypeWithAnnotation(
+            Class<?> clazz, Class<? extends Annotation> annotationType) {
+        return arePublicFinalOfTyp(clazz).and(annotatedWith(annotationType));
+    }
+
+    /**
+     * Tests that the given field is {@code public static final} and of the given type {@code clazz}
+     * with exactly the given {@code annotationType}.
+     */
+    public static DescribedPredicate<JavaField> arePublicStaticFinalOfTypeWithAnnotation(
+            Class<?> clazz, Class<? extends Annotation> annotationType) {
+        return arePublicStaticFinalOfTyp(clazz).and(annotatedWith(annotationType));
+    }
+
+    /**
+     * Tests that the given field is {@code public static final} and of the given type. It must have
+     * any of the given {@code annotationTypes}
+     */
+    @SafeVarargs
+    public static DescribedPredicate<JavaField> arePublicStaticFinalOfTypeWithOneOfAnnotations(

Review comment:
       I think we should remove unused code, even if it's test code. Effectively we don't know whether these functions work.




-- 
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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * a785fd4a6d88be5c685a08fd80d4671cd0aebdce Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339) 
   * 084f4c6280a7bbe354103a61f430b3100623da94 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 96c787f1dd4b373c00d1acb03b918c823a0acbee Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072) 
   * ddb31ae67df56d718052cda835c5dc64147ab928 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] Airblader commented on a change in pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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



##########
File path: flink-architecture-tests/README.md
##########
@@ -1,43 +1,57 @@
 # flink-architecture-tests
 
-This module contains architecture tests using [ArchUnit](https://www.archunit.org/). These tests 
-reside in their own module in order to control the classpath of which modules should be tested.
-Running these tests together (rather than individually per module) allows caching the imported
-classes for better performance.
+This module contains architecture tests using [ArchUnit](https://www.archunit.org/). Considering the
+isolation of classpath and rules for architectural test, there are two top level categories:
+
+- production code architectural test
+- test code architectural test

Review comment:
       ```suggestion
   isolation of classpath and rules for architectural tests, there are two top level categories:
   
   - production code architectural tests
   - test code architectural tests
   ```

##########
File path: flink-architecture-tests/README.md
##########
@@ -1,43 +1,57 @@
 # flink-architecture-tests
 
-This module contains architecture tests using [ArchUnit](https://www.archunit.org/). These tests 
-reside in their own module in order to control the classpath of which modules should be tested.
-Running these tests together (rather than individually per module) allows caching the imported
-classes for better performance.
+This module contains architecture tests using [ArchUnit](https://www.archunit.org/). Considering the
+isolation of classpath and rules for architectural test, there are two top level categories:
+
+- production code architectural test
+- test code architectural test
+
+Since both of them will need some common ArchUnit extensions, There are three submodules:

Review comment:
       ```suggestion
   Since both of them will need some common ArchUnit extensions, there are three submodules:
   ```

##########
File path: flink-architecture-tests/README.md
##########
@@ -1,43 +1,57 @@
 # flink-architecture-tests
 
-This module contains architecture tests using [ArchUnit](https://www.archunit.org/). These tests 
-reside in their own module in order to control the classpath of which modules should be tested.
-Running these tests together (rather than individually per module) allows caching the imported
-classes for better performance.
+This module contains architecture tests using [ArchUnit](https://www.archunit.org/). Considering the
+isolation of classpath and rules for architectural test, there are two top level categories:
+
+- production code architectural test
+- test code architectural test
+
+Since both of them will need some common ArchUnit extensions, There are three submodules:
+
+- flink-architecture-tests-base - contains common ArchUnit extensions that will be used for both
+  production code architectural test and test code architectural test.
+- flink-architecture-tests-production - contains all architectural rules and tests centrally for
+  production code. Please read the [README](flink-architecture-tests-production/README.md) of the
+  production code architectural test for further information.
+- flink-architecture-tests - contains architectural rules centrally for test code. The architectural
+  test will be built individually in each submodule where the test code has been developed. Please
+  read the [README](flink-architecture-tests-test/README.md) of test code architectural test for
+  further information.

Review comment:
       ```suggestion
   - flink-architecture-tests-base - contains common ArchUnit extensions that will be used for both
     production code architectural tests and test code architectural tests.
   - flink-architecture-tests-production - contains all architectural rules and tests centrally for
     production code. Please read [flink-architecture-tests-production/README](flink-architecture-tests-production/README.md) for further information.
   - flink-architecture-tests - contains architectural rules centrally for test code. The architectural
     tests will be built individually in each submodule where the test code has been developed. Please
     read the [flink-architecture-tests-test/README](flink-architecture-tests-test/README.md) for
     further information.
   ```

##########
File path: flink-architecture-tests/flink-architecture-tests-test/README.md
##########
@@ -0,0 +1,55 @@
+# flink-architecture-tests-test
+
+This submodule contains rules defined centrally for test code architectural tests that will be
+developed in each submodule individually where the test code has been developed.
+
+## Why the architecture test infra for production code and for test code are different
+
+Comparing to central production code architectural tests, test code architectural tests chose this
+central rules plus distributed tests for the following reasons:
+
+- Reduce the classpath complexity. Developing test code architectural tests centrally will need the
+  classpath with dependencies to be exactly same in different runtime environments, i.e. maven and
+  IntelliJ IDEA. This turns out that, on one side, every Flink submodule have to create test jar,
+  and on the other hand, the test jar must contain all test classes. In the current, there are
+  already some Flink submodules that created test jar with individual exclusion filter logic which
+  has conflict with the second prerequisite. Creating more test jars increase the complexity of
+  dependencies and have impact on the project stability.
+- Separation of concern. Developing the test code architectural tests within the submodule will keep
+  the focus on the submodule's test code. Different from production code test, there are less code
+  sharing for the test between Flink submodules, therefore less performance issue to be considered.
+- DYI and SRP. There are commons when testing the architecture of the test code. These commons can
+  be defined as common rules centrally in this submodule and used by each individual architectural
+  test in their own submodules. This module will take the responsibility for central rules while
+  individual test in each submodule will take the responsibility for the local architectural tests.
+- Flexibility. For special cases, further rules could be defined locally in their own submodule and
+  used locally.
+
+## How do I write a new architectural rule?
+
+Please refer to [README](../README.md).
+
+## How do I initialize and develop the first architectural test for a Flink submodule's test code?
+
+If there already exists any architectural test in the Flink submodule, you can skip this section and

Review comment:
       This stops mid-sentence. Looks like something got cut off?

##########
File path: flink-architecture-tests/flink-architecture-tests-test/README.md
##########
@@ -0,0 +1,55 @@
+# flink-architecture-tests-test
+
+This submodule contains rules defined centrally for test code architectural tests that will be
+developed in each submodule individually where the test code has been developed.
+
+## Why the architecture test infra for production code and for test code are different
+
+Comparing to central production code architectural tests, test code architectural tests chose this
+central rules plus distributed tests for the following reasons:
+
+- Reduce the classpath complexity. Developing test code architectural tests centrally will need the
+  classpath with dependencies to be exactly same in different runtime environments, i.e. maven and
+  IntelliJ IDEA. This turns out that, on one side, every Flink submodule have to create test jar,
+  and on the other hand, the test jar must contain all test classes. In the current, there are
+  already some Flink submodules that created test jar with individual exclusion filter logic which
+  has conflict with the second prerequisite. Creating more test jars increase the complexity of
+  dependencies and have impact on the project stability.
+- Separation of concern. Developing the test code architectural tests within the submodule will keep
+  the focus on the submodule's test code. Different from production code test, there are less code
+  sharing for the test between Flink submodules, therefore less performance issue to be considered.
+- DYI and SRP. There are commons when testing the architecture of the test code. These commons can
+  be defined as common rules centrally in this submodule and used by each individual architectural
+  test in their own submodules. This module will take the responsibility for central rules while
+  individual test in each submodule will take the responsibility for the local architectural tests.
+- Flexibility. For special cases, further rules could be defined locally in their own submodule and
+  used locally.

Review comment:
       ```suggestion
   Compared to `flink-architecture-tests-production` which implements and executes architectural rules centrally, `flink-architecture-tests-tests` implements the rules centrally, but they are executed individually in each submodule. This is done for the following reasons:
   
   - Reduce the classpath complexity. In order to execute the tests centrally, each submodule would have to provide a test-jar. However, this does not work well in IntelliJ which doesn't support all Maven configurations (such as exclusion filters); this would cause the rules to behave differently when executed from Maven versus IntelliJ. Furthermore, creating more test-jars is not desirable and increases the project complexity.
   - Separation of concerns. Test code should be viewed as internal to a module, and by separating the violation stores for each submodule this separation can be maintained. Unlike the production code tests there is little shared code between test code, and thus the performance benefits do not apply.
   - Flexibility. Each submodule can import the generic rules defined in `flink-architecture-tests-tests`, but also add further module-specific architectural tests.
   ```

##########
File path: flink-architecture-tests/flink-architecture-tests-test/src/test/resources/archunit.properties
##########
@@ -0,0 +1,31 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+# By default we allow removing existing violations, but fail when new violations are added.
+freeze.store.default.allowStoreUpdate=true
+
+# Enable this if a new (frozen) rule has been added in order to create the initial store and record the existing violations.

Review comment:
       Since this file will be copied for every submodule, I wonder if we should remove all of the commented out stuff + documentation here and simply refer to the `archunit.properties` of `flink-architecture-tests-production` instead? It's not a big deal either way, I think.

##########
File path: flink-connectors/flink-connector-files/src/test/java/org/apache/flink/architecture/TestCodeArchitectureTest.java
##########
@@ -0,0 +1,40 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.flink.architecture;
+
+import org.apache.flink.architecture.common.ImportOptions;
+import org.apache.flink.architecture.rules.ITCaseRules;
+
+import com.tngtech.archunit.core.importer.ImportOption;
+import com.tngtech.archunit.junit.AnalyzeClasses;
+import com.tngtech.archunit.junit.ArchTest;
+import com.tngtech.archunit.junit.ArchTests;
+
+/** Architecture tests for test code. */
+@AnalyzeClasses(
+        packages = "org.apache.flink.connector.file",
+        importOptions = {
+            ImportOption.OnlyIncludeTests.class,
+            ImportOptions.ExcludeScalaImportOption.class,
+            ImportOptions.ExcludeShadedImportOption.class
+        })
+public class TestCodeArchitectureTest {
+
+    @ArchTest public static final ArchTests ITCASE = ArchTests.in(ITCaseRules.class);

Review comment:
       What do you think about creating a class in `flink-architecture-tests-tests` so that the individual submodules just extend from it? That would avoid having to duplicate these "rule imports" in every submodule (especially once there are more than just `ITCaseRules`).

##########
File path: flink-architecture-tests/README.md
##########
@@ -1,43 +1,57 @@
 # flink-architecture-tests
 
-This module contains architecture tests using [ArchUnit](https://www.archunit.org/). These tests 
-reside in their own module in order to control the classpath of which modules should be tested.
-Running these tests together (rather than individually per module) allows caching the imported
-classes for better performance.
+This module contains architecture tests using [ArchUnit](https://www.archunit.org/). Considering the
+isolation of classpath and rules for architectural test, there are two top level categories:
+
+- production code architectural test
+- test code architectural test
+
+Since both of them will need some common ArchUnit extensions, There are three submodules:
+
+- flink-architecture-tests-base - contains common ArchUnit extensions that will be used for both
+  production code architectural test and test code architectural test.
+- flink-architecture-tests-production - contains all architectural rules and tests centrally for
+  production code. Please read the [README](flink-architecture-tests-production/README.md) of the
+  production code architectural test for further information.
+- flink-architecture-tests - contains architectural rules centrally for test code. The architectural
+  test will be built individually in each submodule where the test code has been developed. Please
+  read the [README](flink-architecture-tests-test/README.md) of test code architectural test for
+  further information.
+
+Following descriptions are valid for building and maintaining the architectural test both for the
+production code and the test code.

Review comment:
       ```suggestion
   The following documentation is valid for building and maintaining architectural tests for both the production and test code.
   ```

##########
File path: flink-architecture-tests/flink-architecture-tests-production/archunit-violations/5b9eed8a-5fb6-4373-98ac-3be2a71941b8
##########
@@ -93,7 +93,6 @@ org.apache.flink.connector.file.src.util.Pool.recycler(): Returned leaf type org
 org.apache.flink.connector.file.src.util.Utils.forEachRemaining(org.apache.flink.connector.file.src.reader.BulkFormat$Reader, java.util.function.Consumer): Argument leaf type org.apache.flink.connector.file.src.reader.BulkFormat$Reader does not satisfy: reside outside of package 'org.apache.flink..' or annotated with @Public or annotated with @PublicEvolving or annotated with @Deprecated
 org.apache.flink.connector.jdbc.JdbcExactlyOnceOptions.builder(): Returned leaf type org.apache.flink.connector.jdbc.JdbcExactlyOnceOptions$JDBCExactlyOnceOptionsBuilder does not satisfy: reside outside of package 'org.apache.flink..' or annotated with @Public or annotated with @PublicEvolving or annotated with @Deprecated
 org.apache.flink.connector.jdbc.JdbcExecutionOptions.builder(): Returned leaf type org.apache.flink.connector.jdbc.JdbcExecutionOptions$Builder does not satisfy: reside outside of package 'org.apache.flink..' or annotated with @Public or annotated with @PublicEvolving or annotated with @Deprecated
-org.apache.flink.connector.jdbc.JdbcSink.exactlyOnceSink(java.lang.String, org.apache.flink.connector.jdbc.JdbcStatementBuilder, org.apache.flink.connector.jdbc.JdbcExecutionOptions, org.apache.flink.connector.jdbc.JdbcExactlyOnceOptions, org.apache.flink.util.function.SerializableSupplier): Argument leaf type org.apache.flink.util.function.SerializableSupplier does not satisfy: reside outside of package 'org.apache.flink..' or annotated with @Public or annotated with @PublicEvolving or annotated with @Deprecated

Review comment:
       This should've failed when the violation was fixed, but that is currently broken. I opened a PR (https://github.com/apache/flink/pull/18504) to fix it. It has no impact on this PR.




-- 
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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * f2b4b2665339278802bedcde8204543cc191bac4 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282) 
   * ef61a0562c006ae19bc88bef5cdbf3648fe55c47 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329) 
   * a785fd4a6d88be5c685a08fd80d4671cd0aebdce 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * a785fd4a6d88be5c685a08fd80d4671cd0aebdce Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339) 
   
   <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] Airblader commented on pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   I also pinged @codecholeric to see if he happens to have any insights on the differences between IntelliJ and Maven.


-- 
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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 7fbe848af1b7e3876a548e66dbb8822e639d5c99 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d07c639b240d5b6a6921bcb320ae927ac58bdbb4",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d07c639b240d5b6a6921bcb320ae927ac58bdbb4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * ddb31ae67df56d718052cda835c5dc64147ab928 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136) 
   * d07c639b240d5b6a6921bcb320ae927ac58bdbb4 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * ddb31ae67df56d718052cda835c5dc64147ab928 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136) 
   * 3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928 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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * ddb31ae67df56d718052cda835c5dc64147ab928 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136) 
   
   <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] Airblader merged pull request #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   


-- 
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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544) 
   
   <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 #18333: [FLINK-25220][test] Write an architectural rule for all IT cases w.r.t. the MiniCluster

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "454378c5d0aecc36ae88a99f1e1d936405226a22",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29282",
       "triggerID" : "f2b4b2665339278802bedcde8204543cc191bac4",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29329",
       "triggerID" : "ef61a0562c006ae19bc88bef5cdbf3648fe55c47",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a785fd4a6d88be5c685a08fd80d4671cd0aebdce",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29339",
       "triggerID" : "1011492869",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29442",
       "triggerID" : "084f4c6280a7bbe354103a61f430b3100623da94",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc0ef7b3c9f391a389117dc33107cd9f3d77d708",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29464",
       "triggerID" : "3faae958e3d607e85dced19c9483891e7dc9baa8",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29544",
       "triggerID" : "fedd1fb2eb3a4506ce482dd12fe5893c21a7b89d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29807",
       "triggerID" : "7fbe848af1b7e3876a548e66dbb8822e639d5c99",
       "triggerType" : "PUSH"
     }, {
       "hash" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29832",
       "triggerID" : "a5612fd7d7361358749a81828d800d1e18aac402",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29835",
       "triggerID" : "1b273252cc20bd5af6df1ea881827bc38536a13f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=29888",
       "triggerID" : "3155142a051e26bac63b8ee4a2f2b6c7de2c8828",
       "triggerType" : "PUSH"
     }, {
       "hash" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30072",
       "triggerID" : "96c787f1dd4b373c00d1acb03b918c823a0acbee",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30136",
       "triggerID" : "ddb31ae67df56d718052cda835c5dc64147ab928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30300",
       "triggerID" : "3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0b4e3dccbc140c57a9ddb2922833a715ed6faf9b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30388",
       "triggerID" : "0b4e3dccbc140c57a9ddb2922833a715ed6faf9b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 454378c5d0aecc36ae88a99f1e1d936405226a22 UNKNOWN
   * cc0ef7b3c9f391a389117dc33107cd9f3d77d708 UNKNOWN
   * 3734f4d3ee6c9c7d009f2f903264ab5a1d3c9928 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30300) 
   * 0b4e3dccbc140c57a9ddb2922833a715ed6faf9b Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=30388) 
   
   <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