I got the following failures doing a param build via hudson in my branch
scoreboard_com -r1509 with trunk this afternoon. I ran the build/test twice
and each time different failures now I cant reproduce them doing a param
build. All the changes were in a plugin that was not loaded when the tests
failed there were no changes in trunk. I didnt file bugs yet well cause they
dont seem reproducible now and seem very odd.

**** build 140 (
http://hudson.drizzle.org/view/Drizzle-param/job/drizzle-param/140/BUILD_TYPE=release,label=debian-squeeze-amd64/console
)

main.rr_from_cache                                           [ fail ]
--- ../../tests/r/rr_from_cache.result  2010-04-25 19:41:46.000000000 +0300
+++ 
/home/hudson/hudson/workspace/drizzle-param/BUILD_TYPE/release/label/debian-squeeze-amd64/drizzle-2010.04.1500/_build/tests/var/log/rr_from_cache.reject
    2010-04-25
19:49:56.804771806 +0300

@@ -20,5 +20,5 @@
 insert t1 select SQL_BIG_RESULT rand()*1e9, rand()*1e9,'x' from t1;
 SELECT CASE WHEN a >0 THEN 'true' ELSE 'false' END from t1 order by a limit 1;
 CASE WHEN a >0 THEN 'true' ELSE 'false' END

-true
+false
 drop table t1;

**** build 140 
(http://hudson.drizzle.org/view/Drizzle-param/job/drizzle-param/140/BUILD_TYPE=debug,label=freebsd-8.0-amd64/console)


mysql_protocol.prototest                                     [ fail ]
--- ../../plugin/mysql_protocol/tests/r/prototest.result        2010-04-25
19:46:31.000000000 +0300
+++ 
/home/hudson/hudson/workspace/drizzle-param/BUILD_TYPE/debug/label/freebsd-8.0-amd64/drizzle-2010.04.1500/_build/tests/var/log/prototest.reject
     2010-04-25
20:00:59.058379572 +0300

@@ -33,7 +33,7 @@
 testSetAttr (prototest.mysql.bitfield.TestField) ... ok
 testDBOverrun (__main__.TestHandshake) ... ok
 testEmptyRangeClientHandshake (__main__.TestHandshake) ... ok
-testMaxRangeClientHandshake (__main__.TestHandshake) ... ok

+testMaxRangeClientHandshake (__main__.TestHandshake) ... ERROR
 testNullClientHandshake (__main__.TestHandshake) ... ok
 testScrambleOverrun (__main__.TestHandshake) ... ok
 testSimple (__main__.TestHandshake) ... ok

@@ -57,7 +57,20 @@
 testPack (prototest.mysql.handshake.TestServerHandshake) ... ok
 testUnpackInit (prototest.mysql.handshake.TestServerHandshake) ... ok

+======================================================================

+ERROR: testMaxRangeClientHandshake (__main__.TestHandshake)
+----------------------------------------------------------------------
+Traceback (most recent call last):
+  File 
"/home/hudson/hudson/workspace/drizzle-param/BUILD_TYPE/debug/label/freebsd-8.0-amd64/drizzle-2010.04.1500/tests/../plugin/mysql_protocol/prototest/drizzle_prototest",
line 121, in testMaxRangeClientHandshake

+    self.reconnect()
+  File 
"/home/hudson/hudson/workspace/drizzle-param/BUILD_TYPE/debug/label/freebsd-8.0-amd64/drizzle-2010.04.1500/tests/../plugin/mysql_protocol/prototest/drizzle_prototest",
line 62, in reconnect

+    self.setUp()
+  File 
"/home/hudson/hudson/workspace/drizzle-param/BUILD_TYPE/debug/label/freebsd-8.0-amd64/drizzle-2010.04.1500/tests/../plugin/mysql_protocol/prototest/drizzle_prototest",
line 55, in setUp

+    self.s.connect((options.host, int(options.port)))
+  File "<string>", line 1, in connect
+error: [Errno 60] Operation timed out
+
 ----------------------------------------------------------------------

 Ran 58 tests

-OK
+FAILED (errors=1)

drizzletest: Result content mismatch

**** build 139 (
http://hudson.drizzle.org/view/Drizzle-param/job/drizzle-param/139/BUILD_TYPE=release,label=centos53-amd64/console
)

main.group_by                                                [ fail ]
--- ../../tests/r/group_by.result       2010-04-25 18:40:55.000000000 +0300
+++ 
/home/hudson/hudson/workspace/drizzle-param/BUILD_TYPE/release/label/centos53-amd64/drizzle-2010.04.1500/_build/tests/var/log/group_by.reject
       2010-04-25
18:48:04.036369562 +0300

@@ -554,7 +554,7 @@
 delete from t2  where a = 2 and b = 'val-2' order by a,b,c,d limit 30;
 explain select c from t2 where a = 2 and b = 'val-2' group by c;
 id     select_type     table   type    possible_keys   key     key_len ref     
rows    Extra

-1      SIMPLE  t2      ref     PRIMARY,a       a       770     const,const     
36      Using where; Using index
+1      SIMPLE  t2      ref     PRIMARY,a       a       770     const,const     
29      Using where; Using index
 select c from t2 where a = 2 and b = 'val-2' group by c;

 c
 val-74

drizzletest: Result content mismatch
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp

Reply via email to