Examples of the three kinds of errors emitted:
Error - <type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'app_instance' Error - <class 'allura.lib.exceptions.NoSuchProjectError'>: Couldn't find project ObjectId('4d877cabe2af5a5561001bf2') Error - <type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'repo'
Note this is just a sample, the actual test output has scores of such lines.
Diff:
component: General --> SCM
status: open --> in-progress
This isn't happening anymore when I run the tests. I also don't see it in recent hudson logs, so it must have been resolved already.