Sveta Smirnova
a530c6f84c
PT-2340 - Support MySQL 8.4
...
- Fixed status check for 8.4 sandbox
- Removed option "reset" from the usage output, because option itself was removed by 92a36715c4
- Fixed sandbox/start-sandbox script, so it can start custom setups with 8.4
2024-07-23 17:33:52 +03:00
Sveta Smirnova
4612cb2b97
PT-2340 - Support MySQL 8.4
...
- Adjusted sandbox scripts, so they can start MySQL 8.4
- Added MySQL 8.4 configuration file
- Removed empty file sandbox/5.6
- Removed unused files sandbox/set-mysql, sandbox/slave_channels_t.sql, sandbox/jenkins-test
- Removed offensive terminology from the sandbox scripts wherever it is possible
2024-07-23 16:07:38 +03:00
Viktor Szépe
2bd40d8c39
Remove trailing spaces ( #665 )
...
* Remove trailing spaces
* PR-665 - Remove trailing spaces
- Updated not stable test t/pt-online-schema-change/preserve_triggers.t
- Updated utilities in bin directory
* PR-665 - Remove trailing spaces
- Fixed typos
* PR-665 - Remove trailing spaces
- Fixed typos
---------
Co-authored-by: Sveta Smirnova <sveta.smirnova@percona.com >
2023-09-06 01:15:12 +03:00
Viktor Szépe
ea67327ff7
Fix more typos ( #658 )
2023-08-22 19:34:24 +03:00
Sveta Smirnova
b2860eee31
PT-1336 pt-stalk
removes user files from destination ( #524 )
...
* PT-1336 Added file name checks and -maxdepth 1 parameter
* PT-1336 pt-stalk removes user files from the destination directory
* Added check that files to be removed were created by pt-stalk
* Added option -maxdepth 1 to find command, so the tool does not search for files in the nested directories
* Added unit tests
* This should fix PT-1812 also
2021-12-10 09:18:18 -03:00
Carlos Salguero
f3132d3cee
WIP
2018-01-25 00:01:56 -03:00
Carlos Salguero
e794f06d2b
Updated sandbox script to allow enabling TokuDB
2017-12-14 10:50:32 -03:00
Carlos Salguero
095815793e
PT-133 Fixed sandbox won't start if autocommit=0 in my.cnf
2017-05-05 14:36:50 -03:00
Carlos Salguero
be971eeee5
PT-80 Collect replication slave information
2017-03-27 17:30:06 -03:00
Tomislav Plavcic
3825c7a7be
Changes for running test with MariaDB
2017-03-13 16:47:51 +01:00
Daniel Nichter
3b96187313
Change --skip-gtid-uuid to --master-uuid. Make test more reliable. Simplify code and clean up docs.
2014-05-28 13:31:10 -07:00
vagrant
664449b153
Do not 'REPLACE INTO percona_test.sentinel' in start-sandbox because it doesn't work with RBR. Fix pt-table-checksum/pxc.t re this, and make pt-osc/pxc.t better re this.
2013-03-07 13:17:01 -08:00
Daniel Nichter
2dc610ffe7
Make 'test-env restart cluster' work.
2013-03-06 12:03:34 -07:00
Brian Fraser
42484ecd10
Merged mysql-5.6-test-fixes and resolved conflicts
2012-12-19 13:47:54 -03:00
Brian Fraser
6d01f5085b
start-sandbox: If starting a cluster node that isn't the first one in the cluster, change the first's wsrep_cluster_address. This stops /tmp/12345/stop; /tmp/12345/start from creating a second cluster -- instead, it rejoins the original
2012-12-11 18:43:45 -03:00
Daniel Nichter
e7c3e908bb
Create percona_test.sentinel in start-sandbox so wait_for_slave() works for other sandboxes. skip_all for skip_innodb.t with 5.6 because of http://bugs.mysql.com/67798 .
2012-12-04 00:14:20 +00:00
Daniel Nichter
6c9f4c0722
Fix sakila.sql so it loads on 5.0. Only wait 60s for replication for test-env start.
2012-12-03 20:06:47 +00:00
Brian Fraser
b9bfe6114c
Merged fix-821715-enable-local-infile-in-dsn
2012-10-30 22:12:57 -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
Daniel Nichter
6974cc7298
Fix wsrep_cluster_size check.
2012-10-16 15:46:17 -06:00
Brian Fraser fraserb@gmail.com
4449fb7cb7
test-env start cluster: Check that the cluster size is correct
2012-10-16 17:01:59 -03:00
Brian Fraser fraserb@gmail.com
4e833f3df3
Minimal PXC compat
2012-10-15 13:53:37 -03:00
Daniel Nichter
92a36715c4
Remove test-env reset. Fix pt-fifo-split plan.
2012-08-14 17:08:06 -06:00
Daniel Nichter
7e464dc3f8
Wait 1 minute to start and stop sandboxes. Report how long start/stop took. Clean up code.
2012-08-01 09:40:05 -06:00
Daniel Nichter
8b15e2936b
Wait longer for sandboxes to start. Dump their info better if they don't.
2012-07-31 16:30:52 -06:00
Daniel Nichter
010617ed65
Check LOAD DATA using Perl.
2012-07-31 15:54:44 -06: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
Daniel Nichter
efb6a0f6ce
Don't fail if /tmp/port/stop doesn't exist when stopping test env.
2012-07-19 12:40:51 -06:00
Daniel Nichter
f4b3bdb88b
Use just RAND() instead of RAND() + NOW() to avoid be coerced to an int and therefore not sub-second safe.
2012-06-06 13:52:17 -07:00
Daniel Nichter
a178bb32f8
Use md5 "pings" in percona_test.sentinel for sub-second tests that call wipe_clean() twice. Update t/lib/samples/SchemaIterator/all-dbs-tbls-5.0.txt for percona_test.sentinel. Restart slaves in pt-table-checksum/replication_filters.t. Modernize and make pt-table-sync/replicate_do_db.t stable.
2012-06-06 13:31:24 -07:00
Baron Schwartz
9865ad451d
add sanity checks and slave-lag synchronization to prevent replication breakage, false sandbox breakage, etc.
2012-06-06 04:47:45 -04: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
Baron Schwartz
5c23b95072
magic to check that tests didn't muck with test dataset
2012-06-05 03:24:59 -04:00
baron
95f7e53feb
simplify and clean up sandbox/test-env a little, also helps prevent error messages like this when running test-env: [Warning] option 'thread_stack': unsigned value 126976 adjusted to 131072
2012-06-05 10:22:04 -04:00
Daniel Nichter
fb924487ef
Tweak test-env kill a little; going to use it in Jenkins.
2012-06-04 11:41:58 -04:00
Daniel Nichter
4052c04759
Make sandbox/test-env print debug info when an error happens.
2012-06-04 11:20:53 -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
9383572742
Merge trunk r174.
2012-02-07 13:10:11 -07:00
Daniel Nichter
4ad88ddd93
Update progress.t, option_sanity.t, and standard_options.t. Make test env always have slave2 (12347, slave of 12346). Add PerconaTest::count_checksum_results(). Add util/wait-to-exec.
2011-10-14 11:45:11 -06:00
Daniel Nichter
048ad9493c
Various test tweaks for stability.
2011-08-25 11:08:57 -06:00
Daniel Nichter
e93381d6b6
Make sandbox scripts simpler and more reliable. Remove "remove" option from stop-sandbox and update tests that used it.
2011-08-23 09:11:00 -06:00
Daniel Nichter
0faa122867
Remove last references to Maakit. Update sandbox test env scripts.
2011-08-04 16:23:01 -06:00
Daniel Nichter
6c501128e6
Add lib/, t/lib/, and sandbox/. All modules are updated and passing on MySQL 5.1.
2011-06-24 11:22:06 -06:00