Skip to content

Test mysqldump with replication #2816

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 33 commits into from
Mar 13, 2025
Merged
Show file tree
Hide file tree
Changes from 31 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
a825b73
Added case with dumping and restoring a replicated table
Dec 2, 2024
8ab3578
Correcting dump creation with -etc flag
Dec 5, 2024
d81b77b
Fixed outputs in the replication-test.rec test
Dec 5, 2024
02b833c
Revert "Fixed outputs in the replication-test.rec test"
Dec 10, 2024
2488401
Big upgrade of replication-test.rec, mysqldump/restore test
Dec 11, 2024
db6749c
Update replication-test
Dec 11, 2024
270c799
Adding new test cases and tables to the replication-test.rec test
Dec 16, 2024
06efd42
Deleted Warnings
Dec 17, 2024
6ed486e
Added -- Warning: version string returned by server is incorrect.
Dec 17, 2024
fcb942a
Updateed show-settings.rec,
Dec 17, 2024
d3ab48d
Removed unnecessary queries
PavelShilin89 Dec 18, 2024
c668dc3
Update replication-test.rec
PavelShilin89 Dec 19, 2024
f82824e
Improved and test replication-with-mysqldump.rec, adding new data and…
PavelShilin89 Jan 6, 2025
aed0ee7
Added checking status nodes
PavelShilin89 Jan 6, 2025
910f54a
Splitting a common mysqldump into separate tables
PavelShilin89 Jan 6, 2025
75f7525
Merge branch 'master' into test/mysqldump-with-replication
PavelShilin89 Jan 26, 2025
fbae801
Update replication-with-mysqldump
PavelShilin89 Jan 26, 2025
e9850df
Added cases using different users
PavelShilin89 Feb 3, 2025
60c37c7
Added cases using different flags and users to the test replication-w…
PavelShilin89 Feb 3, 2025
4036def
Merge branch 'master' into test/mysqldump-with-replication
PavelShilin89 Mar 2, 2025
486966c
A new version of the replication-with-mysqldump.rec test was created
PavelShilin89 Mar 3, 2025
63f8dce
Added checks that stopwords and exceptions are correctly restored and…
PavelShilin89 Mar 6, 2025
a14eebf
cases of stopwords and exceptions checking were added to test-replica…
PavelShilin89 Mar 11, 2025
37d82c9
Added new case to test-replication-with-mysqldump.rec
PavelShilin89 Mar 12, 2025
675e6a9
added checks for hidden characters
PavelShilin89 Mar 12, 2025
5643d13
Update test-replication-with-mysqldump.rec
PavelShilin89 Mar 12, 2025
ec73a4b
Update show-settings.rec
PavelShilin89 Mar 12, 2025
fb3d791
Merge branch 'master' into test/mysqldump-with-replication
PavelShilin89 Mar 12, 2025
f1b1376
Deleted warnings from test-mysqldump and added regex to show-version.rec
PavelShilin89 Mar 12, 2025
7aa53bb
Revert "Deleted warnings from test-mysqldump and added regex to show-…
PavelShilin89 Mar 12, 2025
2238ad1
Update show-settings.rec
PavelShilin89 Mar 12, 2025
a7bcb2c
Update test-replication-with-mysqldump.rec
PavelShilin89 Mar 13, 2025
e610708
Replacing Russian text in the test
PavelShilin89 Mar 13, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions test/clt-tests/base/searchd-with-flexible-ports.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cat << EOF
common {
plugin_dir = /usr/local/lib/manticore
lemmatizer_base = /usr/share/manticore/morph/
lemmatizer_base = /usr/share/manticore/
}
searchd {
listen = 127.0.0.1:${INSTANCE}306:mysql41
Expand All @@ -14,7 +14,6 @@ searchd {
data_dir = /var/log/manticore-${INSTANCE}
query_log_format = sphinxql
query_log_commands = 1
diskchunk_flush_write_timeout = -1
}

EOF
37 changes: 18 additions & 19 deletions test/clt-tests/core/show-settings.rec
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,21 @@ export INSTANCE=1
––– input –––
mysql -h0 -P1306 -e "SHOW SETTINGS;"
––– output –––
+---------------------------------------+------------------------------------------------------------+
| Setting_name | Value |
+---------------------------------------+------------------------------------------------------------+
| configuration_file | /.clt/test/clt-tests/base/searchd-with-flexible-ports.conf |
| worker_pid | %{NUMBER} |
| searchd.listen | %{IPADDR}:%{NUMBER}:mysql41 |
| searchd.listen | %{IPADDR}:%{NUMBER} |
| searchd.listen | %{IPADDR}:%{NUMBER}:http |
| searchd.log | /var/log/manticore-1/searchd.log |
| searchd.query_log | /var/log/manticore-1/query.log |
| searchd.pid_file | /var/log/manticore-1/searchd.pid |
| searchd.data_dir | /var/log/manticore-1 |
| searchd.query_log_format | sphinxql |
| searchd.query_log_commands | 1 |
| searchd.diskchunk_flush_write_timeout | -1 |
| searchd.binlog_path | /var/log/manticore-1/binlog |
| common.plugin_dir | /usr/local/lib/manticore |
| common.lemmatizer_base | /usr/share/manticore/morph/ |
+---------------------------------------+------------------------------------------------------------+
+----------------------------+------------------------------------------------------------+
| Setting_name | Value |
+----------------------------+------------------------------------------------------------+
| configuration_file | /.clt/test/clt-tests/base/searchd-with-flexible-ports.conf |
| worker_pid | %{NUMBER} |
| searchd.listen | %{IPADDR}:%{NUMBER}:mysql41 |
| searchd.listen | %{IPADDR}:%{NUMBER} |
| searchd.listen | %{IPADDR}:%{NUMBER}:http |
| searchd.log | /var/log/manticore-1/searchd.log |
| searchd.query_log | /var/log/manticore-1/query.log |
| searchd.pid_file | /var/log/manticore-1/searchd.pid |
| searchd.data_dir | /var/log/manticore-1 |
| searchd.query_log_format | sphinxql |
| searchd.query_log_commands | 1 |
| searchd.binlog_path | /var/log/manticore-1/binlog |
| common.plugin_dir | /usr/local/lib/manticore |
| common.lemmatizer_base | /usr/share/manticore/ |
+----------------------------+------------------------------------------------------------+
Loading
Loading