Comment 1 for bug 1478115

Revision history for this message
Brian Murray (brian-murray) wrote : Re: using PathExistsGlob in apport-noui.path results in test failures

I haven't been able to locally recreate the same amd64 test failures, but have run into the following i386 failure (and only this failure which is odd):

======================================================================
FAIL: test_core_dump_packaged (__main__.T)
packaged executables create core dumps on proper ulimits
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./test_signal_crashes.py", line 359, in test_core_dump_packaged
    self.check_report_coredump(self.test_report)
  File "./test_signal_crashes.py", line 918, in check_report_coredump
    self.assertTrue('CoreDump' in r)
AssertionError: False is not true

If I switch back to PathChanged from PathExistsGlob then the test passes.