Carlos Salguero
c1d0134525
PT-1554 Made tests for table checksum reliable under MySQL 8
2018-06-20 15:23:04 -03:00
Carlos Salguero
d17ce01318
PT-118 Updated tests for basics.t
2018-05-07 14:20:30 -03:00
Carlos Salguero
51dcca5959
PT-572 Fixes for MySQL 8
...
- Updated sandbox data file
- Fixes for pt-upgrade since there is no query_cache in MySQL 8
- Updates for SchemaIterator since there are new/renamed tables in MySQL 8
- Disabled some tests due to errors in MySQL 8.0.4-rc
2018-02-01 11:30:12 -03:00
Carlos Salguero
99a17cd041
PT-207 Fixed tests
2017-12-16 11:28:03 -03:00
Carlos Salguero
3a62d1bdb4
PT-142 Fixed tests for MySQL 5.6
2017-05-23 16:38:06 -03:00
Carlos Salguero
e6e54839bf
More tests for 5.7 fixed
2017-04-28 17:15:53 -03:00
Carlos Salguero
fcd1cb173f
More 5.7 tests fixed
2017-04-27 16:44:46 -03:00
Carlos Salguero
92ac5987e1
Fixed some tests for MySQL 5.7
2017-04-25 16:50:54 -03:00
Carlos Salguero
3568cad229
PT-87 Added --skip-check-slave-lag to pt-table-checksum
2017-04-12 17:07:06 -03:00
Carlos Salguero
2b76371a4f
PT-96 Fixed LOCAL DATA INFILE commands and JSON format
2017-03-10 17:06:20 -03:00
Carlos Salguero
00ea1b280e
Fixes for pt-table-checksum tests
2017-01-23 14:10:54 -03:00
Carlos Salguero
9907cae8bb
Updated test plan in t/pt-table-checksum/basics.t
2017-01-18 11:25:56 -03:00
frank-cizmich
a9e7a61f04
more format printf and GetOpt::Long fixes
2016-02-09 16:21:38 -03:00
frank-cizmich
b85379017e
misc test fixes for pt-table-checksum 5.7 compat
2016-01-28 21:39:27 -03:00
frank-cizmich
8f8dc35075
removed couple of debugging leftovers
2016-01-12 18:07:49 -03:00
frank-cizmich
6433c99713
various 5.7 test and tool compatibility fixes
2015-12-24 09:49:17 -03:00
Frank Cizmich
ee5e46e08c
disables only_full_group_by
2015-01-05 20:15:27 -02:00
Frank Cizmich
bcacd7e08a
pt-table-checksum-PXC-inconsistent-results-upon-resume-1311654
2014-08-05 16:51:34 -03:00
Frank Cizmich
fa8254712b
fixes pt-table-checksum-PXC-inconsistent-results-upon-resume-1311654
2014-07-17 17:50:37 -03:00
Frank Cizmich
d3044a1bec
fixes pt-table-checksum and pt-osc rounding low max-load thresholds to same as starting value - issue 1253872
2014-07-11 13:39:25 -03:00
Frank Cizmich
1c1b3a9ac1
minor spelling correction
2014-07-06 21:43:50 -03:00
Daniel Nichter
4805b7b5c8
Note in docs: As of pt-table-checksum 2.2.5, skipped chunks cause a non-zero exit status. Also report skipped chunks due to lock wait timeout and killed query like other skipped chunks. Enhance explanation of SKIPPED column.
2013-10-10 12:21:39 -07:00
Daniel Nichter
cd29c0d7dc
Make ptc exit status 0, 255, or a bitmask of flags for various problems.
2013-10-03 11:32:11 -07:00
Daniel Nichter
1d42a09196
Remove --lock-wait-timeout from pt-table-checksum; make innodb_lock_waitout=1 a --set-vars default. Update all the ptc tests.
2013-03-01 19:02:13 -07:00
Daniel Nichter
2ffe8737a4
Fix pt-table-checksum/basics.t test that was affected by bug 1087804, and test for bug 1087804.
2013-02-27 19:44:37 -07:00
Daniel Nichter
5bb577a75b
Stablize the annoyingi pt-table-checksum/basics.t tests that always change by insignificant amounts anytime we change something with sandboxes.
2013-02-18 18:51:14 -07:00
Daniel Nichter
eb2585fb32
Various test fixes for MySQL 5.6.10 (which seems not to have mysql.hosts any longer).
2013-02-18 18:06:05 -07:00
Brian Fraser
d6a7bf0cdb
Remove the @INC shifts from the test files. This is no longer needed since the tools do their %INC mangling
2012-11-21 13:58:40 -03:00
Daniel Nichter
b5c48f07d1
Remove unused $limit. Make $chunk_size_limit || 1 because it's the one used for #-of-rows check on slaves. Reverse the new test because we don't want to disable the #-of-rows check.
2012-10-31 12:12:51 -06:00
Brian Fraser fraserb@gmail.com
1e3cc6131c
Fix for 938660: pt-table-checksum chunk-size-limit of 0 does not disable chunk size limit checking
2012-10-30 11:55:49 -03:00
Daniel Nichter
cc3826f665
Fix more test output broken by percona_test.load_data. Tweak ptc/t/privs.t so it passes on my box. Fix new start/stop scripts: don't check ibdata1 because SKIP_INNODB may be used. Make PerconaTest::output() cleaner.
2012-08-01 14:58:52 -06: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
69ba6c4efd
Reset nibble_time for each chunk.
2012-06-11 14:43:18 -04:00
Daniel Nichter
c9ace1b931
Failing test for SKIPPED if chunk # > 1.
2012-06-11 14:04:41 -04:00
Baron Schwartz
47fb3d65e8
Fix a bazillion tests with ANSI sql_mode, and get rid of a bunch of MySQLDump usage.
2012-06-09 14:43:33 -04:00
Daniel Nichter
dac0731251
Remove PerconaTest::wait_for_table() after calls to Sandbox::load_file() which now implicitly calls Sandbox::wait_for_slaves().
2012-06-07 10:25:44 -04:00
Brian Fraser fraserb@gmail.com
ed3d22ce38
t/pt-table-checksum/basics.t: Updated samples and tests
2012-06-06 18:38:13 -03:00
Daniel Nichter
03ebae4d3c
Update pt-table-checksum/basics.t samples for percona_test.sentinel on MySQL 5.0.
2012-06-06 14:29:08 -07:00
Baron Schwartz
1a40d1301f
Make sandbox servers log their actions, remove test-env reset from pt-table-checksum/basics.t to stop replication breakage
2012-06-06 00:57:19 -04:00
Daniel Nichter
b4c4c2c85e
Fix pt-table-checksum/basics.t to work with new percona_test db.
2012-06-05 15:00:25 -07:00
Daniel Nichter
a44a273800
Revert back to ok() for Sandbox::ok() so tests file don't have to be updated. Shorten verify_test_data_integrity() to verify_test_data().
2012-06-05 11:02:48 -07:00
Baron Schwartz
5c23b95072
magic to check that tests didn't muck with test dataset
2012-06-05 03:24:59 -04:00
Baron Schwartz
48fc1f82a7
Add version-specific results for mysql5.5
2012-06-04 12:04:16 -04:00
Daniel Nichter
4e90f65736
Make pt-table-checksum/relication_filters.t and progress.t stable. Add PerconaTest::wait_until_no_lag(). Fix sandbox/test-env reset.
2012-06-04 07:33:14 -07:00
Daniel Nichter
bdbb66d22b
Re-add calls to Sandbox::ok().
2012-06-03 13:54:32 -04:00
Daniel Nichter
7247a3a9ac
Test, ensure pt-table-checksum can handle col names with dots.
2012-03-01 08:20:12 -08:00
Daniel Nichter
8e9e8eb7a6
Test and fix space-flattening bug.
2012-02-21 13:22:56 -07:00
Daniel Nichter
4607cac898
Fix pt-table-checksum tests for MySQL 5.0.
2012-02-02 11:15:34 -07:00
Daniel Nichter
84929a0408
Test pt-table-chekcsum --where.
2012-01-31 13:09:46 -07:00
Daniel Nichter
024906eceb
Test bug 819450.
2012-01-31 11:40:24 -07:00