Commit Graph

9650 Commits (4e39f3bdc4888ee7bd34b3fcba3b986503efe20b)
 

Author SHA1 Message Date
Rene Cannao 4e39f3bdc4 fix: parse caching_sha2_password rounds as hex (auth fails on rounds >= 10000)
1 month ago
Rene Cannao ef351a6a67 test/groups: drop reg_test_3992 from mysql8x/95 groups
1 month ago
Rene Cannao b860662c17 test/infra: slim dbdeployer images (~70-77% smaller)
1 month ago
René Cannaò 82fadbc1f4
Merge pull request #5623 from sysown/v3.0-issue5621
1 month ago
René Cannaò 17a54193cc
Merge pull request #5637 from sysown/v3.0_new_zstd
1 month ago
Rene Cannao 4d251c80ec Revert 'enable_client_session_tracking' variable; keep greeting fix
1 month ago
Rene Cannao 174c5bda20 test: expand zstd_compression_level test with MySQL 8.4 C API and timing benchmark
1 month ago
Rene Cannao 6b311b7014 Restore greeting upper-word caps via local 'extended_capabilities'
1 month ago
Rene Cannao 536c9d9169 Restore greeting upper-word capabilities dropped in 8c6a6444d
1 month ago
Rene Cannao f9f6f74ecc fix: address code review issues in zstd compression level test
1 month ago
Rene Cannao 4631b1f466 fix: clean groups.json diff — only add mysql-zstd_compression_level-t entry
1 month ago
Rene Cannao 6dae8d125f test: add TAP tests and housekeeping for mysql-zstd_compression_level
1 month ago
Rene Cannao 1c3057ecf2 feat: use mysql-zstd_compression_level for zstd compression
1 month ago
Rene Cannao aa24529f39 feat: register mysql-zstd_compression_level variable in MySQL thread
1 month ago
Rene Cannao 266a10617f feat: declare mysql_thread___zstd_compression_level thread-local and struct member
1 month ago
René Cannaò aecac96c84
Merge pull request #5638 from sysown/fix/lint-groups-json-format
1 month ago
Rene Cannao a0f685b998 fix: reformat groups.json to one-line-per-entry and add --fix to linter
1 month ago
René Cannaò 13ff9d7671
Merge pull request #5625 from sysown/v3.0-dbdeployer-mysql84-gr
1 month ago
Rene Cannao 7c6f42bcd8 fix: MySQL 9.x charset handling and log_last_insert_id test race
1 month ago
Rene Cannao d212102ce5 fix(tests): drop pgsql-* tests from mysql{84,90,95}-g[1-5]
1 month ago
Rene Cannao 4534e5b4dc feat(tests): merge legacy-g[1-5] test sets into mysql{84,90,95}-g[1-5]
1 month ago
Rene Cannao d5b796cdea fix(test/tap): halve expected backend conn count in test_sqlite3_pass_exts-t on 9.x
1 month ago
Rene Cannao cbbd10ba74 fix(test/tap): skip native_password backend fixtures on MySQL 9.x in test_sqlite3_pass_exts-t
1 month ago
Rene Cannao 5bb19a99b1 fix(test/tap): skip reg_test_4935-caching_sha2-t on MySQL 9.x
1 month ago
Rene Cannao 5f50724845 fix(test/tap): skip mysql_native_password fixtures on MySQL 9.x in test_auth_methods-t
1 month ago
Rene Cannao 8c36be3606 fix(test/tap): make create_mysql_user helper backend-version aware
1 month ago
Rene Cannao e11411fde2 fix(infra): use 'mysql -E -e STATEMENT' instead of 'mysql -e STATEMENT\G'
1 month ago
Rene Cannao bee37b2cb8 fix(tester): abort when TAP_GROUP is set but has no tests registered
1 month ago
Rene Cannao 7eee687415 feat(tests): mirror mysql84-g[2-5] test sets into mysql90-g[2-5]
1 month ago
Rene Cannao efa7922d01 feat(infra): add dbdeployer-based MySQL 9.0/9.5 binlog-reader infras
1 month ago
Rene Cannao f07859fd40 feat(tests): mirror mysql84-g[1-5] test sets into mysql95-g[1-5]
1 month ago
Rene Cannao 360d425900 fix(infra): use actual mysql-9.x-linux-glibc2.17-x86_64 tarball names
1 month ago
Rene Cannao de9e73cb5f feat(infra): add dbdeployer-based MySQL 9.0/9.3/9.5 standalone and GR infras
1 month ago
Rene Cannao 5c3bc7dee2 fix(infra): cap pgsql_servers max_connections to 50 per HG
1 month ago
Rene Cannao 1320e7dbe6 feat(infra): add infra-dbdeployer-mysql84-gr and update mysql84-gr group
1 month ago
Rene Cannao 7c7dee4b66 feat(infra): add infra-dbdeployer-mysql84-gr for Group Replication
1 month ago
René Cannaò 824588d198
Merge pull request #5606 from sysown/lint-tap-tests-static-analysis
1 month ago
Rene Cannao 13a43e2ffe fix(test/tap): revert two semantic regressions from cleanup commits
1 month ago
Rene Cannao 3babaada88 fix: remove stale gtid_utils_unit-t from groups.json
1 month ago
Rene Cannao 2b89708e5f fix: treat missing test executables as errors in check_groups.py
1 month ago
Rene Cannao 6f5cf1f169 fix: sort groups.json keys after v3.0 merge
1 month ago
Rene Cannao c72cdd9768 Merge remote-tracking branch 'origin/v3.0' into lint-tap-tests-static-analysis
1 month ago
Rene Cannao 6e1483f1f3 Address PR review feedback for test_greeting_capabilities
1 month ago
René Cannaò c05302b954
Merge pull request #5619 from sysown/fix/groups-json-orphaned-entries
1 month ago
René Cannaò 732a65da5d
Merge branch 'v3.0' into fix/groups-json-orphaned-entries
1 month ago
Rene Cannao 903aab01d9 fix(tests): poll for NON-SSL counter increase in pgsql monitor SSL test
1 month ago
Rene Cannao 6d42ec2c97 fix(infra+tests): resolve SSL cert and binlog size issues with dbdeployer
1 month ago
Rene Cannao 65c7479557 fix(infra): collect SSL CA certs from ALL nodes, not just node1
1 month ago
Rene Cannao c215fab409 revert(infra): remove max_connect_errors, fix the root cause instead
1 month ago
Rene Cannao 70a6194512 fix(infra): set max_connect_errors=10000 in dbdeployer entrypoints
1 month ago