Hi folks,
I've spot a problem on the new cartesian config module, so I've just
removed the new cartesian config commit from next and made a non ff
update. You *will* have to rebase all the stuff you're working on due to
this update. Sorry.
The problem is a minor one, incompatibility with python 2.4:
05/29 13:44:02 ERROR| job:1340| JOB ERROR: Unhandled
AttributeError: 'module' object has no attribute 'defaultdict'
Traceback (most recent call last):
File "/usr/local/autotest/job.py", line 1093, in _run_step_fn
exec('__ret = %s(*__args, **__dargs)' % fn, local_vars, local_vars)
File "<string>", line 1, in ?
File "/usr/local/autotest/control.autoserv", line 21, in step_test
parser.parse_file(os.path.join(virt_test_dir, "qemu", "cfg",
"site-config.cfg"))
File "/usr/local/autotest/tests/virt/virttest/cartesian_config.py",
line 1272, in parse_file
self.node = self._parse(Lexer(FileReader(filename)), self.node)
File "/usr/local/autotest/tests/virt/virttest/cartesian_config.py",
line 1342, in _parse
meta = collections.defaultdict(list)
AttributeError: 'module' object has no attribute 'defaultdict'
Considering that we have another bug opened for the updated module:
https://github.com/autotest/virt-test/issues/482
So I'll reopen the cartesian config pull request and put that
information there.
It's pretty normal that work on such a large, complex and central module
has one problem or another. With next, we at least buffer and protect
master from problems like that. Thanks again to Jiri for working on this
module!
Cheers,
Lucas
_______________________________________________
Virt-test-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/virt-test-devel