summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorunknown <davi@mysql.com/endora.local>2008-03-06 09:16:53 -0300
committerunknown <davi@mysql.com/endora.local>2008-03-06 09:16:53 -0300
commit6834e608d238371a5232741f3f9e32e8c1ec3b68 (patch)
treede043c40703a42a13844bdf21deb6fa4eef821cc /tests
parent74865a6228a56c54b986bdb7b86b8e37a3acfb1a (diff)
downloadmariadb-git-6834e608d238371a5232741f3f9e32e8c1ec3b68.tar.gz
Bug#35103 mysql_client_test::test_bug29948 causes sporadic failures
Disable test case for bug 29948, which is causing sporadically failures in other tests inside mysql_client_test. tests/mysql_client_test.c: Disable test case.
Diffstat (limited to 'tests')
-rw-r--r--tests/mysql_client_test.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c
index 260e7b1e7a7..0deb37d25c3 100644
--- a/tests/mysql_client_test.c
+++ b/tests/mysql_client_test.c
@@ -15942,6 +15942,7 @@ static void test_bug27592()
DBUG_VOID_RETURN;
}
+#if 0
static void test_bug29948()
{
@@ -16017,6 +16018,8 @@ static void test_bug29948()
mysql_close(dbc);
}
+#endif
+
/**
Bug#29306 Truncated data in MS Access with decimal (3,1) columns in a VIEW
*/
@@ -16543,7 +16546,7 @@ static struct my_tests_st my_tests[]= {
{ "test_bug28505", test_bug28505 },
{ "test_bug28934", test_bug28934 },
{ "test_bug27592", test_bug27592 },
- { "test_bug29948", test_bug29948 },
+ /* { "test_bug29948", test_bug29948 }, Bug#35103 */
{ "test_bug29306", test_bug29306 },
{ "test_bug31669", test_bug31669 },
{ "test_bug32265", test_bug32265 },