mysql-test@macbook$ cat hirohama0408.log
Logging: ./mysql-test-run.pl --force --suite=ndb
MySQL Version 5.1.23
Using dynamic switching of binlog format
Using ndbcluster when necessary, mysqld supports it
Setting mysqld to support SSL connections
Binaries are debug compiled
Using MTR_BUILD_THREAD = 0
Using MASTER_MYPORT = 9306
Using MASTER_MYPORT1 = 9307
Using SLAVE_MYPORT = 9308
Using SLAVE_MYPORT1 = 9309
Using SLAVE_MYPORT2 = 9310
Using NDBCLUSTER_PORT = 9311
Using NDBCLUSTER_PORT_SLAVE = 9312
Using IM_PORT = 9313
Using IM_MYSQLD1_PORT = 9314
Using IM_MYSQLD2_PORT = 9315
Killing Possible Leftover Processes
Removing Stale Files
Creating Directories
Installing Master Database
Installing Master Database
Installing Master Cluster
Saving snapshot of installed databases
=======================================================TEST RESULT TIME (ms)
-------------------------------------------------------ndb.loaddata_autocom_ndb [ pass ] 6133
ndb.ndb_alter_table [ pass ] 53418
ndb.ndb_alter_table2 [ pass ] 5603
ndb.ndb_alter_table3 [ pass ] 6072
ndb.ndb_alter_table_backup [ pass ] 15926
ndb.ndb_alter_table_online [ fail ]--- /Users/hirohama/Documents/2008/mysql-cluster/mysql-5.1-telco-6.2/mysql-test/suite/ndb/r/ndb_alter_table_online.result 2008-03-12 22:00:42.000000000 +0300
+++ /Users/hirohama/Documents/2008/mysql-cluster/mysql-5.1-telco-6.2/mysql-test/suite/ndb/r/ndb_alter_table_online.reject 2008-04-08 06:33:10.000000000 +0300
@@ -118,6 +118,7 @@
select name from ndb_show_tables_results where id = @t1_id and name like '%t1%' and type like '%UserTable%';
name
+'t1'
set @t1_id = (select id from ndb_show_tables_results where name like '%t1%' and type like '%UserTable%');
truncate ndb_show_tables_results;
*******************************
@@ -140,6 +141,7 @@
select name from ndb_show_tables_results where id = @t1_id and name like '%t1%' and type like '%UserTable%';
name
+'t1'
truncate ndb_show_tables_results;
DROP TABLE t1;
*******************************
@@ -289,6 +291,7 @@
select name from ndb_show_tables_results where id = @t1_id and name like '%t1%' and type like '%UserTable%';
name
+'t1'
truncate ndb_show_tables_results;
INSERT INTO t1 VALUES(3,1,1,'b');
SELECT * FROM t1 ORDER BY a;
@@ -469,6 +472,7 @@
select name from ndb_show_tables_results where id = @t1_id and name like '%t1%' and type like '%UserTable%';
name
+'t1'
truncate ndb_show_tables_results;
DROP TABLE t1;
****************************************mysqltest: Result content mismatch
Stopping All Servers
Restoring snapshot of databases
Resuming Testsndb.ndb_alter_table_online2 [ fail ] timeout
Stopping All Servers
Restoring snapshot of databases
Resuming Testsndb.ndb_auto_increment [ pass ] 25936
ndb.ndb_autoinc [ pass ] 1492
ndb.ndb_basic [ pass ] 64177
ndb.ndb_bitfield [ pass ] 7158
ndb.ndb_blob [ pass ] 33927
ndb.ndb_blob_partition [ pass ] 8406
ndb.ndb_blob_restore [ pass ] 41856
ndb.ndb_bug26793 [ pass ] 2675
ndb.ndb_bug31477 [ pass ] 9023
ndb.ndb_cache [ pass ] 1611
ndb.ndb_cache2 [ pass ] 7064
ndb.ndb_cache_multi [ pass ] 1770
ndb.ndb_cache_multi2 [ pass ] 2189
ndb.ndb_charset [ pass ] 18847
ndb.ndb_column_properties [ pass ] 36353
ndb.ndb_condition_pushdown [ pass ] 14993
ndb.ndb_config [ pass ] 2633
ndb.ndb_config2 [ pass ] 322
ndb.ndb_cursor [ pass ] 2940
ndb.ndb_database [ pass ] 1915
ndb.ndb_dd_alter [ pass ] 71621
ndb.ndb_dd_basic [ pass ] 26558
ndb.ndb_dd_ddl [ pass ] 29694
ndb.ndb_dd_disk2memory [ pass ] 34443
ndb.ndb_dd_dump [ pass ] 33594
ndb.ndb_dd_restore_compat [ pass ] 16149
ndb.ndb_dd_sql_features [ pass ] 47003
ndb.ndb_gis [ pass ] 53976
ndb.ndb_index [ pass ] 2628
ndb.ndb_index_ordered [ pass ] 31615
ndb.ndb_index_unique [ pass ] 40957
ndb.ndb_insert [ pass ] 11010
ndb.ndb_limit [ pass ] 6774
ndb.ndb_load [ pass ] 2436
ndb.ndb_loaddatalocal [ pass ] 17707
ndb.ndb_lock [ pass ] 24217
ndb.ndb_lock_table [ pass ] 973
ndb.ndb_minmax [ pass ] 4367
ndb.ndb_multi [ pass ] 12431
ndb.ndb_multi_row [ pass ] 9318
ndb.ndb_partition_error [ pass ] 4251
ndb.ndb_partition_error2 [ disabled ] HF is not sure if the test can work as internded on all the platforms
ndb.ndb_partition_key [ pass ] 27305
ndb.ndb_partition_list [ pass ] 2717
ndb.ndb_partition_range [ pass ] 28697
ndb.ndb_read_multi_range [ pass ] 26354
ndb.ndb_rename [ pass ] 4139
ndb.ndb_replace [ pass ] 10375
ndb.ndb_restore [ pass ] 117716
ndb.ndb_restore_compat [ skipped ] Test requires: 'case_sensitive_file_system'
ndb.ndb_restore_different_endian_data [ pass ] 40877
ndb.ndb_restore_partition [ pass ] 98768
ndb.ndb_restore_print [ pass ] 18583
ndb.ndb_row_format [ pass ] 21655
ndb.ndb_single_user [ pass ] 27785
ndb.ndb_sp [ pass ] 2756
ndb.ndb_subquery [ pass ] 10385
ndb.ndb_temporary [ pass ] 1400
ndb.ndb_transaction [ pass ] 10947
ndb.ndb_trigger [ pass ] 15997
ndb.ndb_truncate [ pass ] 4130
ndb.ndb_types [ pass ] 3101
ndb.ndb_update [ pass ] 8941
ndb.ndb_update_no_read [ pass ] 2195
ndb.ndb_view [ pass ] 1003
ndb.ndbapi [ skipped ] Test requires: 'have_ndbapi_examples'
ndb.ps_7ndb [ pass ] 11973
ndb.strict_autoinc_5ndb [ pass ] 1490
-------------------------------------------------------
Stopping All Servers
Failed 2/72 tests, 97.22% were successful.The log files in var/log may give you some hint
of what went wrong.
If you want to report this error, please read first the documentation at
http://dev.mysql.com/doc/mysql/en/mysql-test-suite.html
The servers were restarted 9 times
Spent 1353.450 of 2691 seconds executing testcasesmysql-test-run in default mode: *** Failing the test(s): ndb.ndb_alter_table_online ndb.ndb_alter_table_online2
mysql-test@macbook$
