
13 Nov
2012
13 Nov
'12
9:23 a.m.
On 11/12/12 23:27, Eric Blake wrote:
On 11/12/2012 07:38 AM, Peter Krempa wrote:
qemumonitorjsontest creates a temporary directory to hold the socket that is simulating the monitor socket. The directory containing the socket wasn't disposed properly at the end of the test leaving garbage in the temporary folder. --- tests/qemumonitortestutils.c | 60 ++++++++++++++++++++++++-------------------- 1 file changed, 33 insertions(+), 27 deletions(-)
ACK.
Pushed; Thanks. I've hit this problem massively after leaving the test running in a loop while verifying the fix of the deadlock. My temp dir contained nearly 160k of those temp dirs :) Peter