Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dragonwell8_tenant_jdk target complaint: jgroup: No such file or directory #3886

Closed
sendaoYan opened this issue Jul 26, 2022 · 0 comments · Fixed by #3887
Closed

dragonwell8_tenant_jdk target complaint: jgroup: No such file or directory #3886

sendaoYan opened this issue Jul 26, 2022 · 0 comments · Fixed by #3887

Comments

@sendaoYan
Copy link
Contributor

Describe the bug
dragonwell8_tenant_jdk target complaint: jgroup: No such file or directory

To Reproduce

export JDK_VERSION=8
export JAVA_HOME=~/software/jdk/2022-05/dragonwell-8.11.12
export TEST_JDK_HOME=$JAVA_HOME
export PATH=$JAVA_HOME/bin:$PATH
export USE_TESTENV_PROPERTIES=true
export JDK_IMPL=hotspot
export BUILD_LIST=openjdk
cd aqa-tests
./compile.sh
cd TKG
make _dragonwell8_tenant_jdk

result

mkdir -p "/home/yansendao/aqa-tests-jdk8/TKG/../TKG/output_16588238914340/dragonwell8_tenant_jdk_0"; \
cd "/home/yansendao/aqa-tests-jdk8/TKG/../TKG/output_16588238914340/dragonwell8_tenant_jdk_0"; \
/home/yansendao/software/jdk/2022-05/dragonwell-8.11.12bin/jgroup -u testuser -g testuser ; \
                "/home/yansendao/software/jdk/2022-05/dragonwell-8.11.12/bin/java" -Xmx512m -jar "/home/yansendao/aqa-tests-jdk8/TKG/../../jvmtest/openjdk/jtreg/lib/jtreg.jar" \
                -agentvm -a -ea -esa -v:fail,error,time,nopass -retain:fail,error,*.dmp,javacore.*,heapdump.*,*.trc -ignore:quiet -timeoutFactor:8 -xml:verify -concurrency:24  -vmoptions:"-Xmx512m  " \
                -w ""/home/yansendao/aqa-tests-jdk8/TKG/../TKG/output_16588238914340/dragonwell8_tenant_jdk_0"/work" \
                -r ""/home/yansendao/aqa-tests-jdk8/TKG/../TKG/output_16588238914340/dragonwell8_tenant_jdk_0"/report" \
                -jdk:"/home/yansendao/software/jdk/2022-05/dragonwell-8.11.12" \
                -exclude:"/home/yansendao/aqa-tests-jdk8/TKG/../openjdk/openjdk-jdk/jdk/test/ProblemList.txt" \
                -exclude:"/home/yansendao/aqa-tests-jdk8/TKG/../../jvmtest/openjdk/excludes/ProblemList_openjdk8.txt" \
                 \
                -exclude:"/home/yansendao/aqa-tests-jdk8/TKG/../openjdk/excludes/vendors/alibaba/ProblemList_openjdk8.txt" \
                "/home/yansendao/aqa-tests-jdk8/TKG/../openjdk/openjdk-jdk/jdk/test/multi-tenant"; \
                if [ $? -eq 0 ] ; then echo ""; echo "dragonwell8_tenant_jdk_0""_PASSED"; echo ""; cd /home/yansendao/aqa-tests-jdk8/TKG/..;  else echo ""; echo "dragonwell8_tenant_jdk_0""_FAILED"; echo ""; fi; } 2>&1 | tee -a "/home/yansendao/aqa-tests-jdk8/TKG/../TKG/output_16588238914340/TestTargetResult";
/bin/sh: line 3: /home/yansendao/software/jdk/2022-05/dragonwell-8.11.12bin/jgroup: No such file or directory

Expected behavior
jgroup execute success.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

sendaoYan added a commit to sendaoYan/aqa-tests that referenced this issue Jul 26, 2022
Fix Syntax error for test target dragonwell8_tenant_jdk, for missing / sign and hardcode username

Fixes: adoptium#3886
Signed-off-by: sendaoYan <yansendao.ysd@alibaba-inc.com>
llxia pushed a commit that referenced this issue Jul 26, 2022
Fix Syntax error for test target dragonwell8_tenant_jdk, for missing / sign and hardcode username

Fixes: #3886
Signed-off-by: sendaoYan <yansendao.ysd@alibaba-inc.com>
sendaoYan added a commit to sendaoYan/aqa-tests that referenced this issue Jul 27, 2022
Disable runtime/containers/docker/TestMemoryAwareness.java, which fail because of kernel does not support swap limit capabilities or the cgroup is not mounted

Fixes: adoptium#3886
Signed-off-by: sendaoYan <yansendao.ysd@alibaba-inc.com>
llxia pushed a commit that referenced this issue Jul 27, 2022
Disable runtime/containers/docker/TestMemoryAwareness.java, which fail because of kernel does not support swap limit capabilities or the cgroup is not mounted

Fixes: #3886
Signed-off-by: sendaoYan <yansendao.ysd@alibaba-inc.com>
sophia-guo pushed a commit to sophia-guo/openjdk-tests that referenced this issue Jul 29, 2022
Disable runtime/containers/docker/TestMemoryAwareness.java, which fail because of kernel does not support swap limit capabilities or the cgroup is not mounted

Fixes: adoptium#3886
Signed-off-by: sendaoYan <yansendao.ysd@alibaba-inc.com>
smlambert pushed a commit that referenced this issue Jul 29, 2022
* Excluded docker testcases on linux-aarch64 platform (#3885)

Excluded docker testcases on linux-aarch64: DockerBasicTest.java TestCPUAwareness.java TestCPUSets.java TestMemoryAwareness.java TestMisc.java

Fixes: #3629
Signed-off-by: sendaoYan <yansendao.ysd@alibaba-inc.com>

* Disable TestMemoryAwareness.java (#3891)

Disable runtime/containers/docker/TestMemoryAwareness.java, which fail because of kernel does not support swap limit capabilities or the cgroup is not mounted

Fixes: #3886
Signed-off-by: sendaoYan <yansendao.ysd@alibaba-inc.com>

* July release: update problem list for jdk8, especially arm (#3898)

Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>

Co-authored-by: yansendao <yansendao.ysd@alibaba-inc.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant