Skip to content

Update realtime branch, gsl_ufs_rt. #25

Update realtime branch, gsl_ufs_rt.

Update realtime branch, gsl_ufs_rt. #25

GitHub Actions / Test Results failed Sep 18, 2024 in 0s

1 fail, 7 pass in 8s

8 tests   7 ✅  8s ⏱️
1 suites  0 💤
1 files    1 ❌

Results for commit 8997be6.

Annotations

Check warning on line 0 in test_setup

See this annotation in the file changed.

@github-actions github-actions / Test Results

test_setup_xml (test_setup) failed

ci/scripts/tests/test-results.xml [took 0s]
Raw output
AssertionError: assert 'gsd-fv3' == 'fv3-cpu'
  
  - fv3-cpu
  + gsd-fv3
def test_setup_xml():
    
        setup_xml_script = Executable(os.path.join(HOMEgfs, "workflow/setup_xml.py"))
        setup_xml_script.add_default_arg(f"{RUNDIR}/{pslot}")
        setup_xml_script()
        assert (setup_xml_script.returncode == 0)
    
        cfg = Configuration(f"{RUNDIR}/{pslot}")
        base = cfg.parse_config('config.base')
>       assert base.ACCOUNT == account
E       AssertionError: assert 'gsd-fv3' == 'fv3-cpu'
E         
E         - fv3-cpu
E         + gsd-fv3

test_setup.py:37: AssertionError