Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

If the information below does not answer your question, see the  /wiki/spaces/SE/pages/19464303 page.

Test result output looks like the following:

PASS ERS.f19_g16_rx1.A.edison_intel
PASS ERS.f19_g16_rx1.A.edison_intel.memleak
PASS ERS.f19_g16_rx1.A.edison_intel.generate./scratch2/scratchdirs/johnson/acme-baseline-testcases
FAIL ERS_IOP4c.f19_g16_rx1.A.edison_intel
BFAIL ERS_IOP4c.f19_g16_rx1.A.edison_intel.generate./scratch2/scratchdirs/johnson/acme-baseline-testcases
RUN PEA_P1_M.f45_g37_rx1.A.edison_intel.G.acme_dev
PEND SMS.ne30_f19_g16_rx1.A.edison_intel

Briefly, PASS means the test passed, FAIL means that it failed (and SFAIL, CFAIL, BFAIL, etc are all descriptions of failure in the script generation, configuration, and baseline generation stages), RUN means the test is running, and PEND means the test is waiting to be run.

 

The following table, assembled from the Automated Test System slides presented by CSEG, describes the result codes of tests that have passed, failed, or are still running.

Result CodeMeaningWhere to Look First
Good results
PASSTest passed 
Bad results
BFAILCompare test could not find base result 
CHECKManual review of data required 
ERRORtest checker failed. Test may or may not have passed. 
EXPFAILexpected failure 
TFAILTest setup errorOutput from create_test script (stdout)
SFAILGeneration of test failed in scriptsOutput from create_test script (stdout)
CFAILcheck_case script failed. Env variable or Build errorOutput from *.test_build script (will generally point you to a build log file)
RUNRun timed out or exited abnormally

(1) Batch log files in case directory: determine if it simply ran out of wall-clock time

(2) TestStatus.out file in case directory

(3) Log files and core files in run directory

Note: Some tests (e.g. ERI) create multiple run directories, with .ref1, .ref2 extensions; you may need to check all of them, e.g. check:

ERI.f10_f10.ICLM45BGC.yellowstone_intel.t01.ref1/run

FAILTest failed (either due to run failure or, e.g., no-exact restarts for an ERS test)

(1) TestStatus.out file in case directory: this will help you see the cause of failure – e.g., run didn’t complete vs. test requirements (such as exact restart) weren’t met. Look for FAIL in this file, and any messages above the FAIL line.

(2) If run didn’t complete, check log files and core files in run directory

(3) If requirements of test weren’t met,TestStatus.out will generally refer to differences in coupler log files and/or coupler history files. History file differences can be seen in the cprnc.out file in the run directory.

Test not yet complete
GENTest has been generated 
BUILDBuild succeeded, not yet submitted 
PENDTest submitted, waiting in queue 
RUNTest is currently running(Check queues or log files to see whether still running or run failed)
  • No labels