You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/07/26 20:51:00 UTC

[jira] [Commented] (FLINK-9946) Quickstart E2E test archetype version is hard-coded

    [ https://issues.apache.org/jira/browse/FLINK-9946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16558875#comment-16558875 ] 

ASF GitHub Bot commented on FLINK-9946:
---------------------------------------

zentol opened a new pull request #6433: [FLINK-9946][tests] Expose Flink version to E2E tests
URL: https://github.com/apache/flink/pull/6433
 
 
   ## What is the purpose of the change
   
   With this PR the flink version is determined from the `flink-end-to-end-tests` pom and exposed to test scripts. The primary purpose is to use this version in the quickstart end-to-end test to select the correct archetype version.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


> Quickstart E2E test archetype version is hard-coded
> ---------------------------------------------------
>
>                 Key: FLINK-9946
>                 URL: https://issues.apache.org/jira/browse/FLINK-9946
>             Project: Flink
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 1.6.0, 1.7.0
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.7.0
>
>
> {code}
> mvn archetype:generate                                   \
>     -DarchetypeGroupId=org.apache.flink                  \
>     -DarchetypeArtifactId=flink-quickstart-${TEST_TYPE}  \
>     -DarchetypeVersion=1.6-SNAPSHOT                      \
>     -DgroupId=org.apache.flink.quickstart                \
>     -DartifactId=${ARTIFACT_ID}                          \
>     -Dversion=${ARTIFACT_VERSION}                        \
>     -Dpackage=org.apache.flink.quickstart                \
>     -DinteractiveMode=false
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)