You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/03/29 07:50:12 UTC

[GitHub] [flink] LongWangXX opened a new pull request #19265: [hotfix]fix clinet typo

LongWangXX opened a new pull request #19265:
URL: https://github.com/apache/flink/pull/19265


   
   ## What is the purpose of the change
   
   fix clinet typo
   
   
   ## Brief change log
   
   RestServerSSLAuthITCase. public RestServerSSLAuthITCase(final Tuple2<Configuration, Configuration> clientServerConfig)
   
   Fix clinet typo in RestServerSSLAuthITCase
   
   ## Verifying this change
   
   Please make sure both new and modified tests in this PR follows the conventions defined in our code quality guide: https://flink.apache.org/contributing/code-style-and-quality-common.html#testing
   
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): ( no)
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: ( no)
     - The serializers: (no)
     - The runtime per-record code paths (performance sensitive): (no / don't know)
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: (no know)
     - The S3 file system connector: (no)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (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] MartijnVisser commented on pull request #19265: [hotfix][runtime][tests] Modify spelling error in RestServerSSLAuthITCase.java

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


   @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] MartijnVisser merged pull request #19265: [hotfix][runtime][tests] Modify spelling error in RestServerSSLAuthITCase.java

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


   


-- 
This is an automated message from the 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 #19265: [hotfix][runtime][tests] Modify spelling error in RestServerSSLAuthITCase.java

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33881",
       "triggerID" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33941",
       "triggerID" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951",
       "triggerID" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d5160517ada8cc609318032eb33b5096fbc4a709",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d5160517ada8cc609318032eb33b5096fbc4a709",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7f02a932c690640dcfc4db785902fb10085c80a2 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951) 
   * d5160517ada8cc609318032eb33b5096fbc4a709 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] MartijnVisser commented on pull request #19265: [hotfix][runtime][tests] Modify spelling error in RestServerSSLAuthITCase.java

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


   OK now there's one more thing to fix, the commit message itself. You can do that by:
   
   1. Run `git reset --soft HEAD~1` to reset your Git index to the last commit
   2. Run `git add --all` to add all the files
   3. Run `git commit` to commit the same change, this time use the correct Git commit message
   4. Run `git push --force` to push the changed commit message in


-- 
This is an automated message from the 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 #19265: [hotfix][runtime][tests] Modify spelling error in RestServerSSLAuthITCase.java

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33881",
       "triggerID" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33941",
       "triggerID" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951",
       "triggerID" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d5160517ada8cc609318032eb33b5096fbc4a709",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d5160517ada8cc609318032eb33b5096fbc4a709",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3107f28e16ce0f72b6c05ffdadcc4b38f69f313e Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33941) 
   * 7f02a932c690640dcfc4db785902fb10085c80a2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951) 
   * d5160517ada8cc609318032eb33b5096fbc4a709 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 #19265: [hotfix][runtime][tests] Modify spelling error in RestServerSSLAuthITCase.java

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33881",
       "triggerID" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33941",
       "triggerID" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951",
       "triggerID" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d5160517ada8cc609318032eb33b5096fbc4a709",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33958",
       "triggerID" : "d5160517ada8cc609318032eb33b5096fbc4a709",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7f02a932c690640dcfc4db785902fb10085c80a2 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951) 
   * d5160517ada8cc609318032eb33b5096fbc4a709 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33958) 
   
   <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] MartijnVisser commented on pull request #19265: [hotfix][runtime][tests] Modify spelling error in RestServerSSLAuthITCase.java

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


   @LongWangXX Unfortunately I can't push to your branch. What you need to do is run the following command:
   
   1. Make sure that you have Flink's Git repo added as a Git remote. You can verify that by running `git remote -v`. It should display a link to your fork (most likely called `origin`). It should also have a link to apache/flink. If that's not there, you can add it by running `git remote add upstream git@github.com:apache/flink.git`. If you now run `git remote -v` you will see two Git remotes. 
   1. Checkout your local branch
   2. Run `git fetch upstream` to fetch all changes
   3. Run `git rebase upstream/master` to rebase your local branch to Flink's master branch
   4. Run a `git push --force` to push your rebased local branch


-- 
This is an automated message from the 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 #19265: [hotfix][runtime][tests] Modify spelling error in RestServerSSLAuthITCase.java

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33881",
       "triggerID" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33941",
       "triggerID" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951",
       "triggerID" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d5160517ada8cc609318032eb33b5096fbc4a709",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d5160517ada8cc609318032eb33b5096fbc4a709",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7f02a932c690640dcfc4db785902fb10085c80a2 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951) 
   * d5160517ada8cc609318032eb33b5096fbc4a709 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 #19265: [hotfix][runtime][tests] Modify spelling error in RestServerSSLAuthITCase.java

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33881",
       "triggerID" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33941",
       "triggerID" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951",
       "triggerID" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7f02a932c690640dcfc4db785902fb10085c80a2 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951) 
   
   <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] LongWangXX commented on pull request #19265: [hotfix][runtime][tests] Modify spelling error in RestServerSSLAuthITCase.java

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


   @MartijnVisser Ok, thank you~ Can this be merged? ☺


-- 
This is an automated message from the 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 #19265: [hotfix][runtime][tests] Modify spelling error in RestServerSSLAuthITCase.java

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33881",
       "triggerID" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33941",
       "triggerID" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951",
       "triggerID" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d5160517ada8cc609318032eb33b5096fbc4a709",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d5160517ada8cc609318032eb33b5096fbc4a709",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7f02a932c690640dcfc4db785902fb10085c80a2 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951) 
   * d5160517ada8cc609318032eb33b5096fbc4a709 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] LongWangXX commented on pull request #19265: [hotfix][runtime][tests] Modify spelling error in RestServerSSLAuthITCase.java

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


   @MartijnVisser okay, thank you!


-- 
This is an automated message from the 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 #19265: [hotfix][runtime][tests] Modify spelling error in RestServerSSLAuthITCase.java

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33881",
       "triggerID" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33941",
       "triggerID" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951",
       "triggerID" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7f02a932c690640dcfc4db785902fb10085c80a2 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951) 
   
   <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 #19265: [hotfix][runtime][tests] Modify spelling error in RestServerSSLAuthITCase.java

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33881",
       "triggerID" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33941",
       "triggerID" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951",
       "triggerID" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7f02a932c690640dcfc4db785902fb10085c80a2 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951) 
   
   <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 #19265: [hotfix]fix clinet typo

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c9b49462100c5aefed4918448de12eca7f015e7e 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 #19265: [hotfix][runtime][tests] Modify spelling error in RestServerSSLAuthITCase.java

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33881",
       "triggerID" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33941",
       "triggerID" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951",
       "triggerID" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d5160517ada8cc609318032eb33b5096fbc4a709",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33958",
       "triggerID" : "d5160517ada8cc609318032eb33b5096fbc4a709",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d5160517ada8cc609318032eb33b5096fbc4a709",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33958",
       "triggerID" : "1083216317",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951",
       "triggerID" : "1083216317",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "d5160517ada8cc609318032eb33b5096fbc4a709",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1083319425",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951",
       "triggerID" : "1083319425",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 7f02a932c690640dcfc4db785902fb10085c80a2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951) 
   
   <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 #19265: [hotfix][runtime][tests] Modify spelling error in RestServerSSLAuthITCase.java

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33881",
       "triggerID" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c9b49462100c5aefed4918448de12eca7f015e7e Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33881) 
   
   <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 #19265: [hotfix][runtime][tests] Modify spelling error in RestServerSSLAuthITCase.java

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33881",
       "triggerID" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33941",
       "triggerID" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951",
       "triggerID" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d5160517ada8cc609318032eb33b5096fbc4a709",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33958",
       "triggerID" : "d5160517ada8cc609318032eb33b5096fbc4a709",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1083216317",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "d5160517ada8cc609318032eb33b5096fbc4a709",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33958",
       "triggerID" : "1083216317",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 7f02a932c690640dcfc4db785902fb10085c80a2 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951) 
   * d5160517ada8cc609318032eb33b5096fbc4a709 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33958) 
   
   <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 #19265: [hotfix][runtime][tests] Modify spelling error in RestServerSSLAuthITCase.java

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33881",
       "triggerID" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c9b49462100c5aefed4918448de12eca7f015e7e Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33881) 
   * 3107f28e16ce0f72b6c05ffdadcc4b38f69f313e 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] LongWangXX commented on pull request #19265: [hotfix][runtime][tests] Modify spelling error in RestServerSSLAuthITCase.java

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


   @MartijnVisser Sorry, I misunderstood just now. Do you see if this is possible?


-- 
This is an automated message from the 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 #19265: [hotfix][runtime][tests] Modify spelling error in RestServerSSLAuthITCase.java

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33881",
       "triggerID" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33941",
       "triggerID" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c9b49462100c5aefed4918448de12eca7f015e7e Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33881) 
   * 3107f28e16ce0f72b6c05ffdadcc4b38f69f313e Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33941) 
   * 7f02a932c690640dcfc4db785902fb10085c80a2 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 #19265: [hotfix][runtime][tests] Modify spelling error in RestServerSSLAuthITCase.java

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33881",
       "triggerID" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33941",
       "triggerID" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951",
       "triggerID" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d5160517ada8cc609318032eb33b5096fbc4a709",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33958",
       "triggerID" : "d5160517ada8cc609318032eb33b5096fbc4a709",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d5160517ada8cc609318032eb33b5096fbc4a709",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33958",
       "triggerID" : "1083216317",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951",
       "triggerID" : "1083216317",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951",
       "triggerID" : "1083319425",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "d5160517ada8cc609318032eb33b5096fbc4a709",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33958",
       "triggerID" : "1083319425",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 7f02a932c690640dcfc4db785902fb10085c80a2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951) 
   * d5160517ada8cc609318032eb33b5096fbc4a709 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33958) 
   
   <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 #19265: [hotfix][runtime][tests] Modify spelling error in RestServerSSLAuthITCase.java

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33881",
       "triggerID" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33941",
       "triggerID" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951",
       "triggerID" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d5160517ada8cc609318032eb33b5096fbc4a709",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33958",
       "triggerID" : "d5160517ada8cc609318032eb33b5096fbc4a709",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d5160517ada8cc609318032eb33b5096fbc4a709",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33958",
       "triggerID" : "1083216317",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951",
       "triggerID" : "1083216317",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951",
       "triggerID" : "1083319425",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "d5160517ada8cc609318032eb33b5096fbc4a709",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33958",
       "triggerID" : "1083319425",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "d5160517ada8cc609318032eb33b5096fbc4a709",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33958",
       "triggerID" : "1083442881",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * d5160517ada8cc609318032eb33b5096fbc4a709 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33958) 
   
   <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] MartijnVisser commented on pull request #19265: [hotfix][runtime][tests] Modify spelling error in RestServerSSLAuthITCase.java

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


   @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] MartijnVisser commented on pull request #19265: [hotfix][runtime][tests] Modify spelling error in RestServerSSLAuthITCase.java

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


   @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] flinkbot edited a comment on pull request #19265: [hotfix][runtime][tests] Modify spelling error in RestServerSSLAuthITCase.java

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33881",
       "triggerID" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33941",
       "triggerID" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951",
       "triggerID" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d5160517ada8cc609318032eb33b5096fbc4a709",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33958",
       "triggerID" : "d5160517ada8cc609318032eb33b5096fbc4a709",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d5160517ada8cc609318032eb33b5096fbc4a709",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33958",
       "triggerID" : "1083216317",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951",
       "triggerID" : "1083216317",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951",
       "triggerID" : "1083319425",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "d5160517ada8cc609318032eb33b5096fbc4a709",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33958",
       "triggerID" : "1083319425",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "d5160517ada8cc609318032eb33b5096fbc4a709",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33958",
       "triggerID" : "1083442881",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 7f02a932c690640dcfc4db785902fb10085c80a2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951) 
   * d5160517ada8cc609318032eb33b5096fbc4a709 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33958) 
   
   <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] LongWangXX commented on pull request #19265: [hotfix][runtime][tests] Modify spelling error in RestServerSSLAuthITCase.java

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


   @MartijnVisser Okay, thanks for the notification. I'll fix it right away.


-- 
This is an automated message from the 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] LongWangXX commented on pull request #19265: [hotfix][runtime][tests] Modify spelling error in RestServerSSLAuthITCase.java

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


   @MartijnVisser Thank you very much for your patient guidance.


-- 
This is an automated message from the 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 #19265: [hotfix][runtime][tests] Modify spelling error in RestServerSSLAuthITCase.java

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33881",
       "triggerID" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33941",
       "triggerID" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951",
       "triggerID" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d5160517ada8cc609318032eb33b5096fbc4a709",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d5160517ada8cc609318032eb33b5096fbc4a709",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7f02a932c690640dcfc4db785902fb10085c80a2 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951) 
   * d5160517ada8cc609318032eb33b5096fbc4a709 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 #19265: [hotfix]fix clinet typo

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33881",
       "triggerID" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c9b49462100c5aefed4918448de12eca7f015e7e Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33881) 
   
   <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] MartijnVisser commented on pull request #19265: [hotfix][runtime][tests] Modify spelling error in RestServerSSLAuthITCase.java

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


   @LongWangXX I don't see the changed commit message in this PR https://github.com/apache/flink/pull/19265/commits


-- 
This is an automated message from the 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] MartijnVisser commented on pull request #19265: [hotfix][runtime][tests] Modify spelling error in RestServerSSLAuthITCase.java

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


   @LongWangXX This is not exactly what I meant, because now we have 3 commits. It should have been one with the changed commit message. It now requires a rebase. I'll help you out in a second. 


-- 
This is an automated message from the 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 #19265: [hotfix][runtime][tests] Modify spelling error in RestServerSSLAuthITCase.java

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33881",
       "triggerID" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33941",
       "triggerID" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951",
       "triggerID" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 7f02a932c690640dcfc4db785902fb10085c80a2 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951) 
   
   <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 #19265: [hotfix][runtime][tests] Modify spelling error in RestServerSSLAuthITCase.java

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33881",
       "triggerID" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33941",
       "triggerID" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c9b49462100c5aefed4918448de12eca7f015e7e Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33881) 
   * 3107f28e16ce0f72b6c05ffdadcc4b38f69f313e Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33941) 
   
   <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 #19265: [hotfix][runtime][tests] Modify spelling error in RestServerSSLAuthITCase.java

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33881",
       "triggerID" : "c9b49462100c5aefed4918448de12eca7f015e7e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33941",
       "triggerID" : "3107f28e16ce0f72b6c05ffdadcc4b38f69f313e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951",
       "triggerID" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d5160517ada8cc609318032eb33b5096fbc4a709",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33958",
       "triggerID" : "d5160517ada8cc609318032eb33b5096fbc4a709",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d5160517ada8cc609318032eb33b5096fbc4a709",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33958",
       "triggerID" : "1083216317",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "7f02a932c690640dcfc4db785902fb10085c80a2",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951",
       "triggerID" : "1083216317",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 7f02a932c690640dcfc4db785902fb10085c80a2 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33951) 
   
   <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] MartijnVisser commented on pull request #19265: [hotfix][runtime][tests] Modify spelling error in RestServerSSLAuthITCase.java

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


   CI passed in https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=33958# - Merging 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