No such file or directory error in test_start_check_shutdown

Bug #851813 reported by Gavin Panella
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
rabbitfixture
Fix Released
High
Gavin Panella

Bug Description

Traceback (most recent call last):
  File ".../rabbitfixture/test/eggs/testtools-0.9.12-py2.7.egg/testtools/content.py", line 161, in reader
    stream = open(path, 'rb')
IOError: [Errno 2] No such file or directory: '/tmp/tmpp8eJtb/server.log'

Tags: easy

Related branches

Revision history for this message
Gavin Panella (allenap) wrote :

In the test the fixture is being torn down explicitly so that we can
test that RabbitMQ has stopped running. However, the fixture is
registered with the test case - via self.useFixture() - which adds a
clean-up job to gather the fixture's details. The act of getting the
details from the torn-down fixture triggers this error.

Changed in rabbitfixture:
status: New → Triaged
importance: Undecided → High
assignee: nobody → Gavin Panella (allenap)
Gavin Panella (allenap)
Changed in rabbitfixture:
status: Triaged → Fix Committed
Revision history for this message
Robert Collins (lifeless) wrote :

@allenap should this be fix released?

tags: added: easy
Revision history for this message
Robert Collins (lifeless) wrote :

If not, then doing a release is all that is needed/

Revision history for this message
Gavin Panella (allenap) wrote :

Yes, it's released. However, the released tarball contains an
additional change that I can't match up to trunk. I suspect it was
released from an unpushed branch.

Changed in rabbitfixture:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.