Bug #781
Test suite output on vejur cluster at IIT
100%
Description
Installed a new version of MAUS on a cluster at IIT, ran the test suite, got one FAIL. Log attached.
Files
Updated by Rogers, Chris about 12 years ago
- Target version set to Future MAUS release
There is a file called tmp/pylint.out
Can you also post this?
Thanks,
Chris
Updated by Rogers, Chris about 12 years ago
pylint is incorrectly trying to create a whole load of stuff like
Unable to create file /home/snopok/.pylint.d/test_core_go1.stats: [Errno 2] No such file or directory: '/home/snopok/.pylint.d/test_core_go1.stats'
Will at least remove this from the checks.
Updated by Rogers, Chris almost 12 years ago
- Workflow set to Awaiting Merge
Cleaned up test_python_style so that it produces sorted output that only contains actual errors. Awaiting merge in Rogers branch.
Updated by Rogers, Chris almost 12 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
- Workflow changed from Awaiting Merge to Closed
I now filter so that we explicitly count only real errors not some of the associated gumph that pylint can produce. Also sort the output so that we can do diff on pylint.out.
I found that pylint (rarely) does not appear to report errors uniformly across platforms - for example, it seems to rarely miss errors or give them the wrong line number on my desktop. We just have to clench teeth and assume the test server is "god" in this case. If it becomes a problem we should think again.
Updated by Rogers, Chris almost 12 years ago
- Target version changed from Future MAUS release to MAUS-v0.1.1