Masatake Iwasaki created BIGTOP-4126:
----------------------------------------
Summary: Remove obsolete test resources for Hue
Key: BIGTOP-4126
URL: https://issues.apache.org/jira/browse/BIGTOP-4126
Project: Bigtop
Issue Type: Bug
Reporter: Masatake Iwasaki
Assignee: Masatake Iwasaki
Obsolete test resources for Hue causes completion error. This causes issue on
{{mvn deploy}} in the [release
process|https://cwiki.apache.org/confluence/display/BIGTOP/How+to+release].
{noformat}
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/home/iwasakims/srcs/bigtop/bigtop-tests/test-artifacts/hue/src/main/groovy/org/apache/bigtop/itest/huesmoke/TestHueSmoke.groovy:[40,23]
1. ERROR in
/home/iwasakims/srcs/bigtop/bigtop-tests/test-artifacts/hue/src/main/groovy/org/apache/bigtop/itest/huesmoke/TestHueSmoke.groovy
(at line 40)
Shell sh = new Shell();
^
Groovy:expecting ']', found ';' @ line 40, column 25.
[ERROR]
/home/iwasakims/srcs/bigtop/bigtop-tests/test-artifacts/hue/src/main/groovy/org/apache/bigtop/itest/huesmoke/TestHueSmoke.groovy:[48,1]
2. ERROR in
/home/iwasakims/srcs/bigtop/bigtop-tests/test-artifacts/hue/src/main/groovy/org/apache/bigtop/itest/huesmoke/TestHueSmoke.groovy
(at line 48)
sh.exec("curl -m 60 --data '${creds}' ${loginURL}");
^
Groovy:unexpected token: sh @ line 48, column 5.
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)