Alan Iwi
Alan Iwi
I saw this after creating a pull request to fix the same problem. See: https://github.com/jswhit/pyspharm/pull/12 It probably doesn't make a big difference which one is merged, but the comment lines...
@durack1 The specific issue I encountered was related to `PrePARE` using the `out_names_tests.json` file.
current failures (path to installation munged here): ``` _______________________________________________ TestConnection.test_get_shard_list ________________________________________________ Traceback (most recent call last): File "/path/to/esgf-pyclient/tests/test_connection.py", line 46, in test_get_shard_list assert len(shards['esgf-index1.ceda.ac.uk']) > 1 AssertionError: assert 1 >...
test_logon results with DKRZ credentials supplied: ``` test_logon.py ...FxFF. [100%] =================================== FAILURES =================================== _____________________________ TestLogon.test_logon _____________________________ Traceback (most recent call last): File "/path/to//esgf-pyclient/tests/test_logon.py", line 86, in test_logon lm.logon(TEST_USER, TEST_PASSWORD, TEST_MYPROXY)...
Following the changes in branch `fix_tests`, the tests are passing except for those now marked as expected failures relating to `facets=*` (and independent of caching). This includes passing tests related...