X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2FSubstrate.py;h=cca7b5e8dc9df6bcb942a327fb48610e323a5801;hb=f96f84a81d6b9cba763f9ccee30a51754da074ee;hp=066fbc35ce632b2413f80d9e5b87f7b8e42effca;hpb=5a2473264b3a2eec57083af14aac1eac01c539a7;p=tests.git diff --git a/system/Substrate.py b/system/Substrate.py index 066fbc3..cca7b5e 100644 --- a/system/Substrate.py +++ b/system/Substrate.py @@ -727,9 +727,13 @@ class QemuBox (Box): timestamp=int(timestamp) q=self.qemu_instance_by_nodename_buildname(nodename,buildname) if not q: - print 'WARNING zombie qemu',self.hostname,ts_line - print '... was expecting (',short_hostname(nodename),buildname,') in',\ - [ (short_hostname(i.nodename),i.buildname) for i in self.qemu_instances ] + # this warning corresponds to qemu instances that were not killed properly + # and that have a dangling qemu.pid - and not even all of them as they need + # to be attached to a build that has a node running... + # it is more confusing than helpful, so let's just trash it + #print 'WARNING zombie qemu',self.hostname,ts_line + #print '... was expecting (',short_hostname(nodename),buildname,') in',\ + # [ (short_hostname(i.nodename),i.buildname) for i in self.qemu_instances ] continue q.set_timestamp(timestamp) except: print 'WARNING, could not parse ts line',ts_line