Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

FAIL: test_run_restart

ntandon

Neil Tandon
Member
When running scripts_regression_test, I am failing test_run_restart with the message below. I attempted to look in /scratch/ntandon/cesm2_1_3/scripts_regression_test.20201130_173604/NODEFAIL_P1.f09_g16.X.cedar_intel.fake_testing_only_20201201_000744/TestStatus but the directory does not exist. There are other directories in /scratch/ntandon/cesm2_1_3/scripts_regression_test.20201130_173604, but not the one given in the error message. Any ideas?

======================================================================
FAIL: test_run_restart (__main__.T_TestRunRestart)
----------------------------------------------------------------------
Traceback (most recent call last):
File "./scripts_regression_tests_skip.py", line 1311, in test_run_restart
self._create_test(["NODEFAIL_P1.f09_g16.X"], test_id=self._baseline_name)
File "./scripts_regression_tests_skip.py", line 958, in _create_test
self._wait_for_tests(test_id, expect_works=(not pre_run_errors and not run_errors))
File "./scripts_regression_tests_skip.py", line 967, in _wait_for_tests
from_dir=self._testroot, expected_stat=expected_stat)
File "./scripts_regression_tests_skip.py", line 67, in run_cmd_assert_result
test_obj.assertEqual(stat, expected_stat, msg=msg)
AssertionError: 100 != 0 :
COMMAND: /home/ntandon/my_cesm_sandbox/cime/scripts/Tools/wait_for_tests *fake_testing_only_20201201_000744/
TestStatus
FROM_DIR: /scratch/ntandon/cesm2_1_3/scripts_regression_test.20201130_173604
SHOULD HAVE WORKED, INSTEAD GOT STAT 100
OUTPUT: Test 'NODEFAIL_P1.f09_g16.X.cedar_intel' finished with status 'FAIL'
Path: NODEFAIL_P1.f09_g16.X.cedar_intel.fake_testing_only_20201201_000744/TestStatus
ERRPUT:
 

Attachments

  • config_batch.xml.txt
    564 bytes · Views: 0
  • config_compilers.xml.txt
    652 bytes · Views: 0
  • config_machines.xml.txt
    7 KB · Views: 0
  • describe_version.txt
    4.7 KB · Views: 0
Top