mariadb/mysql-test/suite/parts/inc
Mattias Jonsson afd4b25d8a Bug#56659: Mismatch of CAPITAL vs small letters in "unified filelist" partitioning output
Bug#56657: Test still uses "--exec rm -f ..." which is non-portable
Bug#56601: Test uses Unix path for temporary file, fails, and writes misleading message

Several tests that was written in a non portable way (failed on windows)

Fixed by
1) backporting the fix for replace_result to also apply to list_files
(mysqltest from mysql-trunk)
2) replacing all #p#/#sp#/#tmp# to #P#/#SP#/#TMP#/
(innodb always converts filenames to lower case in windows).
3) replacing '--exec rm -f' with '--remove_files_wildcard'
4) replacing a perl snippet with '--write_file'

client/mysqltest.cc:
  backport from mysql-trunk to allow replace_result to apply
  also on list_files
mysql-test/suite/parts/inc/partition_check_drop.inc:
  Compensate for differences between innodb on windows vs unix.
  Using mysqltest command, instead of unix command to remove files.
mysql-test/suite/parts/inc/partition_crash.inc:
  compensate for differences between innodb on windows vs unix
mysql-test/suite/parts/inc/partition_fail.inc:
  compensate for differences between innodb on windows vs unix
mysql-test/suite/parts/inc/partition_layout.inc:
  compensate for differences between innodb on windows vs unix
mysql-test/suite/parts/inc/partition_layout_check1.inc:
  compensate for differences between innodb on windows vs unix
mysql-test/suite/parts/inc/partition_layout_check2.inc:
  compensate for differences between innodb on windows vs unix
mysql-test/suite/parts/r/partition_recover_myisam.result:
  updated result
mysql-test/suite/parts/r/partition_special_myisam.result:
  updated result
mysql-test/suite/parts/t/part_supported_sql_func_innodb.test:
  Test takes very long time, require --big flag
mysql-test/suite/parts/t/partition_alter1_1_2_innodb.test:
  Test takes very long time, require --big flag
mysql-test/suite/parts/t/partition_alter1_2_innodb.test:
  Test takes very long time, require --big flag
mysql-test/suite/parts/t/partition_alter2_1_1_innodb.test:
  Test takes very long time, require --big flag
mysql-test/suite/parts/t/partition_alter2_1_2_innodb.test:
  Test takes very long time, require --big flag
mysql-test/suite/parts/t/partition_alter2_2_2_innodb.test:
  Test takes very long time, require --big flag
mysql-test/suite/parts/t/partition_alter4_innodb.test:
  Test takes very long time, require --big flag
mysql-test/suite/parts/t/partition_debug_sync_innodb.test:
  compensate for differences between innodb on windows vs unix
mysql-test/suite/parts/t/partition_recover_myisam.test:
  more generic suppression (failed in windows)
mysql-test/suite/parts/t/partition_special_myisam.test:
  Using portable mysqltest command 'write_file' instead of perl snippet.
2010-09-15 10:22:12 +02:00
..
methods1.inc Fixes for the bugs 2007-11-20 16:04:07 +01:00
part_blocked_sql_funcs_main.inc Post-push fixes for the bug #42849: 2009-12-14 20:27:43 +03:00
part_supported_sql_funcs_delete.inc Bug#36732: many disabled ndb tests in test suite parts 2008-07-01 20:38:15 +02:00
part_supported_sql_funcs_main.inc Fixes for the bugs 2007-11-20 16:04:07 +01:00
partition.pre - Add autodetection of which my.cnfs to use for each testcase if suite does 2008-01-10 16:50:37 +01:00
partition_10.inc Fixes for the bugs 2007-11-20 16:04:07 +01:00
partition_11.inc Fixes for the bugs 2007-11-20 16:04:07 +01:00
partition_12.inc Fixes for the bugs 2007-11-20 16:04:07 +01:00
partition_20.inc Fixes for the bugs 2007-11-20 16:04:07 +01:00
partition_alter1_1.inc Merge magare.gmz:/home/kgeorge/mysql/work/B36011-take2-5.0-bugteam 2008-05-16 19:03:50 +03:00
partition_alter1_1_2.inc Merge magare.gmz:/home/kgeorge/mysql/work/B36011-take2-5.0-bugteam 2008-05-16 19:03:50 +03:00
partition_alter1_2.inc Merge magare.gmz:/home/kgeorge/mysql/work/B36011-take2-5.0-bugteam 2008-05-16 19:03:50 +03:00
partition_alter2_1.inc merge of bug#47135 into mysql-next-mr-bugfixing 2009-11-25 09:19:34 +01:00
partition_alter2_2.inc merge of bug#47135 into mysql-next-mr-bugfixing 2009-11-25 09:19:34 +01:00
partition_alter3.inc Fixes for the bugs 2007-11-20 16:04:07 +01:00
partition_alter4.inc Bug#20129: ALTER TABLE ... REPAIR PARTITION ... complains that 2008-08-11 20:02:03 +02:00
partition_alter_1.inc Fixes for the bugs 2007-11-20 16:04:07 +01:00
partition_alter_11.inc Bug#36732: many disabled ndb tests in test suite parts 2008-07-01 20:38:15 +02:00
partition_alter_13.inc merge of bug#47135 into mysql-next-mr-bugfixing 2009-11-25 09:19:34 +01:00
partition_alter_41.inc Fixes for the bugs 2007-11-20 16:04:07 +01:00
partition_auto_increment.inc Bug#50392: insert_id is not reset for partitioned tables 2010-03-04 18:16:10 +01:00
partition_basic.inc additional test fix for Bug#32167 another privilege bypass with DATA/INDEX DIRECTORY 2008-02-29 12:52:50 +04:00
partition_basic_symlink.inc Bug#35306: partition_basic_symlink test failures 2008-03-17 16:18:02 +01:00
partition_bigint.inc Bug#36732: many disabled ndb tests in test suite parts 2008-07-01 20:38:15 +02:00
partition_binary.inc Bug#34225: test suit parts uses /tmp-dir 2008-02-06 15:13:56 +01:00
partition_bit.inc Bug#34225: suite/parts test failure 2008-02-07 16:26:22 +01:00
partition_blob.inc Bug#34225: test suit parts uses /tmp-dir 2008-02-06 15:13:56 +01:00
partition_blocked_sql_funcs.inc Fixes for the following bugs: 2007-08-27 14:08:32 -06:00
partition_char.inc Bug#34225: test suit parts uses /tmp-dir 2008-02-06 15:13:56 +01:00
partition_check.inc Fixes for the bugs 2007-11-20 16:04:07 +01:00
partition_check_drop.inc Bug#56659: Mismatch of CAPITAL vs small letters in "unified filelist" partitioning output 2010-09-15 10:22:12 +02:00
partition_check_read.inc Fixes for the bugs 2007-11-20 16:04:07 +01:00
partition_check_read1.inc Fixes for the bugs 2007-11-20 16:04:07 +01:00
partition_check_read2.inc Fixes for the bugs 2007-11-20 16:04:07 +01:00
partition_cleanup.inc Fixes for the bugs 2007-11-20 16:04:07 +01:00
partition_crash.inc Bug#56659: Mismatch of CAPITAL vs small letters in "unified filelist" partitioning output 2010-09-15 10:22:12 +02:00
partition_crash_add.inc Bug#53676: Unexpected errors and possible table 2010-08-13 09:50:25 +02:00
partition_crash_change.inc Bug#53676: Unexpected errors and possible table 2010-08-13 09:50:25 +02:00
partition_crash_drop.inc Bug#53676: Unexpected errors and possible table 2010-08-13 09:50:25 +02:00
partition_date.inc Bug#34225: test suit parts uses /tmp-dir 2008-02-06 15:13:56 +01:00
partition_datetime.inc Bug#34225: test suit parts uses /tmp-dir 2008-02-06 15:13:56 +01:00
partition_decimal.inc Bug#34225: test suit parts uses /tmp-dir 2008-02-06 15:13:56 +01:00
partition_directory.inc Bug#14326: No formatting of partitioning clause in SHOW CREATE TABLE output 2008-11-04 08:43:21 +01:00
partition_double.inc Bug#34225: test suit parts uses /tmp-dir 2008-02-06 15:13:56 +01:00
partition_engine.inc Post push fix 2008-02-25 21:18:50 +01:00
partition_enum.inc Bug#34225: test suit parts uses /tmp-dir 2008-02-06 15:13:56 +01:00
partition_fail.inc Bug#56659: Mismatch of CAPITAL vs small letters in "unified filelist" partitioning output 2010-09-15 10:22:12 +02:00
partition_fail_add.inc Bug#53676: Unexpected errors and possible table 2010-08-13 09:50:25 +02:00
partition_fail_change.inc Bug#53676: Unexpected errors and possible table 2010-08-13 09:50:25 +02:00
partition_fail_drop.inc Bug#53676: Unexpected errors and possible table 2010-08-13 09:50:25 +02:00
partition_float.inc Bug#34225: test suit parts uses /tmp-dir 2008-02-06 15:13:56 +01:00
partition_int.inc Bug#36732: many disabled ndb tests in test suite parts 2008-07-01 20:38:15 +02:00
partition_key_4col.inc Bug#34225: test suit parts uses /tmp-dir 2008-02-06 15:13:56 +01:00
partition_key_8col.inc Bug#34225: test suit parts uses /tmp-dir 2008-02-06 15:13:56 +01:00
partition_key_16col.inc Bug#34225: test suit parts uses /tmp-dir 2008-02-06 15:13:56 +01:00
partition_key_32col.inc WL#3352, Introducing Column list partitioning, makes it possible to partition on most data types, makes it possible to prune on multi-field partitioning 2009-09-15 17:07:52 +02:00
partition_layout.inc Bug#56659: Mismatch of CAPITAL vs small letters in "unified filelist" partitioning output 2010-09-15 10:22:12 +02:00
partition_layout_check1.inc Bug#56659: Mismatch of CAPITAL vs small letters in "unified filelist" partitioning output 2010-09-15 10:22:12 +02:00
partition_layout_check2.inc Bug#56659: Mismatch of CAPITAL vs small letters in "unified filelist" partitioning output 2010-09-15 10:22:12 +02:00
partition_mediumint.inc Bug#36732: many disabled ndb tests in test suite parts 2008-07-01 20:38:15 +02:00
partition_methods1.inc Bug#35306: partition_basic_symlink test failures 2008-03-17 16:18:02 +01:00
partition_methods2.inc Bug#35306: partition_basic_symlink test failures 2008-03-17 16:18:02 +01:00
partition_mgm.inc Bug#49907: ALTER TABLE ... TRUNCATE PARTITION does not wait for 2010-08-16 14:53:30 +02:00
partition_mgm_crash.inc Bug#53676: Unexpected errors and possible table 2010-08-13 09:50:25 +02:00
partition_set.inc Bug#34225: test suit parts uses /tmp-dir 2008-02-06 15:13:56 +01:00
partition_smallint.inc Bug#36732: many disabled ndb tests in test suite parts 2008-07-01 20:38:15 +02:00
partition_supported_sql_funcs.inc merged 5.1 main to 5.1-rpl 2008-08-04 07:04:47 +02:00
partition_syntax.inc Fixed test cases with regards to error codes 2009-10-21 18:27:34 +02:00
partition_syntax_1.inc Fixes for the bugs 2007-11-20 16:04:07 +01:00
partition_syntax_2.inc Fixes for the bugs 2007-11-20 16:04:07 +01:00
partition_text.inc Bug#34225: test suit parts uses /tmp-dir 2008-02-06 15:13:56 +01:00
partition_time.inc Bug#34225: test suit parts uses /tmp-dir 2008-02-06 15:13:56 +01:00
partition_timestamp.inc Post-push fixes for the bug #42849: 2009-12-14 20:27:43 +03:00
partition_tinyint.inc Bug#36732: many disabled ndb tests in test suite parts 2008-07-01 20:38:15 +02:00
partition_trigg1.inc Fixes for the bugs 2007-11-20 16:04:07 +01:00
partition_trigg2.inc Fixes for the bugs 2007-11-20 16:04:07 +01:00
partition_trigg3.inc Fixes for the bugs 2007-11-20 16:04:07 +01:00
partition_value.inc Fixes for the bugs 2007-11-20 16:04:07 +01:00
partition_varbinary.inc Bug#34225: test suit parts uses /tmp-dir 2008-02-06 15:13:56 +01:00
partition_varchar.inc Bug#34225: test suit parts uses /tmp-dir 2008-02-06 15:13:56 +01:00
partition_year.inc Bug#34225: test suit parts uses /tmp-dir 2008-02-06 15:13:56 +01:00