[
https://issues.apache.org/jira/browse/FLINK-17309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17089353#comment-17089353
]
Robert Metzger commented on FLINK-17309:
----------------------------------------
Regarding (1): Except for the e2e tests, all the compile and test jobs are
executed in this docker container {{rmetzger/flink-ci:ubuntu-amd64-bcef226}}. I
run the tests inside the container to make sure we always have the same
environment, and we can reproduce issues locally.
(2) I guess you are talking about this line here:
https://github.com/apache/flink/blob/master/flink-end-to-end-tests/flink-tpcds-test/tpcds-tool/data_generator.sh#L79
What you can do is execute the script (on Azure) with "set -x" to get debugging
information. I don't think the chmod call fails. I think is is the
{{./dsdgen_linux}} call, because the error message looks like this
{code}
./dsdgen_linux: line 1: 500:: command not found
{code}
> TPC-DS fail to run data generator
> ---------------------------------
>
> Key: FLINK-17309
> URL: https://issues.apache.org/jira/browse/FLINK-17309
> Project: Flink
> Issue Type: Bug
> Components: Table SQL / Planner
> Affects Versions: 1.11.0
> Reporter: Dawid Wysakowicz
> Priority: Critical
> Labels: test-stability
>
> {code}
> [INFO] Download data generator success.
> [INFO] 15:53:41 Generating TPC-DS qualification data, this need several
> minutes, please wait...
> ./dsdgen_linux: line 1: 500:: command not found
> [FAIL] Test script contains errors.
> {code}
> https://dev.azure.com/rmetzger/Flink/_build/results?buildId=7849&view=logs&j=c88eea3b-64a0-564d-0031-9fdcd7b8abee&t=1e2bbe5b-4657-50be-1f07-d84bfce5b1f5
--
This message was sent by Atlassian Jira
(v8.3.4#803005)