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

rt.sh failure on Frontera #2539

Open
uturuncoglu opened this issue Dec 17, 2024 · 0 comments
Open

rt.sh failure on Frontera #2539

uturuncoglu opened this issue Dec 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@uturuncoglu
Copy link
Collaborator

Description

The RTs on Frontera sometimes fails with FAILED: DISK QUOTA ISSUE error. This seems to be due to the run_test.sh script and needs to include Frontera. Following is the proposed fix of the issue and it might be included to any outstanding PR.

diff --git a/tests/run_test.sh b/tests/run_test.sh
index 3ce47763..7cdf3ce7 100755
--- a/tests/run_test.sh
+++ b/tests/run_test.sh
@@ -448,7 +448,7 @@ if [[ ${skip_check_results} == false ]]; then
 
       else
         if [[ ${i##*.} == nc* ]] ; then
-          if [[ " orion hercules hera wcoss2 acorn derecho gaea jet s4 noaacloud " =~ ${MACHINE_ID} ]]; then
+          if [[ " orion hercules hera wcoss2 acorn derecho gaea jet s4 noaacloud frontera " =~ ${MACHINE_ID} ]]; then
             printf "USING NCCMP.." >> "${RT_LOG}"
             printf "USING NCCMP.."
               if [[ ${CMP_DATAONLY} == false ]]; then

To Reproduce:

Need to run one of the UFS Coastal RT on Frontera. I am not sure this could be reproduced by the UFS WM RTs.

Additional context

N/A

Output

output logs
If applicable, include relevant output logs.
Either drag and drop the entire log file here (if a long log) or

+ [[ -n /work2/01118/tg803972/frontera/ufs-weather-model/tests/logs/log_frontera/run_coastal_ike_shinnecock_atm2sch2ww3_intel.log ]]
+ FAILED_TEST_ID+=("${TEST_NAME} ${COMPILER}")
+ read -r line
++ printf '%02dh:%02dm:%02ds\n' 0 30 38
+ elapsed_time=00h:30m:38s
+ cat
+ [[ 0 -ne 0 ]]
+ [[ 1 -ne 0 ]]
+ echo 'Failed Tests:'
+ for j in '"${!FAILED_TESTS[@]}"'
+ echo '* TEST coastal_ike_shinnecock_atm2sch2ww3_intel: FAILED: DISK QUOTA ISSUE'
+ echo '-- LOG: /work2/01118/tg803972/frontera/ufs-weather-model/tests/logs/log_frontera/run_coastal_ike_shinnecock_atm2sch2ww3_intel.log'
+ [[ 1 -ne 0 ]]
+ for item in '"${FAILED_TEST_ID[@]}"'
+ echo 'coastal_ike_shinnecock_atm2sch2ww3 intel'
+ [[ 0 -eq 0 ]]
+ [[ 1 -eq 0 ]]
+ cat
+ echo 'REGRESSION TEST RESULT: FAILURE'
REGRESSION TEST RESULT: FAILURE
+ echo '******Regression Testing Script Completed******'
@uturuncoglu uturuncoglu added the bug Something isn't working label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant