WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
Xen

xen-devel

[Top] [All Lists]

[Xen-devel] [PATCH][XM-TEST] Detect bug #380 and restart console daemon

To: Xen Developers <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH][XM-TEST] Detect bug #380 and restart console daemon
From: Dan Smith <danms@xxxxxxxxxx>
Date: 2005年11月16日 07:50:13 -0800
Delivery-date: 2005年11月16日 15:50:26 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)
Signed-off-by: Dan Smith <danms@xxxxxxxxxx>
# HG changeset patch
# User dan@xxxxxxxxxxxxxxxxxxxxxxxxxxx
# Node ID 9601144afb9b9b9bb55464dcac57304c169be7c2
# Parent 9bf6f907b3ff0261902f06d261f76c1bd12af9f5
Make test 04_memset detect bug #380 and restart the console daemon.
This should allow the rest of the tests to run without reporting
failure because this test killed the console system.
diff -r 9bf6f907b3ff -r 9601144afb9b tools/xm-test/lib/XmTestLib/Console.py
--- a/tools/xm-test/lib/XmTestLib/Console.py Wed Nov 16 10:29:52 2005
+++ b/tools/xm-test/lib/XmTestLib/Console.py Wed Nov 16 15:53:32 2005
@@ -33,9 +33,13 @@
 
 from Test import *
 
+TIMEDOUT = 1
+RUNAWAY = 2
+
 class ConsoleError(Exception):
- def __init__(self, msg):
+ def __init__(self, msg, reason=TIMEDOUT):
 self.errMsg = msg
+ self.reason = reason
 
 def __str__(self):
 return str(self.errMsg)
@@ -149,7 +153,7 @@
 
 if self.limit and bytes >= self.limit:
 raise ConsoleError("Console run-away (exceeded %i bytes)"
- % self.limit)
+ % self.limit, RUNAWAY)
 
 if self.debugMe:
 print "Ignored %i bytes of miscellaneous console output" % bytes
@@ -187,7 +191,7 @@
 
 if self.limit and bytes >= self.limit:
 raise ConsoleError("Console run-away (exceeded %i bytes)"
- % self.limit)
+ % self.limit, RUNAWAY)
 
 if str == "\n":
 if lines > 0:
diff -r 9bf6f907b3ff -r 9601144afb9b 
tools/xm-test/tests/memset/04_memset_smallmem_pos.py
--- a/tools/xm-test/tests/memset/04_memset_smallmem_pos.py Wed Nov 16 
10:29:52 2005
+++ b/tools/xm-test/tests/memset/04_memset_smallmem_pos.py Wed Nov 16 
15:53:32 2005
@@ -36,6 +36,17 @@
 # See if this hits the byte limit
 console.runCmd("ls")
 except ConsoleError, e:
- FAIL(str(e))
+ if e.reason == RUNAWAY:
+ # Need to stop the domain before we restart the console daemon
+ domain.destroy()
+ if verbose:
+ print "*** Attempting restart of xenconsoled"
+ s, o = traceCommand("killall xenconsoled")
+ s, o = traceCommand("xenconsoled")
+ if s != 0:
+ print "*** Starting xenconsoled failed: %i" % s
+ FAIL("Bug #380: I crashed the console system")
+ else:
+ FAIL(str(e))
 
 domain.destroy()
-- 
Dan Smith
IBM Linux Technology Center
Open Hypervisor Team
email: danms@xxxxxxxxxx
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
Previous by Date: [Xen-devel] [PATCH] move /proc/xen to /proc/sys/xen in xen linux , Mike D. Day
Next by Date: [Xen-devel] [PATCH] small format changes in xm.1 to make sedf more readable , Sean Dague
Previous by Thread: [Xen-devel] [PATCH] move /proc/xen to /proc/sys/xen in xen linux , Mike D. Day
Next by Thread: Re: [Xen-devel] [PATCH][XM-TEST] Detect bug #380 and restart console daemon , Ewan Mellor
Indexes: [Date] [Thread] [Top] [All Lists]

Copyright ©, Citrix Systems Inc. All rights reserved. Legal and Privacy
Citrix This site is hosted by Citrix

AltStyle によって変換されたページ (->オリジナル) /