From d3ab130e86ba34a34fcfa60b118833884910f252 Mon Sep 17 00:00:00 2001
From: Dmitry Simonenko <pmwkaa@gmail.com>
Date: Thu, 19 May 2011 15:43:22 +0400
Subject: [PATCH] * bug-716683 test case

---
 test/box/sql.result | 9 +++++++++
 test/box/sql.test   | 6 ++++++
 2 files changed, 15 insertions(+)

diff --git a/test/box/sql.result b/test/box/sql.result
index 3816ec7499..21e05f1f4d 100644
--- a/test/box/sql.result
+++ b/test/box/sql.result
@@ -106,3 +106,12 @@ An error occurred: ERR_CODE_ILLEGAL_PARAMS, 'Illegal parameters'
 select * from t0 where k0='Spears'
 Found 1 tuple:
 ['Spears', 'Britney']
+
+#
+# A test case for: http://bugs.launchpad.net/bugs/716683
+# Admin console should not stall on unknown command.
+
+show status
+---
+unknown command. try typing help.
+...
diff --git a/test/box/sql.test b/test/box/sql.test
index 6eac208fe8..5189ca9d28 100644
--- a/test/box/sql.test
+++ b/test/box/sql.test
@@ -76,4 +76,10 @@ server.stop()
 server.deploy(self.suite_ini["config"])
 server.start()
 
+print """#
+# A test case for: http://bugs.launchpad.net/bugs/716683
+# Admin console should not stall on unknown command.
+"""
+exec admin 'show status'
+
 # vim: syntax=python
-- 
GitLab