mariadb/mysql-test/lib/My
Michael Widenius 5933619ceb Made test-unit run in parlallel. This was achived by having all aria tests that uses temporary files to create the temporary file in an unique tempdirectory.
aria_chk now returns 1 if one got any warnings during check and 2 if one got errors.
lp:728919 maria_chk should fail on all detected corruptions

mysql-test/lib/My/SafeProcess.pm:
  Removed ^M lines from the file
storage/maria/ma_check.c:
  Fixed indentation
storage/maria/maria_chk.c:
  aria_chk now returns 1 if one got any warnings during check and 2 if one got errors.
storage/maria/unittest/ma_control_file-t.c:
  Use unique sub directory for test results
storage/maria/unittest/ma_maria_log_cleanup.c:
  Added help function create_tmpdir()
storage/maria/unittest/ma_pagecache_consist.c:
  Use unique sub directory for test results
storage/maria/unittest/ma_pagecache_rwconsist.c:
  Use unique sub directory for test results
storage/maria/unittest/ma_pagecache_rwconsist2.c:
  Use unique sub directory for test results
storage/maria/unittest/ma_pagecache_single.c:
  Use unique sub directory for test results
storage/maria/unittest/ma_test_all-t:
  Use unique sub directory for test results
storage/maria/unittest/ma_test_loghandler-t.c:
  Use unique sub directory for test results
storage/maria/unittest/ma_test_loghandler_first_lsn-t.c:
  Use unique sub directory for test results
  remove delete of files that are already deleted by maria_log_remove()
storage/maria/unittest/ma_test_loghandler_max_lsn-t.c:
  Use unique sub directory for test results
storage/maria/unittest/ma_test_loghandler_multigroup-t.c:
  Use unique sub directory for test results
storage/maria/unittest/ma_test_loghandler_multithread-t.c:
  Use unique sub directory for test results
storage/maria/unittest/ma_test_loghandler_noflush-t.c:
  Use unique sub directory for test results
  remove delete of files that are already deleted by maria_log_remove()
storage/maria/unittest/ma_test_loghandler_nologs-t.c:
  Use unique sub directory for test results
storage/maria/unittest/ma_test_loghandler_pagecache-t.c:
  Use unique sub directory for test results
  remove delete of files that are already deleted by maria_log_remove()
storage/maria/unittest/ma_test_loghandler_purge-t.c:
  Use unique sub directory for test results
support-files/compiler_warnings.supp:
  Supress some warnings
unittest/unit.pl:
  Run 4 unittests in parallel
2011-05-13 16:22:05 +03:00
..
File Merge with MySQL 5.1.57/58 2011-05-02 20:58:45 +03:00
SafeProcess Merge with MariaDB 5.1 2011-05-03 19:10:10 +03:00
Config.pm 5.1.51 merge 2010-10-19 15:58:35 +02:00
ConfigFactory.pm Merge with MariaDB 5.1 2011-05-03 19:10:10 +03:00
CoreDump.pm Fixed copyright headers in mtr src files 2011-01-18 11:03:44 +01:00
Find.pm Merge with MySQL 5.1.57/58 2011-05-02 20:58:45 +03:00
Handles.pm generalization of mtr to support suite.pm extensions: 2010-08-17 11:14:46 +04:00
Options.pm Fixed copyright headers in mtr src files 2011-01-18 11:03:44 +01:00
Platform.pm Fixed copyright headers in mtr src files 2011-01-18 11:03:44 +01:00
SafeProcess.pm Made test-unit run in parlallel. This was achived by having all aria tests that uses temporary files to create the temporary file in an unique tempdirectory. 2011-05-13 16:22:05 +03:00
Suite.pm generalization of mtr to support suite.pm extensions: 2010-08-17 11:14:46 +04:00
SysInfo.pm Fixed copyright headers in mtr src files 2011-01-18 11:03:44 +01:00
Test.pm Merge with MySQL 5.1.57/58 2011-05-02 20:58:45 +03:00