Sveta Smirnova
01de987154
PT-2141 fix tests for pt-archiver ( #581 )
...
* PT-2141 Fix tests for pt-archiver
Fixed tests t/pt-archiver/bulk_insert.t, t/pt-archiver/issue_1225.t, t/pt-archiver/issue_1229.t
Their failures were due to change of utf8 alias from utf8mb3 in MySQL 5.7 to utf8mb4 in MySQL 8.0.
And also due to character set match check between connection ad source table.
* PT-2141 Fix tests for pt-archiver
Removed test for PT-1898, because it was broken from the beginning:
- it called pt-online-schema-change instead of pt-archiver
- it announced it will run 6 tests while was running only 2
- the test case itself did not test the issue, described in PT-1898
2023-02-02 17:09:34 +03:00
Brian Fraser
e3dae6cc50
bulk_insert.t: Stop using Encode::_utf8_on(), use utf8::decode() instead
2013-04-19 20:45:19 -03:00
Brian Fraser
22fab42e01
Fix for 1127450 in DBD::mysql 3.0007
2013-04-19 19:13:55 -03:00
Brian Fraser
4abf15e963
Fix for 1127450: pt-archiver wide character
2013-04-02 06:59:58 -03:00
Brian Fraser
7efb2dbf37
t/pt-archiver/bulk_insert.t: Stop checking hardcoded indexes
2012-11-21 13:21:56 -03:00
Brian Fraser fraserb@gmail.com
9e832790f8
LOAD DATA LOCAL INFILE: The hopefully final fix.
...
This introduces a L option to the DSNs of pt-upgrade and pt-archiver,
which turns on mysql_local_infile.
2012-10-17 19:19:44 -03:00
Brian Fraser
a433fa7d1c
Update modules and remove the $can_local_infile skips
2012-08-30 23:46:33 -03:00
Daniel Nichter
570b26de20
Remove LOAD DATA check from pt-archiver and pt-upgrade. Make test-env check if LOAD DATA works and PerconaTest export . Rewrite how pt-archiver/t/bulk_insert.t conditionalizes on LOAD DATA working.
2012-07-31 15:37:02 -06:00
Brian Fraser
0d572c3a02
Some changes that somehow went missing during the merge
2012-07-13 03:30:05 -03:00
Brian Fraser
0277f19f6d
t/pt-archiver/bulk_insert.t: Don't assume that the db is already there
2012-07-12 14:14:47 -03:00
Brian Fraser
e0d97bbc98
pt-upgrade: Deal with LOCAL INFILE being disabled
2012-07-11 18:36:43 -03:00
Brian Fraser
e9c9608c33
pt-archiver & tests: Deal with LOAD DATA LOCAL INFILE being disabled.
...
This occasionally shows up in some OSs, like Ubuntu 12.04 LTS.
2012-07-11 17:31:03 -03:00
Daniel Nichter
bdbb66d22b
Re-add calls to Sandbox::ok().
2012-06-03 13:54:32 -04:00
Daniel Nichter
eb01431399
Change MaatkitTest to PerconaTest in all tool tests. Add stub tests for pt-align and pt-collect.
2011-07-12 16:56:55 -06:00
Daniel Nichter
8e11cd85b3
Change mk_tool::main() to pt_tool::main() in all tests.
2011-06-29 11:56:49 -06:00
Daniel Nichter
b4b6376be1
Add forked Maatkit tools in bin/ and their tests in t/.
2011-06-24 16:02:05 -06:00