You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2018/07/25 09:58:00 UTC

[jira] [Comment Edited] (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=16555465#comment-16555465 ] 

Chesnay Schepler edited comment on FLINK-9946 at 7/25/18 9:57 AM:
------------------------------------------------------------------

I've modified the script to use 1.7-SNAPSHOT instead (87bdf7eae1ef884d308d420e2acea3bccae791ed), but a proper fix would to automatically determine the actual version.

This issue also means that you run the SNAPSHOT quickstarts when running the tests for release candidates.


was (Author: zentol):
I've modified the script to use 1.7-SNAPSHOT instead, but a proper fix would to automatically determine the actual version.

This issue also means that you run the SNAPSHOT quickstarts when running the tests for release candidates.

> 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.7.0
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>            Priority: Major
>             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)