See <http://jenkins.drizzle.org/job/drizzle-build-OSX/1443/>
------------------------------------------ [...truncated 4573 lines...] main.negation_elimination [ pass ] 31 main.null [ pass ] 53 main.null_key [ pass ] 355 main.odbc [ pass ] 6 main.olap [ pass ] 101 main.optimizer [ pass ] 332 main.order_by [ pass ] 341 main.order_fill_sortbuf [ pass ] 746 main.outfile [ pass ] 14 main.outfile_loaddata [ pass ] 13 main.overflow [ pass ] 1 main.parser [ pass ] 81 main.parser_precedence [ pass ] 12 main.quarter [ pass ] 26 main.randgen_queries [ pass ] 104 main.range [ pass ] 353 main.regression_385808 [ pass ] 232 main.rename [ pass ] 25 main.replace [ pass ] 4 main.replication_schema_ddl [ pass ] 19 main.replication_table_ddl [ pass ] 4 main.round [ pass ] 49 main.row [ pass ] 35 main.rr_from_cache [ pass ] 6609 main.savepoints [ pass ] 24 main.schema [ pass ] 1 main.second [ pass ] 7 main.select [ pass ] 7878 main.select_found [ pass ] 88 main.select_in_null [ pass ] 209 main.select_safe [ pass ] 17 main.show_check [ pass ] 198 main.show_create_table_basic [ pass ] 2 main.show_create_table_multibyte [ pass ] 3 main.show_create_table_utf8 [ pass ] 2 main.show_create_table_varbinary [ pass ] 9 main.small_tmp_table [ pass ] 13 main.snowman [ pass ] 25 main.statement_boundaries [ pass ] 28 main.status [ pass ] 12 main.strict [ pass ] 85 main.subselect [ pass ] 8380 main.subselect2 [ pass ] 78 main.subselect3 [ pass ] 166 main.subselect_mat [ pass ] 120 main.subselect_sj [ pass ] 35 main.subselect_sj2 [ pass ] 240 main.sum_distinct [ pass ] 611 main.synchronization [ pass ] 107 main.temp_table [ pass ] 87 main.timezone [ pass ] 275 main.timezone4 [ pass ] 1 main.transaction [ pass ] 19 main.truncate [ pass ] 22 main.trx_isolation_read_committed [ pass ] 5 main.type_blob [ pass ] 130 main.type_date [ pass ] 49 main.type_datetime [ pass ] 159 main.type_decimal [ pass ] 143 main.type_enum [ pass ] 555 main.type_enum_max_elements [ pass ] 1057 main.type_enum_too_many_elements [ pass ] 324 main.type_float [ pass ] 86 main.type_newdecimal [ pass ] 127 main.type_ranges [ pass ] 66 main.type_timestamp [ pass ] 344 main.type_uint [ pass ] 4 main.type_varbinary [ pass ] 25 main.type_varchar [ pass ] 120 main.union [ pass ] 3966 main.update [ pass ] 136 main.update_is_truncate_on_temp_bug_lp387627 [ pass ] 3 main.user_var [ pass ] 43 main.varbinary [ pass ] 25 main.variables [ pass ] 71 main.variables_c [ pass ] 2 main.warnings [ pass ] 299 main.warnings_engine_disabled [ pass ] 2 main.weekday [ pass ] 2 main.year [ pass ] 7 memory.basic [ pass ] 171 memory.heap_auto_increment [ pass ] 3 memory.heap_btree [ pass ] 25 memory.heap_hash [ pass ] 31 memory.heap_var [ pass ] 1061 memory.primary_key [ pass ] 9 memory.uuid_type [ pass ] 12 microtime_type.basic [ pass ] 113 microtime_type.decimal [ pass ] 16 microtime_type.max [ pass ] 26 myisam.basic [ pass ] 1093 myisam.index_merge_myisam [ pass ] 25 myisam.mix2_myisam [ pass ] 2776 myisam.rollback [ pass ] 28 mysql_compatibility.character_sets [ pass ] 17 mysql_compatibility.integer_display_width [ pass ] 22 mysql_compatibility.unsigned [ pass ] 255 mysql_compatibility.zerofill [ pass ] 24 rand_function.basic [ pass ] 18 registry_dictionary.data_dictionary [ pass ] 11 registry_dictionary.plugins [ pass ] 15 registry_dictionary.slap [ pass ] 238 regression.592690 [ pass ] 9 regression.622465 [ pass ] 8 regression.628912 [ pass ] 10 regression.632755 [ pass ] 8 regression.639716 [ pass ] 8 regression.654219 [ pass ] 25 regression.674719 [ pass ] 200 regression.676770 [ pass ] 91 regression.680028 [ pass ] 6 regression.682006 [ pass ] 4 regression.682037 [ pass ] 3 regression.682563 [ pass ] 20 regression.685803 [ pass ] 3 regression.686197 [ pass ] 24 regression.693309 [ pass ] 8 regression.697697 [ pass ] 8 regression.697726 [ pass ] 68 regression.701468 [ pass ] 3 regression.704776 [ pass ] 3 regression.707832 [ pass ] 3 regression.709493 [ pass ] 7 regression.709500 [ pass ] 215 regression.721104 [ pass ] 1 regression.722773 [ pass ] 3 regression.722850 [ pass ] 1 regression.728855 [ pass ] 17 regression.728856 [ pass ] 1 regression.731189 [ pass ] 28 regression.732849 [ fail ] Error executing query: You have an error in your SQL syntax; check the manual that corresponds to your Drizzle server version for the right syntax to use near 'NAMES 'utf8'' at line 1 Error executing query: Unknown column 'TABLE_COLLATION' in 'field list' drizzletest: At line 6: command "$DRIZZLE_DUMP --compact test t1" failed The result from queries just before the failure was: DROP TABLE IF EXISTS t1; CREATE TABLE t1 (a text, b int, key ab (a(10),b)); exec of '.././tests/var/../../client/drizzledump --no-defaults -uroot --port=9090 --compact test t1' failed, error: 512, status: 2, errno: 22 More results from queries before failure can be found in <http://jenkins.drizzle.org/job/drizzle-build-OSX/ws/tests/var/log/732849.log> Stopping All Servers Restoring snapshot of databases Resuming Tests regression.732962 [ fail ] Error executing query: You have an error in your SQL syntax; check the manual that corresponds to your Drizzle server version for the right syntax to use near 'NAMES 'utf8'' at line 1 Error executing query: Unknown column 'TABLE_COLLATION' in 'field list' drizzletest: At line 7: command "$DRIZZLE_DUMP --compact test t1 t2" failed The result from queries just before the failure was: DROP TABLE IF EXISTS t1, t2; CREATE TABLE t1 (a int); CREATE TABLE t2 (a int) REPLICATE=FALSE; exec of '.././tests/var/../../client/drizzledump --no-defaults -uroot --port=9090 --compact test t1 t2' failed, error: 512, status: 2, errno: 22 More results from queries before failure can be found in <http://jenkins.drizzle.org/job/drizzle-build-OSX/ws/tests/var/log/732962.log> Stopping All Servers Restoring snapshot of databases Resuming Tests replication_dictionary.data_dictionary [ pass ] 12 replication_dictionary.slap [ pass ] 123 schema_dictionary.binary_default [ pass ] 27 schema_dictionary.columns [ pass ] 20 schema_dictionary.data_dictionary [ pass ] 83 schema_dictionary.default_null [ pass ] 20 schema_dictionary.no_default [ pass ] 21 schema_dictionary.schema_version [ pass ] 26 schema_dictionary.show [ pass ] 375 schema_dictionary.show_fields [ pass ] 10 schema_dictionary.show_table_status [ pass ] 31 schema_dictionary.show_temporary_tables [ pass ] 6 schema_dictionary.slap [ pass ] 3340 schema_dictionary.table_version [ pass ] 260 schema_engine.exists [ pass ] 15 session_dictionary.data_dictionary [ pass ] 19 session_dictionary.long_proccesslist_info [ pass ] 10 session_dictionary.sessions [ pass ] 8 session_dictionary.show [ pass ] 10 session_dictionary.user_savepoints [ pass ] 10 session_dictionary.user_variable [ pass ] 6 show_dictionary.show_columns [ pass ] 2 show_dictionary.show_temporary_tables [ pass ] 31 show_schema_proto.basic [ pass ] 9 slave.basic [ skipped ] status_dictionary.data_dictionary [ pass ] 19 status_dictionary.select_order [ pass ] 12 status_dictionary.show [ pass ] 2 string_functions.regex [ pass ] 27 table_cache_dictionary.table_cache [ pass ] 223 table_cache_dictionary.table_definition_cache [ pass ] 5 tamil.utf8_create_database [ pass ] 5 tamil.utf8_create_table [ pass ] 70 time_type.basic [ pass ] 22 time_type.cast [ pass ] 23 time_type.sort [ pass ] 25 user_locks.create_barrier [ pass ] 18 user_locks.get_lock [ pass ] 7 user_locks.get_locks [ pass ] 2 user_locks.kill_get_lock [ pass ] 18 user_locks.kill_wait [ pass ] 5 user_locks.loaded [ pass ] 16 user_locks.release_lock [ pass ] 7 user_locks.signal [ pass ] 14 user_locks.signal_count [ pass ] 206 user_locks.user_locks_table [ pass ] 18 user_locks.wait [ pass ] 15 user_locks.wait_generation [ pass ] 2 user_locks.wait_names [ pass ] 2 utility_functions.assert [ pass ] 33 utility_functions.catalog [ pass ] 16 utility_functions.execute [ pass ] 25 utility_functions.execute_wait [ pass ] 29 utility_functions.kill [ pass ] 14 utility_functions.kill_query [ pass ] 4 utility_functions.kill_repeated [ pass ] 5 utility_functions.result_type [ pass ] 2 utility_functions.schema [ pass ] 25 utility_functions.typeof [ pass ] 19 utility_functions.user [ pass ] 1 uuid_type.alter_add_uuid [ pass ] 26 uuid_type.bad_conversions [ pass ] 7 uuid_type.create [ pass ] 19 uuid_type.function [ pass ] 15 uuid_type.insert_null_no_key [ pass ] 21 uuid_type.mixed [ pass ] 31 uuid_type.null [ pass ] 19 uuid_type.primary_key [ pass ] 17 uuid_type.select_like_no_key [ pass ] 19 -------------------------------------------------------------------------------- Stopping All Servers Failed 6/562 tests, 98.93% were successful. The log files in var/log may give you some hint of what went wrong. If you want to report this error, go to: http://bugs.launchpad.net/drizzle The servers were restarted 60 times Spent 285.478 of 647 seconds executing testcases drizzle-test-run in default mode: *** Failing the test(s): main.drizzle_client main.drizzledump main.drizzledump_restore main.mysql_protocol regression.732849 regression.732962 drizzle-test-run: *** ERROR: there were failing test cases make[3]: *** [test-drizzle] Error 1 make[2]: *** [check-am] Error 2 make[1]: *** [check-recursive] Error 1 make: *** [check] Error 2 _______________________________________________ Mailing list: https://launchpad.net/~drizzle-builds Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-builds More help : https://help.launchpad.net/ListHelp

