afedulov commented on a change in pull request #18545:
URL: https://github.com/apache/flink/pull/18545#discussion_r809198134



##########
File path: flink-end-to-end-tests/test-scripts/test_quickstarts.sh
##########
@@ -41,7 +41,7 @@ mkdir -p "${TEST_DATA_DIR}"
 cd "${TEST_DATA_DIR}"
 
 ARTIFACT_ID=flink-quickstart-${TEST_TYPE}
-ARTIFACT_VERSION=0.1
+ARTIFACT_VERSION=${FLINK_VERSION}

Review comment:
       @zentol, CI fails  with 
   ```
   Feb 17 15:37:56 [ERROR] Failed to execute goal on project 
flink-quickstart-java: Could not resolve dependencies for project 
org.apache.flink.quickstart:flink-quickstart-java:jar:0.1: Could not find 
artifact org.apache.flink:flink-connector-base:jar:0.1 in google-maven-central 
(https://maven-central-eu.storage-download.googleapis.com/maven2/) -> [Help 1]
   Feb 17 15:37:56 [ERROR] 
   Feb 17 15:37:56 [ERROR] To see the full stack trace of the errors, re-run 
Maven with the -e switch.
   Feb 17 15:37:56 [ERROR] Re-run Maven using the -X switch to enable full 
debug logging.
   Feb 17 15:37:56 [ERROR] 
   Feb 17 15:37:56 [ERROR] For more information about the errors and possible 
solutions, please read the following articles:
   Feb 17 15:37:56 [ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
   /home/vsts/work/1/s/flink-end-to-end-tests/test-scripts/test_quickstarts.sh: 
line 82: cd: target: No such file or directory
   java.io.FileNotFoundException: flink-quickstart-java-0.1.jar (No such file 
or directory)
        at java.util.zip.ZipFile.open(Native Method)
        at java.util.zip.ZipFile.<init>(ZipFile.java:228)
        at java.util.zip.ZipFile.<init>(ZipFile.java:157)
        at java.util.zip.ZipFile.<init>(ZipFile.java:128)
        at sun.tools.jar.Main.list(Main.java:1115)
        at sun.tools.jar.Main.run(Main.java:293)
        at sun.tools.jar.Main.main(Main.java:1288)
   
   ```
   
   Preceeded with
   
   ```
   Feb 17 15:37:55 [WARNING] The POM for 
org.apache.flink:flink-connector-base:jar:0.1 is missing, no dependency 
information available
   ```




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to