You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@climate.apache.org by "Michael Joyce (JIRA)" <ji...@apache.org> on 2015/03/18 19:32:38 UTC

[jira] [Work started] (CLIMATE-607) Config Parser tests are breaking

     [ https://issues.apache.org/jira/browse/CLIMATE-607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on CLIMATE-607 started by Michael Joyce.
---------------------------------------------
> Config Parser tests are breaking
> --------------------------------
>
>                 Key: CLIMATE-607
>                 URL: https://issues.apache.org/jira/browse/CLIMATE-607
>             Project: Apache Open Climate Workbench
>          Issue Type: Bug
>          Components: general
>    Affects Versions: 0.5
>            Reporter: Michael Joyce
>            Assignee: Michael Joyce
>             Fix For: 1.0.0
>
>
> Looks like a few broken tests snuck by for the config parser.
> {code}
> | -> nosetests
> ..........................EE..........
> ======================================================================
> ERROR: test_invalid_rcmed_config (test_config_parsing.TestRCMEDDatasetConfig)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/Users/mjjoyce/anaconda/lib/python2.7/site-packages/mock.py", line 1201, in patched
>     return func(*args, **keywargs)
>   File "/Users/mjjoyce/Coding/Climate/github-climate/ocw-config-runner/tests/test_config_parsing.py", line 508, in test_invalid_rcmed_config
>     config_runner._valid_dataset_config_data(self.invalid_rcmed)
> NameError: global name 'config_runner' is not defined
> ======================================================================
> ERROR: test_valid_rcmed_config (test_config_parsing.TestRCMEDDatasetConfig)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/Users/mjjoyce/Coding/Climate/github-climate/ocw-config-runner/tests/test_config_parsing.py", line 503, in test_valid_rcmed_config
>     ret = config_runner._valid_dataset_config_data(self.valid_rcmed)
> NameError: global name 'config_runner' is not defined
> ----------------------------------------------------------------------
> Ran 38 tests in 1.468s
> FAILED (errors=2)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)