For some reason it looks like the svn setup with the machine mappings is now failing. I didn't see this problem last time I ran the tests and believe everything I am doing is the same (this was run with make test on Iris using the omfit/unstable environment).
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TestOmasMachine.test_machines
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
svn: 'https://github.com/gafusion/omas.git/trunk/omas/machine_mappings' path not found
svn: 'https://github.com/gafusion/omas.git/branches/dummy/omas/machine_mappings' path not found
svn: 'https://github.com/gafusion/omas.git/trunk/omas/machine_mappings' path not found
ERROR
======================================================================
ERROR: test_machines (test_omas_machine.TestOmasMachine)
----------------------------------------------------------------------
Traceback (most recent call last):
File "omas/omas/tests/test_omas_machine.py", line 47, in test_machines
assert omas_rcparams['tmp_omas_dir'] in machines(self.machine, 'master')
File "omas/omas/omas_machine.py", line 548, in machines
raise NotImplementedError(f'Machine mapping file `{machine}.json` does not exist')
NotImplementedError: Machine mapping file `d3d.json` does not exist
----------------------------------------------------------------------
Ran 64 tests in 143.150s
FAILED (errors=1, skipped=10)
make: *** [test] Error 1
There's a similar test in test_remote_machine_mappings which will also fail if this one is bypassed. Does anyone have an idea why this wouldn't work? How important is this?
For some reason it looks like the svn setup with the machine mappings is now failing. I didn't see this problem last time I ran the tests and believe everything I am doing is the same (this was run with
make teston Iris using the omfit/unstable environment).There's a similar test in
test_remote_machine_mappingswhich will also fail if this one is bypassed. Does anyone have an idea why this wouldn't work? How important is this?