NOAA-EMC / GDASApp

Global Data Assimilation System Application
GNU Lesser General Public License v2.1
15 stars 31 forks source link

Fix test output for fv3jedi_fv3inc.h #1039

Closed DavidNew-NOAA closed 5 months ago

DavidNew-NOAA commented 5 months ago

I foolishly moved the test output print statements in fv3jedi_fv3inc.h around for aesthetic reasons AFTER I had ran test_gdasapp_fv3jedi_fv3inc to confirm that it still passed. It broke the test but I moved the print statements back to where they belong.

The test now passes.

emcbot commented 5 months ago

Automated Global-Workflow GDASApp Testing Results: Machine: orion

Start: Fri Apr 12 14:05:24 CDT 2024 on Orion-login-1.HPC.MsState.Edu
---------------------------------------------------
Build:                                 *SUCCESS*
Build: Completed at Fri Apr 12 14:59:18 CDT 2024
---------------------------------------------------
Tests:                                  *Failed*
Tests: Failed at Fri Apr 12 15:24:56 CDT 2024
Tests: 96% tests passed, 2 tests failed out of 53
    1777 - test_gdasapp_atm_jjob_var_run (Failed)
    1778 - test_gdasapp_atm_jjob_var_final (Failed)
Tests: see output at /work2/noaa/stmp/cmartin/CI/GDASApp/workflow/PR/1039/global-workflow/sorc/gdas.cd/build/log.ctest
emcbot commented 5 months ago

Automated Global-Workflow GDASApp Testing Results: Machine: hera

Start: Fri Apr 12 19:10:10 UTC 2024 on hfe01
---------------------------------------------------
Build:                                 *SUCCESS*
Build: Completed at Fri Apr 12 20:00:11 UTC 2024
---------------------------------------------------
Tests:                                  *Failed*
Tests: Failed at Fri Apr 12 20:39:18 UTC 2024
Tests: 92% tests passed, 4 tests failed out of 53
    1742 - test_gdasapp_fv3jedi_fv3inc (Failed)
    1763 - test_gdasapp_soca_JGDAS_GLOBAL_OCEAN_ANALYSIS_VRFY (Failed)
    1776 - test_gdasapp_atm_jjob_var_run (Failed)
    1777 - test_gdasapp_atm_jjob_var_final (Failed)
Tests: see output at /scratch1/NCEPDEV/da/Cory.R.Martin/CI/GDASApp/workflow/PR/1039/global-workflow/sorc/gdas.cd/build/log.ctest
DavidNew-NOAA commented 5 months ago

@CoryMartin-NOAA I was not expecting this test to pass on Orion, but fail on Hera. Something about "double free or corruption (!prev)" I will have to take a look on Monday.