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

MBCS tests failing in VagrantPlaybookCheck #3288

Closed
sxa opened this issue Dec 7, 2023 · 2 comments
Closed

MBCS tests failing in VagrantPlaybookCheck #3288

sxa opened this issue Dec 7, 2023 · 2 comments
Assignees
Labels

Comments

@sxa
Copy link
Member

sxa commented Dec 7, 2023

In the VPC runs it seems that the MBCS checks are frequently failing which means that the jobs run "yellow" when the tests are enabled.

Sample log fragment from https://ci.adoptium.net/view/Tooling/job/VagrantPlaybookCheck/1813/OS=CentOS7,label=vagrant/console

16:04:10 ===============================================
16:04:10 Running test MBCS_Tests_pref_ja_JP_linux_0 ...
16:04:10 ===============================================
16:04:10 MBCS_Tests_pref_ja_JP_linux_0 Start Time: Mon Dec  4 15:59:22 2023 Epoch Time (ms): 1701705562772
16:04:10 variation: NoOptions
16:04:10 JVM_OPTIONS:  
16:04:10 { \
16:04:10 echo "";	echo "TEST SETUP:"; \
16:04:10 echo "Nothing to be done for setup."; \
16:04:10 mkdir -p "/home/vagrant/testLocation/aqa-tests/TKG/../TKG/output_17017055615544/MBCS_Tests_pref_ja_JP_linux_0"; \
16:04:10 cd "/home/vagrant/testLocation/aqa-tests/TKG/../TKG/output_17017055615544/MBCS_Tests_pref_ja_JP_linux_0"; \
16:04:10 echo "";	echo "TESTING:"; \
16:04:10 LANG=ja_JP.UTF-8 bash /home/vagrant/testLocation/aqa-tests/TKG/../../jvmtest/functional/MBCS_Tests/pref/test.sh; \
16:04:10 if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "MBCS_Tests_pref_ja_JP_linux_0""_PASSED"; echo "-----------------------------------"; cd /home/vagrant/testLocation/aqa-tests/TKG/..;  else echo "-----------------------------------"; echo "MBCS_Tests_pref_ja_JP_linux_0""_FAILED"; echo "-----------------------------------"; fi; \
16:04:10 echo "";	echo "TEST TEARDOWN:"; \
16:04:10 echo "Nothing to be done for teardown."; \
16:04:10  } 2>&1 | tee -a "/home/vagrant/testLocation/aqa-tests/TKG/../TKG/output_17017055615544/TestTargetResult";
16:04:10 
16:04:10 TEST SETUP:
16:04:10 Nothing to be done for setup.
16:04:10 
16:04:10 TESTING:
16:04:10 bash: /home/vagrant/testLocation/aqa-tests/TKG/../../jvmtest/functional/MBCS_Tests/pref/test.sh: ����������������������
16:04:10 -----------------------------------
16:04:10 MBCS_Tests_pref_ja_JP_linux_0_FAILED
16:04:10 -----------------------------------

Related: The SSL tests are quite verbose - I wonder if we should filter that a little to make the log easier to read?

@sxa
Copy link
Member Author

sxa commented Nov 5, 2024

Test has probably been excluded - need to confirm.
Also need to revisit the list of thests with additional recommendations with @smlambert 's input

@steelhead31
Copy link
Contributor

Resolved by #3832

@github-project-automation github-project-automation bot moved this from In Progress to Done in 2024 4Q Adoptium Plan Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

2 participants