List:Commits« Previous MessageNext Message »
From:Alexey Kopytov Date:March 13 2008 9:14am
Subject:bk commit into 5.0 tree (kaa:1.2597) BUG#35103
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of kaa.  When kaa does a push these changes
will be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2008-03-13 12:14:14+03:00, kaa@kaamos.(none) +1 -0
  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@stripped, 2008-03-13 12:14:13+03:00, kaa@kaamos.(none) +4 -1
    Disable test case.

diff -Nrup a/tests/mysql_client_test.c b/tests/mysql_client_test.c
--- a/tests/mysql_client_test.c	2008-03-12 12:13:40 +03:00
+++ b/tests/mysql_client_test.c	2008-03-13 12:14:13 +03:00
@@ -15952,6 +15952,7 @@ static void test_bug27592()
   DBUG_VOID_RETURN;
 }
 
+#if 0
 
 static void test_bug29948()
 {
@@ -16027,6 +16028,8 @@ static void test_bug29948()
   mysql_close(dbc);
 }
 
+#endif
+
 /**
   Bug#29306 Truncated data in MS Access with decimal (3,1) columns in a VIEW
 */
@@ -16553,7 +16556,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 },
Thread
bk commit into 5.0 tree (kaa:1.2597) BUG#35103Alexey Kopytov13 Mar