You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/02/12 08:30:51 UTC

[GitHub] [flink] rmetzger opened a new pull request #11067: [FLINK-15982][e2e] Pick the right Flink version to fix the java quickstart test

rmetzger opened a new pull request #11067: [FLINK-15982][e2e] Pick the right Flink version to fix the java quickstart test
URL: https://github.com/apache/flink/pull/11067
 
 
   I know that calling `head -n 1` is not the most robust way.
   [Multiline matching with sed](https://unix.stackexchange.com/questions/26284/how-can-i-use-sed-to-replace-a-multi-line-string) is fairly complicated. Using maven:
   ```
   mvn --file ../pom.xml org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Dexpression=project.version -q -DforceStdout
   ```
   takes roughly 4 seconds. The common.sh script is sourced in many scripts, this would slow down the test execution.
   
   
   ## Verifying this change
   
   Run the "Quickstarts Java nightly end-to-end test"
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11067: [FLINK-15982][e2e] Pick the right Flink version to fix the java quickstart test

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11067: [FLINK-15982][e2e] Pick the right Flink version to fix the java quickstart test
URL: https://github.com/apache/flink/pull/11067#issuecomment-585103296
 
 
   <!--
   Meta data
   Hash:5142235c044a929cf5358f79afd8efe0479f228a Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5089 TriggerType:PUSH TriggerID:5142235c044a929cf5358f79afd8efe0479f228a
   Hash:5142235c044a929cf5358f79afd8efe0479f228a Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/148539084 TriggerType:PUSH TriggerID:5142235c044a929cf5358f79afd8efe0479f228a
   Hash:163646ee30024c78de97f9a1e6bd6f42ceb2e3e3 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5094 TriggerType:PUSH TriggerID:163646ee30024c78de97f9a1e6bd6f42ceb2e3e3
   Hash:163646ee30024c78de97f9a1e6bd6f42ceb2e3e3 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/148547926 TriggerType:PUSH TriggerID:163646ee30024c78de97f9a1e6bd6f42ceb2e3e3
   Hash:9240a5090d5d8110ca6dd934ee2bb411f592b8ed Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5115 TriggerType:PUSH TriggerID:9240a5090d5d8110ca6dd934ee2bb411f592b8ed
   Hash:9240a5090d5d8110ca6dd934ee2bb411f592b8ed Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/148639750 TriggerType:PUSH TriggerID:9240a5090d5d8110ca6dd934ee2bb411f592b8ed
   -->
   ## CI report:
   
   * 5142235c044a929cf5358f79afd8efe0479f228a Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/148539084) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5089) 
   * 163646ee30024c78de97f9a1e6bd6f42ceb2e3e3 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/148547926) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5094) 
   * 9240a5090d5d8110ca6dd934ee2bb411f592b8ed Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/148639750) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5115) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] rmetzger commented on issue #11067: [FLINK-15982][e2e] Pick the right Flink version to fix the java quickstart test

Posted by GitBox <gi...@apache.org>.
rmetzger commented on issue #11067: [FLINK-15982][e2e] Pick the right Flink version to fix the java quickstart test
URL: https://github.com/apache/flink/pull/11067#issuecomment-585364324
 
 
   It works: https://dev.azure.com/rmetzger/Flink/_build/results?buildId=5102&view=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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot commented on issue #11067: [FLINK-15982][e2e] Pick the right Flink version to fix the java quickstart test

Posted by GitBox <gi...@apache.org>.
flinkbot commented on issue #11067: [FLINK-15982][e2e] Pick the right Flink version to fix the java quickstart test
URL: https://github.com/apache/flink/pull/11067#issuecomment-585091008
 
 
   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 5142235c044a929cf5358f79afd8efe0479f228a (Wed Feb 12 08:33:23 UTC 2020)
   
   **Warnings:**
    * No documentation files were touched! Remember to keep the Flink docs up to date!
   
   
   <sub>Mention the bot in a comment to re-run the automated checks.</sub>
   ## Review Progress
   
   * ❓ 1. The [description] looks good.
   * ❓ 2. There is [consensus] that the contribution should go into to Flink.
   * ❓ 3. Needs [attention] from.
   * ❓ 4. The change fits into the overall [architecture].
   * ❓ 5. Overall code [quality] is good.
   
   Please see the [Pull Request Review Guide](https://flink.apache.org/contributing/reviewing-prs.html) for a full explanation of the review process.<details>
    The Bot is tracking the review progress through labels. Labels are applied according to the order of the review items. For consensus, approval by a Flink committer of PMC member is required <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot approve description` to approve one or more aspects (aspects: `description`, `consensus`, `architecture` and `quality`)
    - `@flinkbot approve all` to approve all aspects
    - `@flinkbot approve-until architecture` to approve everything until `architecture`
    - `@flinkbot attention @username1 [@username2 ..]` to require somebody's attention
    - `@flinkbot disapprove architecture` to remove an approval you gave earlier
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] rmetzger commented on issue #11067: [FLINK-15982][e2e] Pick the right Flink version to fix the java quickstart test

Posted by GitBox <gi...@apache.org>.
rmetzger commented on issue #11067: [FLINK-15982][e2e] Pick the right Flink version to fix the java quickstart test
URL: https://github.com/apache/flink/pull/11067#issuecomment-585120809
 
 
   Okay, I'll test that approach.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] rmetzger closed pull request #11067: [FLINK-15982][e2e] Pick the right Flink version to fix the java quickstart test

Posted by GitBox <gi...@apache.org>.
rmetzger closed pull request #11067: [FLINK-15982][e2e] Pick the right Flink version to fix the java quickstart test
URL: https://github.com/apache/flink/pull/11067
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11067: [FLINK-15982][e2e] Pick the right Flink version to fix the java quickstart test

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11067: [FLINK-15982][e2e] Pick the right Flink version to fix the java quickstart test
URL: https://github.com/apache/flink/pull/11067#issuecomment-585103296
 
 
   <!--
   Meta data
   Hash:5142235c044a929cf5358f79afd8efe0479f228a Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5089 TriggerType:PUSH TriggerID:5142235c044a929cf5358f79afd8efe0479f228a
   Hash:5142235c044a929cf5358f79afd8efe0479f228a Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/148539084 TriggerType:PUSH TriggerID:5142235c044a929cf5358f79afd8efe0479f228a
   -->
   ## CI report:
   
   * 5142235c044a929cf5358f79afd8efe0479f228a Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/148539084) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5089) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] zentol edited a comment on issue #11067: [FLINK-15982][e2e] Pick the right Flink version to fix the java quickstart test

Posted by GitBox <gi...@apache.org>.
zentol edited a comment on issue #11067: [FLINK-15982][e2e] Pick the right Flink version to fix the java quickstart test
URL: https://github.com/apache/flink/pull/11067#issuecomment-585118369
 
 
   Wouldn't it be sufficient to do this once in `test-runner-common.sh`? Then it wouldn't really matter that maven is so slow.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot commented on issue #11067: [FLINK-15982][e2e] Pick the right Flink version to fix the java quickstart test

Posted by GitBox <gi...@apache.org>.
flinkbot commented on issue #11067: [FLINK-15982][e2e] Pick the right Flink version to fix the java quickstart test
URL: https://github.com/apache/flink/pull/11067#issuecomment-585103296
 
 
   <!--
   Meta data
   Hash:5142235c044a929cf5358f79afd8efe0479f228a Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:5142235c044a929cf5358f79afd8efe0479f228a
   -->
   ## CI report:
   
   * 5142235c044a929cf5358f79afd8efe0479f228a UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] zentol commented on issue #11067: [FLINK-15982][e2e] Pick the right Flink version to fix the java quickstart test

Posted by GitBox <gi...@apache.org>.
zentol commented on issue #11067: [FLINK-15982][e2e] Pick the right Flink version to fix the java quickstart test
URL: https://github.com/apache/flink/pull/11067#issuecomment-585118369
 
 
   Wouldn't it be sufficient to do this once in `test-runner-common.sh`?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11067: [FLINK-15982][e2e] Pick the right Flink version to fix the java quickstart test

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11067: [FLINK-15982][e2e] Pick the right Flink version to fix the java quickstart test
URL: https://github.com/apache/flink/pull/11067#issuecomment-585103296
 
 
   <!--
   Meta data
   Hash:5142235c044a929cf5358f79afd8efe0479f228a Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5089 TriggerType:PUSH TriggerID:5142235c044a929cf5358f79afd8efe0479f228a
   Hash:5142235c044a929cf5358f79afd8efe0479f228a Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/148539084 TriggerType:PUSH TriggerID:5142235c044a929cf5358f79afd8efe0479f228a
   Hash:163646ee30024c78de97f9a1e6bd6f42ceb2e3e3 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5094 TriggerType:PUSH TriggerID:163646ee30024c78de97f9a1e6bd6f42ceb2e3e3
   Hash:163646ee30024c78de97f9a1e6bd6f42ceb2e3e3 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/148547926 TriggerType:PUSH TriggerID:163646ee30024c78de97f9a1e6bd6f42ceb2e3e3
   -->
   ## CI report:
   
   * 5142235c044a929cf5358f79afd8efe0479f228a Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/148539084) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5089) 
   * 163646ee30024c78de97f9a1e6bd6f42ceb2e3e3 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/148547926) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5094) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11067: [FLINK-15982][e2e] Pick the right Flink version to fix the java quickstart test

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11067: [FLINK-15982][e2e] Pick the right Flink version to fix the java quickstart test
URL: https://github.com/apache/flink/pull/11067#issuecomment-585103296
 
 
   <!--
   Meta data
   Hash:5142235c044a929cf5358f79afd8efe0479f228a Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5089 TriggerType:PUSH TriggerID:5142235c044a929cf5358f79afd8efe0479f228a
   Hash:5142235c044a929cf5358f79afd8efe0479f228a Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/148539084 TriggerType:PUSH TriggerID:5142235c044a929cf5358f79afd8efe0479f228a
   Hash:163646ee30024c78de97f9a1e6bd6f42ceb2e3e3 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:163646ee30024c78de97f9a1e6bd6f42ceb2e3e3
   -->
   ## CI report:
   
   * 5142235c044a929cf5358f79afd8efe0479f228a Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/148539084) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5089) 
   * 163646ee30024c78de97f9a1e6bd6f42ceb2e3e3 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11067: [FLINK-15982][e2e] Pick the right Flink version to fix the java quickstart test

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11067: [FLINK-15982][e2e] Pick the right Flink version to fix the java quickstart test
URL: https://github.com/apache/flink/pull/11067#issuecomment-585103296
 
 
   <!--
   Meta data
   Hash:5142235c044a929cf5358f79afd8efe0479f228a Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5089 TriggerType:PUSH TriggerID:5142235c044a929cf5358f79afd8efe0479f228a
   Hash:5142235c044a929cf5358f79afd8efe0479f228a Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/148539084 TriggerType:PUSH TriggerID:5142235c044a929cf5358f79afd8efe0479f228a
   Hash:163646ee30024c78de97f9a1e6bd6f42ceb2e3e3 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5094 TriggerType:PUSH TriggerID:163646ee30024c78de97f9a1e6bd6f42ceb2e3e3
   Hash:163646ee30024c78de97f9a1e6bd6f42ceb2e3e3 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/148547926 TriggerType:PUSH TriggerID:163646ee30024c78de97f9a1e6bd6f42ceb2e3e3
   Hash:9240a5090d5d8110ca6dd934ee2bb411f592b8ed Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5115 TriggerType:PUSH TriggerID:9240a5090d5d8110ca6dd934ee2bb411f592b8ed
   Hash:9240a5090d5d8110ca6dd934ee2bb411f592b8ed Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/148639750 TriggerType:PUSH TriggerID:9240a5090d5d8110ca6dd934ee2bb411f592b8ed
   -->
   ## CI report:
   
   * 5142235c044a929cf5358f79afd8efe0479f228a Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/148539084) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5089) 
   * 163646ee30024c78de97f9a1e6bd6f42ceb2e3e3 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/148547926) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5094) 
   * 9240a5090d5d8110ca6dd934ee2bb411f592b8ed Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/148639750) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5115) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11067: [FLINK-15982][e2e] Pick the right Flink version to fix the java quickstart test

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11067: [FLINK-15982][e2e] Pick the right Flink version to fix the java quickstart test
URL: https://github.com/apache/flink/pull/11067#issuecomment-585103296
 
 
   <!--
   Meta data
   Hash:5142235c044a929cf5358f79afd8efe0479f228a Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5089 TriggerType:PUSH TriggerID:5142235c044a929cf5358f79afd8efe0479f228a
   Hash:5142235c044a929cf5358f79afd8efe0479f228a Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/148539084 TriggerType:PUSH TriggerID:5142235c044a929cf5358f79afd8efe0479f228a
   Hash:163646ee30024c78de97f9a1e6bd6f42ceb2e3e3 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5094 TriggerType:PUSH TriggerID:163646ee30024c78de97f9a1e6bd6f42ceb2e3e3
   Hash:163646ee30024c78de97f9a1e6bd6f42ceb2e3e3 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/148547926 TriggerType:PUSH TriggerID:163646ee30024c78de97f9a1e6bd6f42ceb2e3e3
   Hash:9240a5090d5d8110ca6dd934ee2bb411f592b8ed Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5115 TriggerType:PUSH TriggerID:9240a5090d5d8110ca6dd934ee2bb411f592b8ed
   Hash:9240a5090d5d8110ca6dd934ee2bb411f592b8ed Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/148639750 TriggerType:PUSH TriggerID:9240a5090d5d8110ca6dd934ee2bb411f592b8ed
   -->
   ## CI report:
   
   * 5142235c044a929cf5358f79afd8efe0479f228a Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/148539084) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5089) 
   * 163646ee30024c78de97f9a1e6bd6f42ceb2e3e3 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/148547926) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5094) 
   * 9240a5090d5d8110ca6dd934ee2bb411f592b8ed Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/148639750) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5115) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] zentol commented on a change in pull request #11067: [FLINK-15982][e2e] Pick the right Flink version to fix the java quickstart test

Posted by GitBox <gi...@apache.org>.
zentol commented on a change in pull request #11067: [FLINK-15982][e2e] Pick the right Flink version to fix the java quickstart test
URL: https://github.com/apache/flink/pull/11067#discussion_r378529687
 
 

 ##########
 File path: flink-end-to-end-tests/test-scripts/test-runner-common.sh
 ##########
 @@ -93,6 +95,8 @@ function post_test_validation {
     fi
 }
 
+
+
 
 Review comment:
   revert

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11067: [FLINK-15982][e2e] Pick the right Flink version to fix the java quickstart test

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11067: [FLINK-15982][e2e] Pick the right Flink version to fix the java quickstart test
URL: https://github.com/apache/flink/pull/11067#issuecomment-585103296
 
 
   <!--
   Meta data
   Hash:5142235c044a929cf5358f79afd8efe0479f228a Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5089 TriggerType:PUSH TriggerID:5142235c044a929cf5358f79afd8efe0479f228a
   Hash:5142235c044a929cf5358f79afd8efe0479f228a Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/148539084 TriggerType:PUSH TriggerID:5142235c044a929cf5358f79afd8efe0479f228a
   Hash:163646ee30024c78de97f9a1e6bd6f42ceb2e3e3 Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5094 TriggerType:PUSH TriggerID:163646ee30024c78de97f9a1e6bd6f42ceb2e3e3
   Hash:163646ee30024c78de97f9a1e6bd6f42ceb2e3e3 Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/148547926 TriggerType:PUSH TriggerID:163646ee30024c78de97f9a1e6bd6f42ceb2e3e3
   -->
   ## CI report:
   
   * 5142235c044a929cf5358f79afd8efe0479f228a Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/148539084) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5089) 
   * 163646ee30024c78de97f9a1e6bd6f42ceb2e3e3 Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/148547926) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5094) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #11067: [FLINK-15982][e2e] Pick the right Flink version to fix the java quickstart test

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #11067: [FLINK-15982][e2e] Pick the right Flink version to fix the java quickstart test
URL: https://github.com/apache/flink/pull/11067#issuecomment-585103296
 
 
   <!--
   Meta data
   Hash:5142235c044a929cf5358f79afd8efe0479f228a Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5089 TriggerType:PUSH TriggerID:5142235c044a929cf5358f79afd8efe0479f228a
   Hash:5142235c044a929cf5358f79afd8efe0479f228a Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/148539084 TriggerType:PUSH TriggerID:5142235c044a929cf5358f79afd8efe0479f228a
   Hash:163646ee30024c78de97f9a1e6bd6f42ceb2e3e3 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5094 TriggerType:PUSH TriggerID:163646ee30024c78de97f9a1e6bd6f42ceb2e3e3
   Hash:163646ee30024c78de97f9a1e6bd6f42ceb2e3e3 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/148547926 TriggerType:PUSH TriggerID:163646ee30024c78de97f9a1e6bd6f42ceb2e3e3
   Hash:9240a5090d5d8110ca6dd934ee2bb411f592b8ed Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:9240a5090d5d8110ca6dd934ee2bb411f592b8ed
   -->
   ## CI report:
   
   * 5142235c044a929cf5358f79afd8efe0479f228a Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/148539084) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5089) 
   * 163646ee30024c78de97f9a1e6bd6f42ceb2e3e3 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/148547926) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5094) 
   * 9240a5090d5d8110ca6dd934ee2bb411f592b8ed UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] rmetzger commented on issue #11067: [FLINK-15982][e2e] Pick the right Flink version to fix the java quickstart test

Posted by GitBox <gi...@apache.org>.
rmetzger commented on issue #11067: [FLINK-15982][e2e] Pick the right Flink version to fix the java quickstart test
URL: https://github.com/apache/flink/pull/11067#issuecomment-585625139
 
 
   Thanks for your review!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services