Comment 4 for bug 618603

Revision history for this message
Patrick Crews (patrick-crews) wrote :

Added cluster_basic.view_definer_test:
20120201-163550 ===============================================================
20120201-163550 TEST NAME [ RESULT ] TIME (ms)
20120201-163550 ===============================================================
20120201-163550 cluster_basic.view_definer_test [ fail ] 6032
20120201-163550 test_basic1 (view_definer_test.basicTest) ... FAIL
20120201-163550
20120201-163550 ======================================================================
20120201-163550 FAIL: test_basic1 (view_definer_test.basicTest)
20120201-163550 ----------------------------------------------------------------------
20120201-163550 Traceback (most recent call last):
20120201-163550 File "/kewpie/percona_tests/cluster_basic/view_definer_test.py", line 69, in test_basic1
20120201-163550 self.assertEqual(master_slave_diff, None, master_slave_diff)
20120201-163550 AssertionError: {'s2': ["s2: expected_result= (('t1_view', 'CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `t1_view` AS select `t1`.`b` AS `b` from `t1` order by `t1`.`b` desc', 'latin1', 'latin1_swedish_ci'),) | slave_result= (('t1_view', 'CREATE ALGORITHM=UNDEFINED DEFINER=``@`` SQL SECURITY DEFINER VIEW `t1_view` AS select `test`.`t1`.`b` AS `b` from `t1` order by `test`.`t1`.`b` desc', 'latin1', 'latin1_swedish_ci'),)"], 's1': ["s1: expected_result= (('t1_view', 'CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `t1_view` AS select `t1`.`b` AS `b` from `t1` order by `t1`.`b` desc', 'latin1', 'latin1_swedish_ci'),) | slave_result= (('t1_view', 'CREATE ALGORITHM=UNDEFINED DEFINER=``@`` SQL SECURITY DEFINER VIEW `t1_view` AS select `test`.`t1`.`b` AS `b` from `t1` order by `test`.`t1`.`b` desc', 'latin1', 'latin1_swedish_ci'),)"]}
20120201-163550
20120201-163550 ----------------------------------------------------------------------
20120201-163550 Ran 1 test in 6.032s
20120201-163550
20120201-163550 FAILED (failures=1)
20120201-163550
20120201-163550 ERROR Failed test. Use --force to execute beyond the first test failure
20120201-163550 ===============================================================
20120201-163550 INFO Test execution complete in 39 seconds