manticoresoftware / manticoresearch-backup

Repository for Manticore Search backup scripts
GNU General Public License v3.0
3 stars 1 forks source link

Commits in update deps.txt pull request #112

Closed donhardman closed 3 months ago

github-actions[bot] commented 4 months ago

clt

👎 CLT tests in tests/ ✅ OK: 7 ❌ Failed: 1 ⏳ Duration: 24s 👉 Check Action Results for commit 44319cd Failed tests:

tests/backup-works-with-max-connections.rec ```diff ––– input ––– cp tests/config/manticore-vip.conf /etc/manticoresearch/manticore.conf ––– output ––– ––– input ––– searchd ––– output ––– Manticore %{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (secondary %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (knn %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) Copyright (c) 2001-2016, Andrew Aksyonoff Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com) Copyright (c) 2017-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) [#!/[0-9]{2}:[0-9]{2}\.[0-9]{3}/!#] [#!/[0-9]+/!#] using config file '/etc/manticoresearch/manticore.conf' (#!/[0-9]+/!# chars)... starting daemon version '%{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} %{COMMITDATE}) (secondary %{SEMVER} %{COMMITDATE}) (knn %{SEMVER} %{COMMITDATE})' ... listening on %{IPADDR}:9312 for sphinx and http(s) listening on %{IPADDR}:9306 for mysql listening on %{IPADDR}:9307 for VIP mysql listening on %{IPADDR}:9308 for sphinx and http(s) listening on %{IPADDR}:9313 for VIP sphinx and http(s) ––– input ––– manticore-backup --version ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore Backup version: %{SEMVER} ––– input ––– mysql -h0 -P9306 < tests/dumps/tables.sql ––– output ––– + ERROR 1047 (08S01): maxed out, dismissing client ––– input ––– curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' & ––– output ––– [1] %{NUMBER} ––– input ––– mysql -h0 -P9307 -e 'show tables' ––– output ––– - +---------------------+-------------+ + {"error":"maxed out, dismissing client"}[1]+ Done curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' - | Index | Type | - +---------------------+-------------+ - | distributed_index | distributed | - | rt_with_columnar | rt | - | rt_without_columnar | rt | - | test | rt | - +---------------------+-------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table distributed_index' ––– output ––– - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | distributed_index | CREATE TABLE distributed_index type='distributed' local='rt_with_columnar' local='rt_without_columnar' agent='127.0.0.1:9312:plain_with_columnar, plain_without_columnar' | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_with_columnar' ––– output ––– - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_with_columnar | CREATE TABLE rt_with_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute engine='columnar', - tags multi, - attributes json - ) | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_without_columnar' ––– output ––– - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_without_columnar | CREATE TABLE rt_without_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute, - tags multi, - attributes json - ) | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– ls -lt /tmp/backup-* ––– output ––– ls: cannot access '/tmp/backup-*': No such file or directory ––– input ––– manticore-backup --backup-dir=/tmp ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore config file: /etc/manticoresearch/manticore.conf Tables to backup: all tables Backup dir: /tmp Manticore config endpoint = http://%{IPADDR}:9313 Manticore versions: manticore: %{SEMVER} %{COMMITDATE} dev columnar: %{SEMVER} %{COMMITDATE} secondary: %{SEMVER} %{COMMITDATE} knn: %{SEMVER} %{COMMITDATE} buddy: %{SEMVER} %{DATETIME} [Info] Starting the backup... - %{DATETIME} [Info] Backing up config files... + 2024-05-13 13:52:15 [Error] You have no tables to backup. - %{DATETIME} [Info] config files - OK - %{DATETIME} [Info] Backing up global state files... - %{DATETIME} [Info] global state files – OK - %{DATETIME} [Info] Backing up tables... - %{DATETIME} [Info] distributed_index (distributed)... - %{DATETIME} [Info] SKIP - %{DATETIME} [Info] rt_with_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] rt_without_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] test (rt) [%{NUMBER}B]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] Running sync - %{DATETIME} [Info] OK - %{DATETIME} [Info] You can find backup here: /tmp/backup-%{NUMBER} - %{DATETIME} [Info] Elapsed time: #!/([0-9]+\.[0-9]+|0)/!#s - %{DATETIME} [Info] Done ––– input ––– ls -lh /tmp/backup-* ––– output ––– total 16K %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# config %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# data %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# state %{FILEPERMS} %{NUMBER} root root %{NUMBER} #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# versions.json ```
github-actions[bot] commented 4 months ago

clt

👎 CLT tests in tests/ ✅ OK: 7 ❌ Failed: 1 ⏳ Duration: 22s 👉 Check Action Results for commit 64f6796 Failed tests:

tests/backup-works-with-max-connections.rec ```diff ––– input ––– cp tests/config/manticore-vip.conf /etc/manticoresearch/manticore.conf ––– output ––– ––– input ––– searchd ––– output ––– Manticore %{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (secondary %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (knn %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) Copyright (c) 2001-2016, Andrew Aksyonoff Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com) Copyright (c) 2017-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) [#!/[0-9]{2}:[0-9]{2}\.[0-9]{3}/!#] [#!/[0-9]+/!#] using config file '/etc/manticoresearch/manticore.conf' (#!/[0-9]+/!# chars)... starting daemon version '%{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} %{COMMITDATE}) (secondary %{SEMVER} %{COMMITDATE}) (knn %{SEMVER} %{COMMITDATE})' ... listening on %{IPADDR}:9312 for sphinx and http(s) listening on %{IPADDR}:9306 for mysql listening on %{IPADDR}:9307 for VIP mysql listening on %{IPADDR}:9308 for sphinx and http(s) listening on %{IPADDR}:9313 for VIP sphinx and http(s) ––– input ––– manticore-backup --version ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore Backup version: %{SEMVER} ––– input ––– mysql -h0 -P9306 < tests/dumps/tables.sql ––– output ––– + ERROR 1047 (08S01): maxed out, dismissing client ––– input ––– curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' & ––– output ––– [1] %{NUMBER} ––– input ––– mysql -h0 -P9307 -e 'show tables' ––– output ––– - +---------------------+-------------+ + {"error":"maxed out, dismissing client"}[1]+ Done curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' - | Index | Type | - +---------------------+-------------+ - | distributed_index | distributed | - | rt_with_columnar | rt | - | rt_without_columnar | rt | - | test | rt | - +---------------------+-------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table distributed_index' ––– output ––– - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | distributed_index | CREATE TABLE distributed_index type='distributed' local='rt_with_columnar' local='rt_without_columnar' agent='127.0.0.1:9312:plain_with_columnar, plain_without_columnar' | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_with_columnar' ––– output ––– - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_with_columnar | CREATE TABLE rt_with_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute engine='columnar', - tags multi, - attributes json - ) | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_without_columnar' ––– output ––– - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_without_columnar | CREATE TABLE rt_without_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute, - tags multi, - attributes json - ) | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– ls -lt /tmp/backup-* ––– output ––– ls: cannot access '/tmp/backup-*': No such file or directory ––– input ––– manticore-backup --backup-dir=/tmp ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore config file: /etc/manticoresearch/manticore.conf Tables to backup: all tables Backup dir: /tmp Manticore config endpoint = http://%{IPADDR}:9313 Manticore versions: manticore: %{SEMVER} %{COMMITDATE} dev columnar: %{SEMVER} %{COMMITDATE} secondary: %{SEMVER} %{COMMITDATE} knn: %{SEMVER} %{COMMITDATE} buddy: %{SEMVER} %{DATETIME} [Info] Starting the backup... - %{DATETIME} [Info] Backing up config files... + 2024-05-13 13:55:47 [Error] You have no tables to backup. - %{DATETIME} [Info] config files - OK - %{DATETIME} [Info] Backing up global state files... - %{DATETIME} [Info] global state files – OK - %{DATETIME} [Info] Backing up tables... - %{DATETIME} [Info] distributed_index (distributed)... - %{DATETIME} [Info] SKIP - %{DATETIME} [Info] rt_with_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] rt_without_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] test (rt) [%{NUMBER}B]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] Running sync - %{DATETIME} [Info] OK - %{DATETIME} [Info] You can find backup here: /tmp/backup-%{NUMBER} - %{DATETIME} [Info] Elapsed time: #!/([0-9]+\.[0-9]+|0)/!#s - %{DATETIME} [Info] Done ––– input ––– ls -lh /tmp/backup-* ––– output ––– total 16K %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# config %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# data %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# state %{FILEPERMS} %{NUMBER} root root %{NUMBER} #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# versions.json ```
github-actions[bot] commented 4 months ago

clt

👎 CLT tests in tests/ ✅ OK: 7 ❌ Failed: 1 ⏳ Duration: 23s 👉 Check Action Results for commit b84078e Failed tests:

tests/backup-works-with-max-connections.rec ```diff ––– input ––– cp tests/config/manticore-vip.conf /etc/manticoresearch/manticore.conf ––– output ––– ––– input ––– searchd ––– output ––– Manticore %{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (secondary %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (knn %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) Copyright (c) 2001-2016, Andrew Aksyonoff Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com) Copyright (c) 2017-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) [#!/[0-9]{2}:[0-9]{2}\.[0-9]{3}/!#] [#!/[0-9]+/!#] using config file '/etc/manticoresearch/manticore.conf' (#!/[0-9]+/!# chars)... starting daemon version '%{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} %{COMMITDATE}) (secondary %{SEMVER} %{COMMITDATE}) (knn %{SEMVER} %{COMMITDATE})' ... listening on %{IPADDR}:9312 for sphinx and http(s) listening on %{IPADDR}:9306 for mysql listening on %{IPADDR}:9307 for VIP mysql listening on %{IPADDR}:9308 for sphinx and http(s) listening on %{IPADDR}:9313 for VIP sphinx and http(s) ––– input ––– manticore-backup --version ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore Backup version: %{SEMVER} ––– input ––– mysql -h0 -P9306 < tests/dumps/tables.sql ––– output ––– + ERROR 1047 (08S01): maxed out, dismissing client ––– input ––– curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' & ––– output ––– [1] %{NUMBER} ––– input ––– mysql -h0 -P9307 -e 'show tables' ––– output ––– - +---------------------+-------------+ + {"error":"maxed out, dismissing client"}[1]+ Done curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' - | Index | Type | - +---------------------+-------------+ - | distributed_index | distributed | - | rt_with_columnar | rt | - | rt_without_columnar | rt | - | test | rt | - +---------------------+-------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table distributed_index' ––– output ––– - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | distributed_index | CREATE TABLE distributed_index type='distributed' local='rt_with_columnar' local='rt_without_columnar' agent='127.0.0.1:9312:plain_with_columnar, plain_without_columnar' | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_with_columnar' ––– output ––– - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_with_columnar | CREATE TABLE rt_with_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute engine='columnar', - tags multi, - attributes json - ) | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_without_columnar' ––– output ––– - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_without_columnar | CREATE TABLE rt_without_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute, - tags multi, - attributes json - ) | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– ls -lt /tmp/backup-* ––– output ––– ls: cannot access '/tmp/backup-*': No such file or directory ––– input ––– manticore-backup --backup-dir=/tmp ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore config file: /etc/manticoresearch/manticore.conf Tables to backup: all tables Backup dir: /tmp Manticore config endpoint = http://%{IPADDR}:9313 Manticore versions: manticore: %{SEMVER} %{COMMITDATE} dev columnar: %{SEMVER} %{COMMITDATE} secondary: %{SEMVER} %{COMMITDATE} knn: %{SEMVER} %{COMMITDATE} buddy: %{SEMVER} %{DATETIME} [Info] Starting the backup... - %{DATETIME} [Info] Backing up config files... + 2024-05-13 13:57:31 [Error] You have no tables to backup. - %{DATETIME} [Info] config files - OK - %{DATETIME} [Info] Backing up global state files... - %{DATETIME} [Info] global state files – OK - %{DATETIME} [Info] Backing up tables... - %{DATETIME} [Info] distributed_index (distributed)... - %{DATETIME} [Info] SKIP - %{DATETIME} [Info] rt_with_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] rt_without_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] test (rt) [%{NUMBER}B]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] Running sync - %{DATETIME} [Info] OK - %{DATETIME} [Info] You can find backup here: /tmp/backup-%{NUMBER} - %{DATETIME} [Info] Elapsed time: #!/([0-9]+\.[0-9]+|0)/!#s - %{DATETIME} [Info] Done ––– input ––– ls -lh /tmp/backup-* ––– output ––– total 16K %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# config %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# data %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# state %{FILEPERMS} %{NUMBER} root root %{NUMBER} #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# versions.json ```
github-actions[bot] commented 4 months ago

clt

👎 CLT tests in tests/ ✅ OK: 7 ❌ Failed: 1 ⏳ Duration: 26s 👉 Check Action Results for commit 34e2040 Failed tests:

tests/backup-works-with-max-connections.rec ```diff ––– input ––– cp tests/config/manticore-vip.conf /etc/manticoresearch/manticore.conf ––– output ––– ––– input ––– searchd ––– output ––– Manticore %{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (secondary %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (knn %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) Copyright (c) 2001-2016, Andrew Aksyonoff Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com) Copyright (c) 2017-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) [#!/[0-9]{2}:[0-9]{2}\.[0-9]{3}/!#] [#!/[0-9]+/!#] using config file '/etc/manticoresearch/manticore.conf' (#!/[0-9]+/!# chars)... starting daemon version '%{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} %{COMMITDATE}) (secondary %{SEMVER} %{COMMITDATE}) (knn %{SEMVER} %{COMMITDATE})' ... listening on %{IPADDR}:9312 for sphinx and http(s) listening on %{IPADDR}:9306 for mysql listening on %{IPADDR}:9307 for VIP mysql listening on %{IPADDR}:9308 for sphinx and http(s) listening on %{IPADDR}:9313 for VIP sphinx and http(s) ––– input ––– manticore-backup --version ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore Backup version: %{SEMVER} ––– input ––– mysql -h0 -P9306 < tests/dumps/tables.sql ––– output ––– + ERROR 1047 (08S01): maxed out, dismissing client ––– input ––– curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' & ––– output ––– [1] %{NUMBER} ––– input ––– mysql -h0 -P9307 -e 'show tables' ––– output ––– - +---------------------+-------------+ + {"error":"maxed out, dismissing client"}[1]+ Done curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' - | Index | Type | - +---------------------+-------------+ - | distributed_index | distributed | - | rt_with_columnar | rt | - | rt_without_columnar | rt | - | test | rt | - +---------------------+-------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table distributed_index' ––– output ––– - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | distributed_index | CREATE TABLE distributed_index type='distributed' local='rt_with_columnar' local='rt_without_columnar' agent='127.0.0.1:9312:plain_with_columnar, plain_without_columnar' | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_with_columnar' ––– output ––– - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_with_columnar | CREATE TABLE rt_with_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute engine='columnar', - tags multi, - attributes json - ) | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_without_columnar' ––– output ––– - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_without_columnar | CREATE TABLE rt_without_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute, - tags multi, - attributes json - ) | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– ls -lt /tmp/backup-* ––– output ––– ls: cannot access '/tmp/backup-*': No such file or directory ––– input ––– manticore-backup --backup-dir=/tmp ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore config file: /etc/manticoresearch/manticore.conf Tables to backup: all tables Backup dir: /tmp Manticore config endpoint = http://%{IPADDR}:9313 Manticore versions: manticore: %{SEMVER} %{COMMITDATE} dev columnar: %{SEMVER} %{COMMITDATE} secondary: %{SEMVER} %{COMMITDATE} knn: %{SEMVER} %{COMMITDATE} buddy: %{SEMVER} %{DATETIME} [Info] Starting the backup... - %{DATETIME} [Info] Backing up config files... + 2024-05-13 14:00:33 [Error] You have no tables to backup. - %{DATETIME} [Info] config files - OK - %{DATETIME} [Info] Backing up global state files... - %{DATETIME} [Info] global state files – OK - %{DATETIME} [Info] Backing up tables... - %{DATETIME} [Info] distributed_index (distributed)... - %{DATETIME} [Info] SKIP - %{DATETIME} [Info] rt_with_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] rt_without_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] test (rt) [%{NUMBER}B]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] Running sync - %{DATETIME} [Info] OK - %{DATETIME} [Info] You can find backup here: /tmp/backup-%{NUMBER} - %{DATETIME} [Info] Elapsed time: #!/([0-9]+\.[0-9]+|0)/!#s - %{DATETIME} [Info] Done ––– input ––– ls -lh /tmp/backup-* ––– output ––– total 16K %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# config %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# data %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# state %{FILEPERMS} %{NUMBER} root root %{NUMBER} #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# versions.json ```
github-actions[bot] commented 4 months ago

clt

👎 CLT tests in tests/ ✅ OK: 7 ❌ Failed: 1 ⏳ Duration: 24s 👉 Check Action Results for commit 5aa893b Failed tests:

tests/backup-works-with-max-connections.rec ```diff ––– input ––– cp tests/config/manticore-vip.conf /etc/manticoresearch/manticore.conf ––– output ––– ––– input ––– searchd ––– output ––– Manticore %{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (secondary %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (knn %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) Copyright (c) 2001-2016, Andrew Aksyonoff Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com) Copyright (c) 2017-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) [#!/[0-9]{2}:[0-9]{2}\.[0-9]{3}/!#] [#!/[0-9]+/!#] using config file '/etc/manticoresearch/manticore.conf' (#!/[0-9]+/!# chars)... starting daemon version '%{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} %{COMMITDATE}) (secondary %{SEMVER} %{COMMITDATE}) (knn %{SEMVER} %{COMMITDATE})' ... listening on %{IPADDR}:9312 for sphinx and http(s) listening on %{IPADDR}:9306 for mysql listening on %{IPADDR}:9307 for VIP mysql listening on %{IPADDR}:9308 for sphinx and http(s) listening on %{IPADDR}:9313 for VIP sphinx and http(s) ––– input ––– manticore-backup --version ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore Backup version: %{SEMVER} ––– input ––– mysql -h0 -P9306 < tests/dumps/tables.sql ––– output ––– + ERROR 1047 (08S01): maxed out, dismissing client ––– input ––– curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' & ––– output ––– [1] %{NUMBER} ––– input ––– mysql -h0 -P9307 -e 'show tables' ––– output ––– - +---------------------+-------------+ + {"error":"maxed out, dismissing client"}[1]+ Done curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' - | Index | Type | - +---------------------+-------------+ - | distributed_index | distributed | - | rt_with_columnar | rt | - | rt_without_columnar | rt | - | test | rt | - +---------------------+-------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table distributed_index' ––– output ––– - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | distributed_index | CREATE TABLE distributed_index type='distributed' local='rt_with_columnar' local='rt_without_columnar' agent='127.0.0.1:9312:plain_with_columnar, plain_without_columnar' | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_with_columnar' ––– output ––– - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_with_columnar | CREATE TABLE rt_with_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute engine='columnar', - tags multi, - attributes json - ) | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_without_columnar' ––– output ––– - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_without_columnar | CREATE TABLE rt_without_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute, - tags multi, - attributes json - ) | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– ls -lt /tmp/backup-* ––– output ––– ls: cannot access '/tmp/backup-*': No such file or directory ––– input ––– manticore-backup --backup-dir=/tmp ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore config file: /etc/manticoresearch/manticore.conf Tables to backup: all tables Backup dir: /tmp Manticore config endpoint = http://%{IPADDR}:9313 Manticore versions: manticore: %{SEMVER} %{COMMITDATE} dev columnar: %{SEMVER} %{COMMITDATE} secondary: %{SEMVER} %{COMMITDATE} knn: %{SEMVER} %{COMMITDATE} buddy: %{SEMVER} %{DATETIME} [Info] Starting the backup... - %{DATETIME} [Info] Backing up config files... + 2024-05-13 14:03:43 [Error] You have no tables to backup. - %{DATETIME} [Info] config files - OK - %{DATETIME} [Info] Backing up global state files... - %{DATETIME} [Info] global state files – OK - %{DATETIME} [Info] Backing up tables... - %{DATETIME} [Info] distributed_index (distributed)... - %{DATETIME} [Info] SKIP - %{DATETIME} [Info] rt_with_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] rt_without_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] test (rt) [%{NUMBER}B]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] Running sync - %{DATETIME} [Info] OK - %{DATETIME} [Info] You can find backup here: /tmp/backup-%{NUMBER} - %{DATETIME} [Info] Elapsed time: #!/([0-9]+\.[0-9]+|0)/!#s - %{DATETIME} [Info] Done ––– input ––– ls -lh /tmp/backup-* ––– output ––– total 16K %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# config %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# data %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# state %{FILEPERMS} %{NUMBER} root root %{NUMBER} #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# versions.json ```
github-actions[bot] commented 4 months ago

clt

👎 CLT tests in tests/ ✅ OK: 7 ❌ Failed: 1 ⏳ Duration: 23s 👉 Check Action Results for commit 587ec7a Failed tests:

tests/backup-works-with-max-connections.rec ```diff ––– input ––– cp tests/config/manticore-vip.conf /etc/manticoresearch/manticore.conf ––– output ––– ––– input ––– searchd ––– output ––– Manticore %{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (secondary %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (knn %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) Copyright (c) 2001-2016, Andrew Aksyonoff Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com) Copyright (c) 2017-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) [#!/[0-9]{2}:[0-9]{2}\.[0-9]{3}/!#] [#!/[0-9]+/!#] using config file '/etc/manticoresearch/manticore.conf' (#!/[0-9]+/!# chars)... starting daemon version '%{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} %{COMMITDATE}) (secondary %{SEMVER} %{COMMITDATE}) (knn %{SEMVER} %{COMMITDATE})' ... listening on %{IPADDR}:9312 for sphinx and http(s) listening on %{IPADDR}:9306 for mysql listening on %{IPADDR}:9307 for VIP mysql listening on %{IPADDR}:9308 for sphinx and http(s) listening on %{IPADDR}:9313 for VIP sphinx and http(s) ––– input ––– manticore-backup --version ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore Backup version: %{SEMVER} ––– input ––– mysql -h0 -P9306 < tests/dumps/tables.sql ––– output ––– + ERROR 1047 (08S01): maxed out, dismissing client ––– input ––– curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' & ––– output ––– [1] %{NUMBER} ––– input ––– mysql -h0 -P9307 -e 'show tables' ––– output ––– - +---------------------+-------------+ + {"error":"maxed out, dismissing client"}[1]+ Done curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' - | Index | Type | - +---------------------+-------------+ - | distributed_index | distributed | - | rt_with_columnar | rt | - | rt_without_columnar | rt | - | test | rt | - +---------------------+-------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table distributed_index' ––– output ––– - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | distributed_index | CREATE TABLE distributed_index type='distributed' local='rt_with_columnar' local='rt_without_columnar' agent='127.0.0.1:9312:plain_with_columnar, plain_without_columnar' | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_with_columnar' ––– output ––– - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_with_columnar | CREATE TABLE rt_with_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute engine='columnar', - tags multi, - attributes json - ) | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_without_columnar' ––– output ––– - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_without_columnar | CREATE TABLE rt_without_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute, - tags multi, - attributes json - ) | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– ls -lt /tmp/backup-* ––– output ––– ls: cannot access '/tmp/backup-*': No such file or directory ––– input ––– manticore-backup --backup-dir=/tmp ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore config file: /etc/manticoresearch/manticore.conf Tables to backup: all tables Backup dir: /tmp Manticore config endpoint = http://%{IPADDR}:9313 Manticore versions: manticore: %{SEMVER} %{COMMITDATE} dev columnar: %{SEMVER} %{COMMITDATE} secondary: %{SEMVER} %{COMMITDATE} knn: %{SEMVER} %{COMMITDATE} buddy: %{SEMVER} %{DATETIME} [Info] Starting the backup... - %{DATETIME} [Info] Backing up config files... + 2024-05-13 14:07:37 [Error] You have no tables to backup. - %{DATETIME} [Info] config files - OK - %{DATETIME} [Info] Backing up global state files... - %{DATETIME} [Info] global state files – OK - %{DATETIME} [Info] Backing up tables... - %{DATETIME} [Info] distributed_index (distributed)... - %{DATETIME} [Info] SKIP - %{DATETIME} [Info] rt_with_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] rt_without_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] test (rt) [%{NUMBER}B]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] Running sync - %{DATETIME} [Info] OK - %{DATETIME} [Info] You can find backup here: /tmp/backup-%{NUMBER} - %{DATETIME} [Info] Elapsed time: #!/([0-9]+\.[0-9]+|0)/!#s - %{DATETIME} [Info] Done ––– input ––– ls -lh /tmp/backup-* ––– output ––– total 16K %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# config %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# data %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# state %{FILEPERMS} %{NUMBER} root root %{NUMBER} #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# versions.json ```
github-actions[bot] commented 4 months ago

clt

👎 CLT tests in tests/ ✅ OK: 7 ❌ Failed: 1 ⏳ Duration: 24s 👉 Check Action Results for commit 771c00e Failed tests:

tests/backup-works-with-max-connections.rec ```diff ––– input ––– cp tests/config/manticore-vip.conf /etc/manticoresearch/manticore.conf ––– output ––– ––– input ––– searchd ––– output ––– Manticore %{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (secondary %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (knn %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) Copyright (c) 2001-2016, Andrew Aksyonoff Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com) Copyright (c) 2017-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) [#!/[0-9]{2}:[0-9]{2}\.[0-9]{3}/!#] [#!/[0-9]+/!#] using config file '/etc/manticoresearch/manticore.conf' (#!/[0-9]+/!# chars)... starting daemon version '%{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} %{COMMITDATE}) (secondary %{SEMVER} %{COMMITDATE}) (knn %{SEMVER} %{COMMITDATE})' ... listening on %{IPADDR}:9312 for sphinx and http(s) listening on %{IPADDR}:9306 for mysql listening on %{IPADDR}:9307 for VIP mysql listening on %{IPADDR}:9308 for sphinx and http(s) listening on %{IPADDR}:9313 for VIP sphinx and http(s) ––– input ––– manticore-backup --version ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore Backup version: %{SEMVER} ––– input ––– mysql -h0 -P9306 < tests/dumps/tables.sql ––– output ––– + ERROR 1047 (08S01): maxed out, dismissing client ––– input ––– curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' & ––– output ––– [1] %{NUMBER} ––– input ––– mysql -h0 -P9307 -e 'show tables' ––– output ––– - +---------------------+-------------+ + {"error":"maxed out, dismissing client"}[1]+ Done curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' - | Index | Type | - +---------------------+-------------+ - | distributed_index | distributed | - | rt_with_columnar | rt | - | rt_without_columnar | rt | - | test | rt | - +---------------------+-------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table distributed_index' ––– output ––– - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | distributed_index | CREATE TABLE distributed_index type='distributed' local='rt_with_columnar' local='rt_without_columnar' agent='127.0.0.1:9312:plain_with_columnar, plain_without_columnar' | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_with_columnar' ––– output ––– - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_with_columnar | CREATE TABLE rt_with_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute engine='columnar', - tags multi, - attributes json - ) | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_without_columnar' ––– output ––– - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_without_columnar | CREATE TABLE rt_without_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute, - tags multi, - attributes json - ) | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– ls -lt /tmp/backup-* ––– output ––– ls: cannot access '/tmp/backup-*': No such file or directory ––– input ––– manticore-backup --backup-dir=/tmp ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore config file: /etc/manticoresearch/manticore.conf Tables to backup: all tables Backup dir: /tmp Manticore config endpoint = http://%{IPADDR}:9313 Manticore versions: manticore: %{SEMVER} %{COMMITDATE} dev columnar: %{SEMVER} %{COMMITDATE} secondary: %{SEMVER} %{COMMITDATE} knn: %{SEMVER} %{COMMITDATE} buddy: %{SEMVER} %{DATETIME} [Info] Starting the backup... - %{DATETIME} [Info] Backing up config files... + 2024-05-13 14:11:12 [Error] You have no tables to backup. - %{DATETIME} [Info] config files - OK - %{DATETIME} [Info] Backing up global state files... - %{DATETIME} [Info] global state files – OK - %{DATETIME} [Info] Backing up tables... - %{DATETIME} [Info] distributed_index (distributed)... - %{DATETIME} [Info] SKIP - %{DATETIME} [Info] rt_with_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] rt_without_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] test (rt) [%{NUMBER}B]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] Running sync - %{DATETIME} [Info] OK - %{DATETIME} [Info] You can find backup here: /tmp/backup-%{NUMBER} - %{DATETIME} [Info] Elapsed time: #!/([0-9]+\.[0-9]+|0)/!#s - %{DATETIME} [Info] Done ––– input ––– ls -lh /tmp/backup-* ––– output ––– total 16K %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# config %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# data %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# state %{FILEPERMS} %{NUMBER} root root %{NUMBER} #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# versions.json ```
github-actions[bot] commented 4 months ago

clt

👎 CLT tests in tests/ ✅ OK: 7 ❌ Failed: 1 ⏳ Duration: 23s 👉 Check Action Results for commit 534688f Failed tests:

tests/backup-works-with-max-connections.rec ```diff ––– input ––– cp tests/config/manticore-vip.conf /etc/manticoresearch/manticore.conf ––– output ––– ––– input ––– searchd ––– output ––– Manticore %{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (secondary %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (knn %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) Copyright (c) 2001-2016, Andrew Aksyonoff Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com) Copyright (c) 2017-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) [#!/[0-9]{2}:[0-9]{2}\.[0-9]{3}/!#] [#!/[0-9]+/!#] using config file '/etc/manticoresearch/manticore.conf' (#!/[0-9]+/!# chars)... starting daemon version '%{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} %{COMMITDATE}) (secondary %{SEMVER} %{COMMITDATE}) (knn %{SEMVER} %{COMMITDATE})' ... listening on %{IPADDR}:9312 for sphinx and http(s) listening on %{IPADDR}:9306 for mysql listening on %{IPADDR}:9307 for VIP mysql listening on %{IPADDR}:9308 for sphinx and http(s) listening on %{IPADDR}:9313 for VIP sphinx and http(s) ––– input ––– manticore-backup --version ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore Backup version: %{SEMVER} ––– input ––– mysql -h0 -P9306 < tests/dumps/tables.sql ––– output ––– + ERROR 1047 (08S01): maxed out, dismissing client ––– input ––– curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' & ––– output ––– [1] %{NUMBER} ––– input ––– mysql -h0 -P9307 -e 'show tables' ––– output ––– - +---------------------+-------------+ + {"error":"maxed out, dismissing client"}[1]+ Done curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' - | Index | Type | - +---------------------+-------------+ - | distributed_index | distributed | - | rt_with_columnar | rt | - | rt_without_columnar | rt | - | test | rt | - +---------------------+-------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table distributed_index' ––– output ––– - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | distributed_index | CREATE TABLE distributed_index type='distributed' local='rt_with_columnar' local='rt_without_columnar' agent='127.0.0.1:9312:plain_with_columnar, plain_without_columnar' | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_with_columnar' ––– output ––– - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_with_columnar | CREATE TABLE rt_with_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute engine='columnar', - tags multi, - attributes json - ) | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_without_columnar' ––– output ––– - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_without_columnar | CREATE TABLE rt_without_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute, - tags multi, - attributes json - ) | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– ls -lt /tmp/backup-* ––– output ––– ls: cannot access '/tmp/backup-*': No such file or directory ––– input ––– manticore-backup --backup-dir=/tmp ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore config file: /etc/manticoresearch/manticore.conf Tables to backup: all tables Backup dir: /tmp Manticore config endpoint = http://%{IPADDR}:9313 Manticore versions: manticore: %{SEMVER} %{COMMITDATE} dev columnar: %{SEMVER} %{COMMITDATE} secondary: %{SEMVER} %{COMMITDATE} knn: %{SEMVER} %{COMMITDATE} buddy: %{SEMVER} %{DATETIME} [Info] Starting the backup... - %{DATETIME} [Info] Backing up config files... + 2024-05-13 14:14:18 [Error] You have no tables to backup. - %{DATETIME} [Info] config files - OK - %{DATETIME} [Info] Backing up global state files... - %{DATETIME} [Info] global state files – OK - %{DATETIME} [Info] Backing up tables... - %{DATETIME} [Info] distributed_index (distributed)... - %{DATETIME} [Info] SKIP - %{DATETIME} [Info] rt_with_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] rt_without_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] test (rt) [%{NUMBER}B]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] Running sync - %{DATETIME} [Info] OK - %{DATETIME} [Info] You can find backup here: /tmp/backup-%{NUMBER} - %{DATETIME} [Info] Elapsed time: #!/([0-9]+\.[0-9]+|0)/!#s - %{DATETIME} [Info] Done ––– input ––– ls -lh /tmp/backup-* ––– output ––– total 16K %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# config %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# data %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# state %{FILEPERMS} %{NUMBER} root root %{NUMBER} #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# versions.json ```
github-actions[bot] commented 4 months ago

clt

👎 CLT tests in tests/ ✅ OK: 7 ❌ Failed: 1 ⏳ Duration: 24s 👉 Check Action Results for commit fa9c24d Failed tests:

tests/backup-works-with-max-connections.rec ```diff ––– input ––– cp tests/config/manticore-vip.conf /etc/manticoresearch/manticore.conf ––– output ––– ––– input ––– searchd ––– output ––– Manticore %{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (secondary %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (knn %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) Copyright (c) 2001-2016, Andrew Aksyonoff Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com) Copyright (c) 2017-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) [#!/[0-9]{2}:[0-9]{2}\.[0-9]{3}/!#] [#!/[0-9]+/!#] using config file '/etc/manticoresearch/manticore.conf' (#!/[0-9]+/!# chars)... starting daemon version '%{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} %{COMMITDATE}) (secondary %{SEMVER} %{COMMITDATE}) (knn %{SEMVER} %{COMMITDATE})' ... listening on %{IPADDR}:9312 for sphinx and http(s) listening on %{IPADDR}:9306 for mysql listening on %{IPADDR}:9307 for VIP mysql listening on %{IPADDR}:9308 for sphinx and http(s) listening on %{IPADDR}:9313 for VIP sphinx and http(s) ––– input ––– manticore-backup --version ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore Backup version: %{SEMVER} ––– input ––– mysql -h0 -P9306 < tests/dumps/tables.sql ––– output ––– + ERROR 1047 (08S01): maxed out, dismissing client ––– input ––– curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' & ––– output ––– [1] %{NUMBER} ––– input ––– mysql -h0 -P9307 -e 'show tables' ––– output ––– - +---------------------+-------------+ + {"error":"maxed out, dismissing client"}[1]+ Done curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' - | Index | Type | - +---------------------+-------------+ - | distributed_index | distributed | - | rt_with_columnar | rt | - | rt_without_columnar | rt | - | test | rt | - +---------------------+-------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table distributed_index' ––– output ––– - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | distributed_index | CREATE TABLE distributed_index type='distributed' local='rt_with_columnar' local='rt_without_columnar' agent='127.0.0.1:9312:plain_with_columnar, plain_without_columnar' | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_with_columnar' ––– output ––– - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_with_columnar | CREATE TABLE rt_with_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute engine='columnar', - tags multi, - attributes json - ) | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_without_columnar' ––– output ––– - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_without_columnar | CREATE TABLE rt_without_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute, - tags multi, - attributes json - ) | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– ls -lt /tmp/backup-* ––– output ––– ls: cannot access '/tmp/backup-*': No such file or directory ––– input ––– manticore-backup --backup-dir=/tmp ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore config file: /etc/manticoresearch/manticore.conf Tables to backup: all tables Backup dir: /tmp Manticore config endpoint = http://%{IPADDR}:9313 Manticore versions: manticore: %{SEMVER} %{COMMITDATE} dev columnar: %{SEMVER} %{COMMITDATE} secondary: %{SEMVER} %{COMMITDATE} knn: %{SEMVER} %{COMMITDATE} buddy: %{SEMVER} %{DATETIME} [Info] Starting the backup... - %{DATETIME} [Info] Backing up config files... + 2024-05-13 14:17:24 [Error] You have no tables to backup. - %{DATETIME} [Info] config files - OK - %{DATETIME} [Info] Backing up global state files... - %{DATETIME} [Info] global state files – OK - %{DATETIME} [Info] Backing up tables... - %{DATETIME} [Info] distributed_index (distributed)... - %{DATETIME} [Info] SKIP - %{DATETIME} [Info] rt_with_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] rt_without_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] test (rt) [%{NUMBER}B]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] Running sync - %{DATETIME} [Info] OK - %{DATETIME} [Info] You can find backup here: /tmp/backup-%{NUMBER} - %{DATETIME} [Info] Elapsed time: #!/([0-9]+\.[0-9]+|0)/!#s - %{DATETIME} [Info] Done ––– input ––– ls -lh /tmp/backup-* ––– output ––– total 16K %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# config %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# data %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# state %{FILEPERMS} %{NUMBER} root root %{NUMBER} #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# versions.json ```
github-actions[bot] commented 4 months ago

clt

👎 CLT tests in tests/ ✅ OK: 7 ❌ Failed: 1 ⏳ Duration: 23s 👉 Check Action Results for commit 0e3e65d Failed tests:

tests/backup-works-with-max-connections.rec ```diff ––– input ––– cp tests/config/manticore-vip.conf /etc/manticoresearch/manticore.conf ––– output ––– ––– input ––– searchd ––– output ––– Manticore %{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (secondary %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (knn %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) Copyright (c) 2001-2016, Andrew Aksyonoff Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com) Copyright (c) 2017-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) [#!/[0-9]{2}:[0-9]{2}\.[0-9]{3}/!#] [#!/[0-9]+/!#] using config file '/etc/manticoresearch/manticore.conf' (#!/[0-9]+/!# chars)... starting daemon version '%{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} %{COMMITDATE}) (secondary %{SEMVER} %{COMMITDATE}) (knn %{SEMVER} %{COMMITDATE})' ... listening on %{IPADDR}:9312 for sphinx and http(s) listening on %{IPADDR}:9306 for mysql listening on %{IPADDR}:9307 for VIP mysql listening on %{IPADDR}:9308 for sphinx and http(s) listening on %{IPADDR}:9313 for VIP sphinx and http(s) ––– input ––– manticore-backup --version ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore Backup version: %{SEMVER} ––– input ––– mysql -h0 -P9306 < tests/dumps/tables.sql ––– output ––– + ERROR 1047 (08S01): maxed out, dismissing client ––– input ––– curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' & ––– output ––– [1] %{NUMBER} ––– input ––– mysql -h0 -P9307 -e 'show tables' ––– output ––– - +---------------------+-------------+ + {"error":"maxed out, dismissing client"}[1]+ Done curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' - | Index | Type | - +---------------------+-------------+ - | distributed_index | distributed | - | rt_with_columnar | rt | - | rt_without_columnar | rt | - | test | rt | - +---------------------+-------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table distributed_index' ––– output ––– - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | distributed_index | CREATE TABLE distributed_index type='distributed' local='rt_with_columnar' local='rt_without_columnar' agent='127.0.0.1:9312:plain_with_columnar, plain_without_columnar' | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_with_columnar' ––– output ––– - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_with_columnar | CREATE TABLE rt_with_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute engine='columnar', - tags multi, - attributes json - ) | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_without_columnar' ––– output ––– - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_without_columnar | CREATE TABLE rt_without_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute, - tags multi, - attributes json - ) | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– ls -lt /tmp/backup-* ––– output ––– ls: cannot access '/tmp/backup-*': No such file or directory ––– input ––– manticore-backup --backup-dir=/tmp ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore config file: /etc/manticoresearch/manticore.conf Tables to backup: all tables Backup dir: /tmp Manticore config endpoint = http://%{IPADDR}:9313 Manticore versions: manticore: %{SEMVER} %{COMMITDATE} dev columnar: %{SEMVER} %{COMMITDATE} secondary: %{SEMVER} %{COMMITDATE} knn: %{SEMVER} %{COMMITDATE} buddy: %{SEMVER} %{DATETIME} [Info] Starting the backup... - %{DATETIME} [Info] Backing up config files... + 2024-05-13 14:19:37 [Error] You have no tables to backup. - %{DATETIME} [Info] config files - OK - %{DATETIME} [Info] Backing up global state files... - %{DATETIME} [Info] global state files – OK - %{DATETIME} [Info] Backing up tables... - %{DATETIME} [Info] distributed_index (distributed)... - %{DATETIME} [Info] SKIP - %{DATETIME} [Info] rt_with_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] rt_without_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] test (rt) [%{NUMBER}B]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] Running sync - %{DATETIME} [Info] OK - %{DATETIME} [Info] You can find backup here: /tmp/backup-%{NUMBER} - %{DATETIME} [Info] Elapsed time: #!/([0-9]+\.[0-9]+|0)/!#s - %{DATETIME} [Info] Done ––– input ––– ls -lh /tmp/backup-* ––– output ––– total 16K %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# config %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# data %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# state %{FILEPERMS} %{NUMBER} root root %{NUMBER} #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# versions.json ```
github-actions[bot] commented 4 months ago

clt

👎 CLT tests in tests/ ✅ OK: 7 ❌ Failed: 1 ⏳ Duration: 27s 👉 Check Action Results for commit e06d865 Failed tests:

tests/backup-works-with-max-connections.rec ```diff ––– input ––– cp tests/config/manticore-vip.conf /etc/manticoresearch/manticore.conf ––– output ––– ––– input ––– searchd ––– output ––– Manticore %{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (secondary %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (knn %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) Copyright (c) 2001-2016, Andrew Aksyonoff Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com) Copyright (c) 2017-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) [#!/[0-9]{2}:[0-9]{2}\.[0-9]{3}/!#] [#!/[0-9]+/!#] using config file '/etc/manticoresearch/manticore.conf' (#!/[0-9]+/!# chars)... starting daemon version '%{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} %{COMMITDATE}) (secondary %{SEMVER} %{COMMITDATE}) (knn %{SEMVER} %{COMMITDATE})' ... listening on %{IPADDR}:9312 for sphinx and http(s) listening on %{IPADDR}:9306 for mysql listening on %{IPADDR}:9307 for VIP mysql listening on %{IPADDR}:9308 for sphinx and http(s) listening on %{IPADDR}:9313 for VIP sphinx and http(s) ––– input ––– manticore-backup --version ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore Backup version: %{SEMVER} ––– input ––– mysql -h0 -P9306 < tests/dumps/tables.sql ––– output ––– + ERROR 1047 (08S01): maxed out, dismissing client ––– input ––– curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' & ––– output ––– [1] %{NUMBER} ––– input ––– mysql -h0 -P9307 -e 'show tables' ––– output ––– - +---------------------+-------------+ + {"error":"maxed out, dismissing client"}[1]+ Done curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' - | Index | Type | - +---------------------+-------------+ - | distributed_index | distributed | - | rt_with_columnar | rt | - | rt_without_columnar | rt | - | test | rt | - +---------------------+-------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table distributed_index' ––– output ––– - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | distributed_index | CREATE TABLE distributed_index type='distributed' local='rt_with_columnar' local='rt_without_columnar' agent='127.0.0.1:9312:plain_with_columnar, plain_without_columnar' | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_with_columnar' ––– output ––– - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_with_columnar | CREATE TABLE rt_with_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute engine='columnar', - tags multi, - attributes json - ) | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_without_columnar' ––– output ––– - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_without_columnar | CREATE TABLE rt_without_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute, - tags multi, - attributes json - ) | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– ls -lt /tmp/backup-* ––– output ––– ls: cannot access '/tmp/backup-*': No such file or directory ––– input ––– manticore-backup --backup-dir=/tmp ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore config file: /etc/manticoresearch/manticore.conf Tables to backup: all tables Backup dir: /tmp Manticore config endpoint = http://%{IPADDR}:9313 Manticore versions: manticore: %{SEMVER} %{COMMITDATE} dev columnar: %{SEMVER} %{COMMITDATE} secondary: %{SEMVER} %{COMMITDATE} knn: %{SEMVER} %{COMMITDATE} buddy: %{SEMVER} %{DATETIME} [Info] Starting the backup... - %{DATETIME} [Info] Backing up config files... + 2024-05-13 14:24:05 [Error] You have no tables to backup. - %{DATETIME} [Info] config files - OK - %{DATETIME} [Info] Backing up global state files... - %{DATETIME} [Info] global state files – OK - %{DATETIME} [Info] Backing up tables... - %{DATETIME} [Info] distributed_index (distributed)... - %{DATETIME} [Info] SKIP - %{DATETIME} [Info] rt_with_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] rt_without_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] test (rt) [%{NUMBER}B]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] Running sync - %{DATETIME} [Info] OK - %{DATETIME} [Info] You can find backup here: /tmp/backup-%{NUMBER} - %{DATETIME} [Info] Elapsed time: #!/([0-9]+\.[0-9]+|0)/!#s - %{DATETIME} [Info] Done ––– input ––– ls -lh /tmp/backup-* ––– output ––– total 16K %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# config %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# data %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# state %{FILEPERMS} %{NUMBER} root root %{NUMBER} #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# versions.json ```
github-actions[bot] commented 4 months ago

clt

👎 CLT tests in tests/ ✅ OK: 7 ❌ Failed: 1 ⏳ Duration: 23s 👉 Check Action Results for commit 58854fa Failed tests:

tests/backup-works-with-max-connections.rec ```diff ––– input ––– cp tests/config/manticore-vip.conf /etc/manticoresearch/manticore.conf ––– output ––– ––– input ––– searchd ––– output ––– Manticore %{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (secondary %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (knn %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) Copyright (c) 2001-2016, Andrew Aksyonoff Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com) Copyright (c) 2017-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) [#!/[0-9]{2}:[0-9]{2}\.[0-9]{3}/!#] [#!/[0-9]+/!#] using config file '/etc/manticoresearch/manticore.conf' (#!/[0-9]+/!# chars)... starting daemon version '%{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} %{COMMITDATE}) (secondary %{SEMVER} %{COMMITDATE}) (knn %{SEMVER} %{COMMITDATE})' ... listening on %{IPADDR}:9312 for sphinx and http(s) listening on %{IPADDR}:9306 for mysql listening on %{IPADDR}:9307 for VIP mysql listening on %{IPADDR}:9308 for sphinx and http(s) listening on %{IPADDR}:9313 for VIP sphinx and http(s) ––– input ––– manticore-backup --version ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore Backup version: %{SEMVER} ––– input ––– mysql -h0 -P9306 < tests/dumps/tables.sql ––– output ––– + ERROR 1047 (08S01): maxed out, dismissing client ––– input ––– curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' & ––– output ––– [1] %{NUMBER} ––– input ––– mysql -h0 -P9307 -e 'show tables' ––– output ––– - +---------------------+-------------+ + {"error":"maxed out, dismissing client"}[1]+ Done curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' - | Index | Type | - +---------------------+-------------+ - | distributed_index | distributed | - | rt_with_columnar | rt | - | rt_without_columnar | rt | - | test | rt | - +---------------------+-------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table distributed_index' ––– output ––– - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | distributed_index | CREATE TABLE distributed_index type='distributed' local='rt_with_columnar' local='rt_without_columnar' agent='127.0.0.1:9312:plain_with_columnar, plain_without_columnar' | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_with_columnar' ––– output ––– - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_with_columnar | CREATE TABLE rt_with_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute engine='columnar', - tags multi, - attributes json - ) | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_without_columnar' ––– output ––– - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_without_columnar | CREATE TABLE rt_without_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute, - tags multi, - attributes json - ) | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– ls -lt /tmp/backup-* ––– output ––– ls: cannot access '/tmp/backup-*': No such file or directory ––– input ––– manticore-backup --backup-dir=/tmp ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore config file: /etc/manticoresearch/manticore.conf Tables to backup: all tables Backup dir: /tmp Manticore config endpoint = http://%{IPADDR}:9313 Manticore versions: manticore: %{SEMVER} %{COMMITDATE} dev columnar: %{SEMVER} %{COMMITDATE} secondary: %{SEMVER} %{COMMITDATE} knn: %{SEMVER} %{COMMITDATE} buddy: %{SEMVER} %{DATETIME} [Info] Starting the backup... - %{DATETIME} [Info] Backing up config files... + 2024-05-13 14:27:00 [Error] You have no tables to backup. - %{DATETIME} [Info] config files - OK - %{DATETIME} [Info] Backing up global state files... - %{DATETIME} [Info] global state files – OK - %{DATETIME} [Info] Backing up tables... - %{DATETIME} [Info] distributed_index (distributed)... - %{DATETIME} [Info] SKIP - %{DATETIME} [Info] rt_with_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] rt_without_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] test (rt) [%{NUMBER}B]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] Running sync - %{DATETIME} [Info] OK - %{DATETIME} [Info] You can find backup here: /tmp/backup-%{NUMBER} - %{DATETIME} [Info] Elapsed time: #!/([0-9]+\.[0-9]+|0)/!#s - %{DATETIME} [Info] Done ––– input ––– ls -lh /tmp/backup-* ––– output ––– total 16K %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# config %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# data %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# state %{FILEPERMS} %{NUMBER} root root %{NUMBER} #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# versions.json ```
github-actions[bot] commented 4 months ago

clt

👎 CLT tests in tests/ ✅ OK: 7 ❌ Failed: 1 ⏳ Duration: 26s 👉 Check Action Results for commit 86dfc9d Failed tests:

tests/backup-works-with-max-connections.rec ```diff ––– input ––– cp tests/config/manticore-vip.conf /etc/manticoresearch/manticore.conf ––– output ––– ––– input ––– searchd ––– output ––– Manticore %{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (secondary %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (knn %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) Copyright (c) 2001-2016, Andrew Aksyonoff Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com) Copyright (c) 2017-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) [#!/[0-9]{2}:[0-9]{2}\.[0-9]{3}/!#] [#!/[0-9]+/!#] using config file '/etc/manticoresearch/manticore.conf' (#!/[0-9]+/!# chars)... starting daemon version '%{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} %{COMMITDATE}) (secondary %{SEMVER} %{COMMITDATE}) (knn %{SEMVER} %{COMMITDATE})' ... listening on %{IPADDR}:9312 for sphinx and http(s) listening on %{IPADDR}:9306 for mysql listening on %{IPADDR}:9307 for VIP mysql listening on %{IPADDR}:9308 for sphinx and http(s) listening on %{IPADDR}:9313 for VIP sphinx and http(s) ––– input ––– manticore-backup --version ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore Backup version: %{SEMVER} ––– input ––– mysql -h0 -P9306 < tests/dumps/tables.sql ––– output ––– + ERROR 1047 (08S01): maxed out, dismissing client ––– input ––– curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' & ––– output ––– [1] %{NUMBER} ––– input ––– mysql -h0 -P9307 -e 'show tables' ––– output ––– - +---------------------+-------------+ + {"error":"maxed out, dismissing client"}[1]+ Done curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' - | Index | Type | - +---------------------+-------------+ - | distributed_index | distributed | - | rt_with_columnar | rt | - | rt_without_columnar | rt | - | test | rt | - +---------------------+-------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table distributed_index' ––– output ––– - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | distributed_index | CREATE TABLE distributed_index type='distributed' local='rt_with_columnar' local='rt_without_columnar' agent='127.0.0.1:9312:plain_with_columnar, plain_without_columnar' | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_with_columnar' ––– output ––– - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_with_columnar | CREATE TABLE rt_with_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute engine='columnar', - tags multi, - attributes json - ) | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_without_columnar' ––– output ––– - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_without_columnar | CREATE TABLE rt_without_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute, - tags multi, - attributes json - ) | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– ls -lt /tmp/backup-* ––– output ––– ls: cannot access '/tmp/backup-*': No such file or directory ––– input ––– manticore-backup --backup-dir=/tmp ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore config file: /etc/manticoresearch/manticore.conf Tables to backup: all tables Backup dir: /tmp Manticore config endpoint = http://%{IPADDR}:9313 Manticore versions: manticore: %{SEMVER} %{COMMITDATE} dev columnar: %{SEMVER} %{COMMITDATE} secondary: %{SEMVER} %{COMMITDATE} knn: %{SEMVER} %{COMMITDATE} buddy: %{SEMVER} %{DATETIME} [Info] Starting the backup... - %{DATETIME} [Info] Backing up config files... + 2024-05-13 14:28:39 [Error] You have no tables to backup. - %{DATETIME} [Info] config files - OK - %{DATETIME} [Info] Backing up global state files... - %{DATETIME} [Info] global state files – OK - %{DATETIME} [Info] Backing up tables... - %{DATETIME} [Info] distributed_index (distributed)... - %{DATETIME} [Info] SKIP - %{DATETIME} [Info] rt_with_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] rt_without_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] test (rt) [%{NUMBER}B]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] Running sync - %{DATETIME} [Info] OK - %{DATETIME} [Info] You can find backup here: /tmp/backup-%{NUMBER} - %{DATETIME} [Info] Elapsed time: #!/([0-9]+\.[0-9]+|0)/!#s - %{DATETIME} [Info] Done ––– input ––– ls -lh /tmp/backup-* ––– output ––– total 16K %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# config %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# data %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# state %{FILEPERMS} %{NUMBER} root root %{NUMBER} #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# versions.json ```
github-actions[bot] commented 4 months ago

clt

👎 CLT tests in tests/ ✅ OK: 7 ❌ Failed: 1 ⏳ Duration: 23s 👉 Check Action Results for commit 9806eee Failed tests:

tests/backup-works-with-max-connections.rec ```diff ––– input ––– cp tests/config/manticore-vip.conf /etc/manticoresearch/manticore.conf ––– output ––– ––– input ––– searchd ––– output ––– Manticore %{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (secondary %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (knn %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) Copyright (c) 2001-2016, Andrew Aksyonoff Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com) Copyright (c) 2017-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) [#!/[0-9]{2}:[0-9]{2}\.[0-9]{3}/!#] [#!/[0-9]+/!#] using config file '/etc/manticoresearch/manticore.conf' (#!/[0-9]+/!# chars)... starting daemon version '%{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} %{COMMITDATE}) (secondary %{SEMVER} %{COMMITDATE}) (knn %{SEMVER} %{COMMITDATE})' ... listening on %{IPADDR}:9312 for sphinx and http(s) listening on %{IPADDR}:9306 for mysql listening on %{IPADDR}:9307 for VIP mysql listening on %{IPADDR}:9308 for sphinx and http(s) listening on %{IPADDR}:9313 for VIP sphinx and http(s) ––– input ––– manticore-backup --version ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore Backup version: %{SEMVER} ––– input ––– mysql -h0 -P9306 < tests/dumps/tables.sql ––– output ––– + ERROR 1047 (08S01): maxed out, dismissing client ––– input ––– curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' & ––– output ––– [1] %{NUMBER} ––– input ––– mysql -h0 -P9307 -e 'show tables' ––– output ––– - +---------------------+-------------+ + {"error":"maxed out, dismissing client"}[1]+ Done curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' - | Index | Type | - +---------------------+-------------+ - | distributed_index | distributed | - | rt_with_columnar | rt | - | rt_without_columnar | rt | - | test | rt | - +---------------------+-------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table distributed_index' ––– output ––– - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | distributed_index | CREATE TABLE distributed_index type='distributed' local='rt_with_columnar' local='rt_without_columnar' agent='127.0.0.1:9312:plain_with_columnar, plain_without_columnar' | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_with_columnar' ––– output ––– - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_with_columnar | CREATE TABLE rt_with_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute engine='columnar', - tags multi, - attributes json - ) | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_without_columnar' ––– output ––– - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_without_columnar | CREATE TABLE rt_without_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute, - tags multi, - attributes json - ) | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– ls -lt /tmp/backup-* ––– output ––– ls: cannot access '/tmp/backup-*': No such file or directory ––– input ––– manticore-backup --backup-dir=/tmp ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore config file: /etc/manticoresearch/manticore.conf Tables to backup: all tables Backup dir: /tmp Manticore config endpoint = http://%{IPADDR}:9313 Manticore versions: manticore: %{SEMVER} %{COMMITDATE} dev columnar: %{SEMVER} %{COMMITDATE} secondary: %{SEMVER} %{COMMITDATE} knn: %{SEMVER} %{COMMITDATE} buddy: %{SEMVER} %{DATETIME} [Info] Starting the backup... - %{DATETIME} [Info] Backing up config files... + 2024-05-13 14:32:32 [Error] You have no tables to backup. - %{DATETIME} [Info] config files - OK - %{DATETIME} [Info] Backing up global state files... - %{DATETIME} [Info] global state files – OK - %{DATETIME} [Info] Backing up tables... - %{DATETIME} [Info] distributed_index (distributed)... - %{DATETIME} [Info] SKIP - %{DATETIME} [Info] rt_with_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] rt_without_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] test (rt) [%{NUMBER}B]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] Running sync - %{DATETIME} [Info] OK - %{DATETIME} [Info] You can find backup here: /tmp/backup-%{NUMBER} - %{DATETIME} [Info] Elapsed time: #!/([0-9]+\.[0-9]+|0)/!#s - %{DATETIME} [Info] Done ––– input ––– ls -lh /tmp/backup-* ––– output ––– total 16K %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# config %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# data %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# state %{FILEPERMS} %{NUMBER} root root %{NUMBER} #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# versions.json ```
github-actions[bot] commented 4 months ago

clt

👎 CLT tests in tests/ ✅ OK: 7 ❌ Failed: 1 ⏳ Duration: 22s 👉 Check Action Results for commit 7ca5e14 Failed tests:

tests/backup-works-with-max-connections.rec ```diff ––– input ––– cp tests/config/manticore-vip.conf /etc/manticoresearch/manticore.conf ––– output ––– ––– input ––– searchd ––– output ––– Manticore %{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (secondary %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (knn %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) Copyright (c) 2001-2016, Andrew Aksyonoff Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com) Copyright (c) 2017-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) [#!/[0-9]{2}:[0-9]{2}\.[0-9]{3}/!#] [#!/[0-9]+/!#] using config file '/etc/manticoresearch/manticore.conf' (#!/[0-9]+/!# chars)... starting daemon version '%{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} %{COMMITDATE}) (secondary %{SEMVER} %{COMMITDATE}) (knn %{SEMVER} %{COMMITDATE})' ... listening on %{IPADDR}:9312 for sphinx and http(s) listening on %{IPADDR}:9306 for mysql listening on %{IPADDR}:9307 for VIP mysql listening on %{IPADDR}:9308 for sphinx and http(s) listening on %{IPADDR}:9313 for VIP sphinx and http(s) ––– input ––– manticore-backup --version ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore Backup version: %{SEMVER} ––– input ––– mysql -h0 -P9306 < tests/dumps/tables.sql ––– output ––– + ERROR 1047 (08S01): maxed out, dismissing client ––– input ––– curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' & ––– output ––– [1] %{NUMBER} ––– input ––– mysql -h0 -P9307 -e 'show tables' ––– output ––– - +---------------------+-------------+ + {"error":"maxed out, dismissing client"}[1]+ Done curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' - | Index | Type | - +---------------------+-------------+ - | distributed_index | distributed | - | rt_with_columnar | rt | - | rt_without_columnar | rt | - | test | rt | - +---------------------+-------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table distributed_index' ––– output ––– - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | distributed_index | CREATE TABLE distributed_index type='distributed' local='rt_with_columnar' local='rt_without_columnar' agent='127.0.0.1:9312:plain_with_columnar, plain_without_columnar' | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_with_columnar' ––– output ––– - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_with_columnar | CREATE TABLE rt_with_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute engine='columnar', - tags multi, - attributes json - ) | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_without_columnar' ––– output ––– - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_without_columnar | CREATE TABLE rt_without_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute, - tags multi, - attributes json - ) | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– ls -lt /tmp/backup-* ––– output ––– ls: cannot access '/tmp/backup-*': No such file or directory ––– input ––– manticore-backup --backup-dir=/tmp ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore config file: /etc/manticoresearch/manticore.conf Tables to backup: all tables Backup dir: /tmp Manticore config endpoint = http://%{IPADDR}:9313 Manticore versions: manticore: %{SEMVER} %{COMMITDATE} dev columnar: %{SEMVER} %{COMMITDATE} secondary: %{SEMVER} %{COMMITDATE} knn: %{SEMVER} %{COMMITDATE} buddy: %{SEMVER} %{DATETIME} [Info] Starting the backup... - %{DATETIME} [Info] Backing up config files... + 2024-05-14 05:19:20 [Error] You have no tables to backup. - %{DATETIME} [Info] config files - OK - %{DATETIME} [Info] Backing up global state files... - %{DATETIME} [Info] global state files – OK - %{DATETIME} [Info] Backing up tables... - %{DATETIME} [Info] distributed_index (distributed)... - %{DATETIME} [Info] SKIP - %{DATETIME} [Info] rt_with_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] rt_without_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] test (rt) [%{NUMBER}B]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] Running sync - %{DATETIME} [Info] OK - %{DATETIME} [Info] You can find backup here: /tmp/backup-%{NUMBER} - %{DATETIME} [Info] Elapsed time: #!/([0-9]+\.[0-9]+|0)/!#s - %{DATETIME} [Info] Done ––– input ––– ls -lh /tmp/backup-* ––– output ––– total 16K %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# config %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# data %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# state %{FILEPERMS} %{NUMBER} root root %{NUMBER} #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# versions.json ```
github-actions[bot] commented 4 months ago

clt

👎 CLT tests in tests/ ✅ OK: 7 ❌ Failed: 1 ⏳ Duration: 22s 👉 Check Action Results for commit a85c793 Failed tests:

tests/backup-works-with-max-connections.rec ```diff ––– input ––– cp tests/config/manticore-vip.conf /etc/manticoresearch/manticore.conf ––– output ––– ––– input ––– searchd ––– output ––– Manticore %{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (secondary %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (knn %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) Copyright (c) 2001-2016, Andrew Aksyonoff Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com) Copyright (c) 2017-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) [#!/[0-9]{2}:[0-9]{2}\.[0-9]{3}/!#] [#!/[0-9]+/!#] using config file '/etc/manticoresearch/manticore.conf' (#!/[0-9]+/!# chars)... starting daemon version '%{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} %{COMMITDATE}) (secondary %{SEMVER} %{COMMITDATE}) (knn %{SEMVER} %{COMMITDATE})' ... listening on %{IPADDR}:9312 for sphinx and http(s) listening on %{IPADDR}:9306 for mysql listening on %{IPADDR}:9307 for VIP mysql listening on %{IPADDR}:9308 for sphinx and http(s) listening on %{IPADDR}:9313 for VIP sphinx and http(s) ––– input ––– manticore-backup --version ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore Backup version: %{SEMVER} ––– input ––– mysql -h0 -P9306 < tests/dumps/tables.sql ––– output ––– + ERROR 1047 (08S01): maxed out, dismissing client ––– input ––– curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' & ––– output ––– [1] %{NUMBER} ––– input ––– mysql -h0 -P9307 -e 'show tables' ––– output ––– - +---------------------+-------------+ + {"error":"maxed out, dismissing client"}[1]+ Done curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' - | Index | Type | - +---------------------+-------------+ - | distributed_index | distributed | - | rt_with_columnar | rt | - | rt_without_columnar | rt | - | test | rt | - +---------------------+-------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table distributed_index' ––– output ––– - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | distributed_index | CREATE TABLE distributed_index type='distributed' local='rt_with_columnar' local='rt_without_columnar' agent='127.0.0.1:9312:plain_with_columnar, plain_without_columnar' | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_with_columnar' ––– output ––– - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_with_columnar | CREATE TABLE rt_with_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute engine='columnar', - tags multi, - attributes json - ) | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_without_columnar' ––– output ––– - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_without_columnar | CREATE TABLE rt_without_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute, - tags multi, - attributes json - ) | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– ls -lt /tmp/backup-* ––– output ––– ls: cannot access '/tmp/backup-*': No such file or directory ––– input ––– manticore-backup --backup-dir=/tmp ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore config file: /etc/manticoresearch/manticore.conf Tables to backup: all tables Backup dir: /tmp Manticore config endpoint = http://%{IPADDR}:9313 Manticore versions: manticore: %{SEMVER} %{COMMITDATE} dev columnar: %{SEMVER} %{COMMITDATE} secondary: %{SEMVER} %{COMMITDATE} knn: %{SEMVER} %{COMMITDATE} buddy: %{SEMVER} %{DATETIME} [Info] Starting the backup... - %{DATETIME} [Info] Backing up config files... + 2024-05-14 05:22:33 [Error] You have no tables to backup. - %{DATETIME} [Info] config files - OK - %{DATETIME} [Info] Backing up global state files... - %{DATETIME} [Info] global state files – OK - %{DATETIME} [Info] Backing up tables... - %{DATETIME} [Info] distributed_index (distributed)... - %{DATETIME} [Info] SKIP - %{DATETIME} [Info] rt_with_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] rt_without_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] test (rt) [%{NUMBER}B]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] Running sync - %{DATETIME} [Info] OK - %{DATETIME} [Info] You can find backup here: /tmp/backup-%{NUMBER} - %{DATETIME} [Info] Elapsed time: #!/([0-9]+\.[0-9]+|0)/!#s - %{DATETIME} [Info] Done ––– input ––– ls -lh /tmp/backup-* ––– output ––– total 16K %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# config %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# data %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# state %{FILEPERMS} %{NUMBER} root root %{NUMBER} #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# versions.json ```
github-actions[bot] commented 4 months ago

clt

👎 CLT tests in tests/ ✅ OK: 7 ❌ Failed: 1 ⏳ Duration: 23s 👉 Check Action Results for commit b25750f Failed tests:

tests/backup-works-with-max-connections.rec ```diff ––– input ––– cp tests/config/manticore-vip.conf /etc/manticoresearch/manticore.conf ––– output ––– ––– input ––– searchd ––– output ––– Manticore %{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (secondary %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (knn %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) Copyright (c) 2001-2016, Andrew Aksyonoff Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com) Copyright (c) 2017-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) [#!/[0-9]{2}:[0-9]{2}\.[0-9]{3}/!#] [#!/[0-9]+/!#] using config file '/etc/manticoresearch/manticore.conf' (#!/[0-9]+/!# chars)... starting daemon version '%{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} %{COMMITDATE}) (secondary %{SEMVER} %{COMMITDATE}) (knn %{SEMVER} %{COMMITDATE})' ... listening on %{IPADDR}:9312 for sphinx and http(s) listening on %{IPADDR}:9306 for mysql listening on %{IPADDR}:9307 for VIP mysql listening on %{IPADDR}:9308 for sphinx and http(s) listening on %{IPADDR}:9313 for VIP sphinx and http(s) ––– input ––– manticore-backup --version ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore Backup version: %{SEMVER} ––– input ––– mysql -h0 -P9306 < tests/dumps/tables.sql ––– output ––– + ERROR 1047 (08S01): maxed out, dismissing client ––– input ––– curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' & ––– output ––– [1] %{NUMBER} ––– input ––– mysql -h0 -P9307 -e 'show tables' ––– output ––– - +---------------------+-------------+ + {"error":"maxed out, dismissing client"}[1]+ Done curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' - | Index | Type | - +---------------------+-------------+ - | distributed_index | distributed | - | rt_with_columnar | rt | - | rt_without_columnar | rt | - | test | rt | - +---------------------+-------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table distributed_index' ––– output ––– - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | distributed_index | CREATE TABLE distributed_index type='distributed' local='rt_with_columnar' local='rt_without_columnar' agent='127.0.0.1:9312:plain_with_columnar, plain_without_columnar' | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_with_columnar' ––– output ––– - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_with_columnar | CREATE TABLE rt_with_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute engine='columnar', - tags multi, - attributes json - ) | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_without_columnar' ––– output ––– - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_without_columnar | CREATE TABLE rt_without_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute, - tags multi, - attributes json - ) | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– ls -lt /tmp/backup-* ––– output ––– ls: cannot access '/tmp/backup-*': No such file or directory ––– input ––– manticore-backup --backup-dir=/tmp ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore config file: /etc/manticoresearch/manticore.conf Tables to backup: all tables Backup dir: /tmp Manticore config endpoint = http://%{IPADDR}:9313 Manticore versions: manticore: %{SEMVER} %{COMMITDATE} dev columnar: %{SEMVER} %{COMMITDATE} secondary: %{SEMVER} %{COMMITDATE} knn: %{SEMVER} %{COMMITDATE} buddy: %{SEMVER} %{DATETIME} [Info] Starting the backup... - %{DATETIME} [Info] Backing up config files... + 2024-05-14 05:29:54 [Error] You have no tables to backup. - %{DATETIME} [Info] config files - OK - %{DATETIME} [Info] Backing up global state files... - %{DATETIME} [Info] global state files – OK - %{DATETIME} [Info] Backing up tables... - %{DATETIME} [Info] distributed_index (distributed)... - %{DATETIME} [Info] SKIP - %{DATETIME} [Info] rt_with_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] rt_without_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] test (rt) [%{NUMBER}B]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] Running sync - %{DATETIME} [Info] OK - %{DATETIME} [Info] You can find backup here: /tmp/backup-%{NUMBER} - %{DATETIME} [Info] Elapsed time: #!/([0-9]+\.[0-9]+|0)/!#s - %{DATETIME} [Info] Done ––– input ––– ls -lh /tmp/backup-* ––– output ––– total 16K %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# config %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# data %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# state %{FILEPERMS} %{NUMBER} root root %{NUMBER} #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# versions.json ```
github-actions[bot] commented 4 months ago

clt

👎 CLT tests in tests/ ✅ OK: 7 ❌ Failed: 1 ⏳ Duration: 22s 👉 Check Action Results for commit b7868ff Failed tests:

tests/backup-works-with-max-connections.rec ```diff ––– input ––– cp tests/config/manticore-vip.conf /etc/manticoresearch/manticore.conf ––– output ––– ––– input ––– searchd ––– output ––– Manticore %{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (secondary %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (knn %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) Copyright (c) 2001-2016, Andrew Aksyonoff Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com) Copyright (c) 2017-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) [#!/[0-9]{2}:[0-9]{2}\.[0-9]{3}/!#] [#!/[0-9]+/!#] using config file '/etc/manticoresearch/manticore.conf' (#!/[0-9]+/!# chars)... starting daemon version '%{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} %{COMMITDATE}) (secondary %{SEMVER} %{COMMITDATE}) (knn %{SEMVER} %{COMMITDATE})' ... listening on %{IPADDR}:9312 for sphinx and http(s) listening on %{IPADDR}:9306 for mysql listening on %{IPADDR}:9307 for VIP mysql listening on %{IPADDR}:9308 for sphinx and http(s) listening on %{IPADDR}:9313 for VIP sphinx and http(s) ––– input ––– manticore-backup --version ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore Backup version: %{SEMVER} ––– input ––– mysql -h0 -P9306 < tests/dumps/tables.sql ––– output ––– + ERROR 1047 (08S01): maxed out, dismissing client ––– input ––– curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' & ––– output ––– [1] %{NUMBER} ––– input ––– mysql -h0 -P9307 -e 'show tables' ––– output ––– - +---------------------+-------------+ + {"error":"maxed out, dismissing client"}[1]+ Done curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' - | Index | Type | - +---------------------+-------------+ - | distributed_index | distributed | - | rt_with_columnar | rt | - | rt_without_columnar | rt | - | test | rt | - +---------------------+-------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table distributed_index' ––– output ––– - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | distributed_index | CREATE TABLE distributed_index type='distributed' local='rt_with_columnar' local='rt_without_columnar' agent='127.0.0.1:9312:plain_with_columnar, plain_without_columnar' | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_with_columnar' ––– output ––– - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_with_columnar | CREATE TABLE rt_with_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute engine='columnar', - tags multi, - attributes json - ) | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_without_columnar' ––– output ––– - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_without_columnar | CREATE TABLE rt_without_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute, - tags multi, - attributes json - ) | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– ls -lt /tmp/backup-* ––– output ––– ls: cannot access '/tmp/backup-*': No such file or directory ––– input ––– manticore-backup --backup-dir=/tmp ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore config file: /etc/manticoresearch/manticore.conf Tables to backup: all tables Backup dir: /tmp Manticore config endpoint = http://%{IPADDR}:9313 Manticore versions: manticore: %{SEMVER} %{COMMITDATE} dev columnar: %{SEMVER} %{COMMITDATE} secondary: %{SEMVER} %{COMMITDATE} knn: %{SEMVER} %{COMMITDATE} buddy: %{SEMVER} %{DATETIME} [Info] Starting the backup... - %{DATETIME} [Info] Backing up config files... + 2024-05-14 07:08:51 [Error] You have no tables to backup. - %{DATETIME} [Info] config files - OK - %{DATETIME} [Info] Backing up global state files... - %{DATETIME} [Info] global state files – OK - %{DATETIME} [Info] Backing up tables... - %{DATETIME} [Info] distributed_index (distributed)... - %{DATETIME} [Info] SKIP - %{DATETIME} [Info] rt_with_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] rt_without_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] test (rt) [%{NUMBER}B]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] Running sync - %{DATETIME} [Info] OK - %{DATETIME} [Info] You can find backup here: /tmp/backup-%{NUMBER} - %{DATETIME} [Info] Elapsed time: #!/([0-9]+\.[0-9]+|0)/!#s - %{DATETIME} [Info] Done ––– input ––– ls -lh /tmp/backup-* ––– output ––– total 16K %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# config %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# data %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# state %{FILEPERMS} %{NUMBER} root root %{NUMBER} #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# versions.json ```
github-actions[bot] commented 4 months ago

clt

👎 CLT tests in tests/ ✅ OK: 7 ❌ Failed: 1 ⏳ Duration: 22s 👉 Check Action Results for commit f0b6955 Failed tests:

tests/backup-works-with-max-connections.rec ```diff ––– input ––– cp tests/config/manticore-vip.conf /etc/manticoresearch/manticore.conf ––– output ––– ––– input ––– searchd ––– output ––– Manticore %{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (secondary %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (knn %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) Copyright (c) 2001-2016, Andrew Aksyonoff Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com) Copyright (c) 2017-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) [#!/[0-9]{2}:[0-9]{2}\.[0-9]{3}/!#] [#!/[0-9]+/!#] using config file '/etc/manticoresearch/manticore.conf' (#!/[0-9]+/!# chars)... starting daemon version '%{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} %{COMMITDATE}) (secondary %{SEMVER} %{COMMITDATE}) (knn %{SEMVER} %{COMMITDATE})' ... listening on %{IPADDR}:9312 for sphinx and http(s) listening on %{IPADDR}:9306 for mysql listening on %{IPADDR}:9307 for VIP mysql listening on %{IPADDR}:9308 for sphinx and http(s) listening on %{IPADDR}:9313 for VIP sphinx and http(s) ––– input ––– manticore-backup --version ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore Backup version: %{SEMVER} ––– input ––– mysql -h0 -P9306 < tests/dumps/tables.sql ––– output ––– + ERROR 1047 (08S01): maxed out, dismissing client ––– input ––– curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' & ––– output ––– [1] %{NUMBER} ––– input ––– mysql -h0 -P9307 -e 'show tables' ––– output ––– - +---------------------+-------------+ + {"error":"maxed out, dismissing client"}[1]+ Done curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' - | Index | Type | - +---------------------+-------------+ - | distributed_index | distributed | - | rt_with_columnar | rt | - | rt_without_columnar | rt | - | test | rt | - +---------------------+-------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table distributed_index' ––– output ––– - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | distributed_index | CREATE TABLE distributed_index type='distributed' local='rt_with_columnar' local='rt_without_columnar' agent='127.0.0.1:9312:plain_with_columnar, plain_without_columnar' | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_with_columnar' ––– output ––– - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_with_columnar | CREATE TABLE rt_with_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute engine='columnar', - tags multi, - attributes json - ) | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_without_columnar' ––– output ––– - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_without_columnar | CREATE TABLE rt_without_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute, - tags multi, - attributes json - ) | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– ls -lt /tmp/backup-* ––– output ––– ls: cannot access '/tmp/backup-*': No such file or directory ––– input ––– manticore-backup --backup-dir=/tmp ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore config file: /etc/manticoresearch/manticore.conf Tables to backup: all tables Backup dir: /tmp Manticore config endpoint = http://%{IPADDR}:9313 Manticore versions: manticore: %{SEMVER} %{COMMITDATE} dev columnar: %{SEMVER} %{COMMITDATE} secondary: %{SEMVER} %{COMMITDATE} knn: %{SEMVER} %{COMMITDATE} buddy: %{SEMVER} %{DATETIME} [Info] Starting the backup... - %{DATETIME} [Info] Backing up config files... + 2024-05-14 07:10:10 [Error] You have no tables to backup. - %{DATETIME} [Info] config files - OK - %{DATETIME} [Info] Backing up global state files... - %{DATETIME} [Info] global state files – OK - %{DATETIME} [Info] Backing up tables... - %{DATETIME} [Info] distributed_index (distributed)... - %{DATETIME} [Info] SKIP - %{DATETIME} [Info] rt_with_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] rt_without_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] test (rt) [%{NUMBER}B]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] Running sync - %{DATETIME} [Info] OK - %{DATETIME} [Info] You can find backup here: /tmp/backup-%{NUMBER} - %{DATETIME} [Info] Elapsed time: #!/([0-9]+\.[0-9]+|0)/!#s - %{DATETIME} [Info] Done ––– input ––– ls -lh /tmp/backup-* ––– output ––– total 16K %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# config %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# data %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# state %{FILEPERMS} %{NUMBER} root root %{NUMBER} #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# versions.json ```
github-actions[bot] commented 4 months ago

clt

👎 CLT tests in tests/ ✅ OK: 7 ❌ Failed: 1 ⏳ Duration: 23s 👉 Check Action Results for commit 8d77906 Failed tests:

tests/backup-works-with-max-connections.rec ```diff ––– input ––– cp tests/config/manticore-vip.conf /etc/manticoresearch/manticore.conf ––– output ––– ––– input ––– searchd ––– output ––– Manticore %{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (secondary %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (knn %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) Copyright (c) 2001-2016, Andrew Aksyonoff Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com) Copyright (c) 2017-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) [#!/[0-9]{2}:[0-9]{2}\.[0-9]{3}/!#] [#!/[0-9]+/!#] using config file '/etc/manticoresearch/manticore.conf' (#!/[0-9]+/!# chars)... starting daemon version '%{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} %{COMMITDATE}) (secondary %{SEMVER} %{COMMITDATE}) (knn %{SEMVER} %{COMMITDATE})' ... listening on %{IPADDR}:9312 for sphinx and http(s) listening on %{IPADDR}:9306 for mysql listening on %{IPADDR}:9307 for VIP mysql listening on %{IPADDR}:9308 for sphinx and http(s) listening on %{IPADDR}:9313 for VIP sphinx and http(s) ––– input ––– manticore-backup --version ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore Backup version: %{SEMVER} ––– input ––– mysql -h0 -P9306 < tests/dumps/tables.sql ––– output ––– + ERROR 1047 (08S01): maxed out, dismissing client ––– input ––– curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' & ––– output ––– [1] %{NUMBER} ––– input ––– mysql -h0 -P9307 -e 'show tables' ––– output ––– - +---------------------+-------------+ + {"error":"maxed out, dismissing client"}[1]+ Done curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' - | Index | Type | - +---------------------+-------------+ - | distributed_index | distributed | - | rt_with_columnar | rt | - | rt_without_columnar | rt | - | test | rt | - +---------------------+-------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table distributed_index' ––– output ––– - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | distributed_index | CREATE TABLE distributed_index type='distributed' local='rt_with_columnar' local='rt_without_columnar' agent='127.0.0.1:9312:plain_with_columnar, plain_without_columnar' | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_with_columnar' ––– output ––– - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_with_columnar | CREATE TABLE rt_with_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute engine='columnar', - tags multi, - attributes json - ) | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_without_columnar' ––– output ––– - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_without_columnar | CREATE TABLE rt_without_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute, - tags multi, - attributes json - ) | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– ls -lt /tmp/backup-* ––– output ––– ls: cannot access '/tmp/backup-*': No such file or directory ––– input ––– manticore-backup --backup-dir=/tmp ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore config file: /etc/manticoresearch/manticore.conf Tables to backup: all tables Backup dir: /tmp Manticore config endpoint = http://%{IPADDR}:9313 Manticore versions: manticore: %{SEMVER} %{COMMITDATE} dev columnar: %{SEMVER} %{COMMITDATE} secondary: %{SEMVER} %{COMMITDATE} knn: %{SEMVER} %{COMMITDATE} buddy: %{SEMVER} %{DATETIME} [Info] Starting the backup... - %{DATETIME} [Info] Backing up config files... + 2024-05-14 07:31:18 [Error] You have no tables to backup. - %{DATETIME} [Info] config files - OK - %{DATETIME} [Info] Backing up global state files... - %{DATETIME} [Info] global state files – OK - %{DATETIME} [Info] Backing up tables... - %{DATETIME} [Info] distributed_index (distributed)... - %{DATETIME} [Info] SKIP - %{DATETIME} [Info] rt_with_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] rt_without_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] test (rt) [%{NUMBER}B]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] Running sync - %{DATETIME} [Info] OK - %{DATETIME} [Info] You can find backup here: /tmp/backup-%{NUMBER} - %{DATETIME} [Info] Elapsed time: #!/([0-9]+\.[0-9]+|0)/!#s - %{DATETIME} [Info] Done ––– input ––– ls -lh /tmp/backup-* ––– output ––– total 16K %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# config %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# data %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# state %{FILEPERMS} %{NUMBER} root root %{NUMBER} #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# versions.json ```
github-actions[bot] commented 4 months ago

clt

👎 CLT tests in tests/ ✅ OK: 7 ❌ Failed: 1 ⏳ Duration: 22s 👉 Check Action Results for commit e514bd6 Failed tests:

tests/backup-works-with-max-connections.rec ```diff ––– input ––– cp tests/config/manticore-vip.conf /etc/manticoresearch/manticore.conf ––– output ––– ––– input ––– searchd ––– output ––– Manticore %{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (secondary %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (knn %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) Copyright (c) 2001-2016, Andrew Aksyonoff Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com) Copyright (c) 2017-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) [#!/[0-9]{2}:[0-9]{2}\.[0-9]{3}/!#] [#!/[0-9]+/!#] using config file '/etc/manticoresearch/manticore.conf' (#!/[0-9]+/!# chars)... starting daemon version '%{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} %{COMMITDATE}) (secondary %{SEMVER} %{COMMITDATE}) (knn %{SEMVER} %{COMMITDATE})' ... listening on %{IPADDR}:9312 for sphinx and http(s) listening on %{IPADDR}:9306 for mysql listening on %{IPADDR}:9307 for VIP mysql listening on %{IPADDR}:9308 for sphinx and http(s) listening on %{IPADDR}:9313 for VIP sphinx and http(s) ––– input ––– manticore-backup --version ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore Backup version: %{SEMVER} ––– input ––– mysql -h0 -P9306 < tests/dumps/tables.sql ––– output ––– + ERROR 1047 (08S01): maxed out, dismissing client ––– input ––– curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' & ––– output ––– [1] %{NUMBER} ––– input ––– mysql -h0 -P9307 -e 'show tables' ––– output ––– - +---------------------+-------------+ + {"error":"maxed out, dismissing client"}[1]+ Done curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' - | Index | Type | - +---------------------+-------------+ - | distributed_index | distributed | - | rt_with_columnar | rt | - | rt_without_columnar | rt | - | test | rt | - +---------------------+-------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table distributed_index' ––– output ––– - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | distributed_index | CREATE TABLE distributed_index type='distributed' local='rt_with_columnar' local='rt_without_columnar' agent='127.0.0.1:9312:plain_with_columnar, plain_without_columnar' | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_with_columnar' ––– output ––– - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_with_columnar | CREATE TABLE rt_with_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute engine='columnar', - tags multi, - attributes json - ) | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_without_columnar' ––– output ––– - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_without_columnar | CREATE TABLE rt_without_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute, - tags multi, - attributes json - ) | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– ls -lt /tmp/backup-* ––– output ––– ls: cannot access '/tmp/backup-*': No such file or directory ––– input ––– manticore-backup --backup-dir=/tmp ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore config file: /etc/manticoresearch/manticore.conf Tables to backup: all tables Backup dir: /tmp Manticore config endpoint = http://%{IPADDR}:9313 Manticore versions: manticore: %{SEMVER} %{COMMITDATE} dev columnar: %{SEMVER} %{COMMITDATE} secondary: %{SEMVER} %{COMMITDATE} knn: %{SEMVER} %{COMMITDATE} buddy: %{SEMVER} %{DATETIME} [Info] Starting the backup... - %{DATETIME} [Info] Backing up config files... + 2024-05-14 07:41:52 [Error] You have no tables to backup. - %{DATETIME} [Info] config files - OK - %{DATETIME} [Info] Backing up global state files... - %{DATETIME} [Info] global state files – OK - %{DATETIME} [Info] Backing up tables... - %{DATETIME} [Info] distributed_index (distributed)... - %{DATETIME} [Info] SKIP - %{DATETIME} [Info] rt_with_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] rt_without_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] test (rt) [%{NUMBER}B]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] Running sync - %{DATETIME} [Info] OK - %{DATETIME} [Info] You can find backup here: /tmp/backup-%{NUMBER} - %{DATETIME} [Info] Elapsed time: #!/([0-9]+\.[0-9]+|0)/!#s - %{DATETIME} [Info] Done ––– input ––– ls -lh /tmp/backup-* ––– output ––– total 16K %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# config %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# data %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# state %{FILEPERMS} %{NUMBER} root root %{NUMBER} #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# versions.json ```
github-actions[bot] commented 4 months ago

clt

👎 CLT tests in tests/ ✅ OK: 7 ❌ Failed: 1 ⏳ Duration: 25s 👉 Check Action Results for commit 77c0f3b Failed tests:

tests/backup-works-with-max-connections.rec ```diff ––– input ––– cp tests/config/manticore-vip.conf /etc/manticoresearch/manticore.conf ––– output ––– ––– input ––– searchd ––– output ––– Manticore %{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (secondary %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (knn %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) Copyright (c) 2001-2016, Andrew Aksyonoff Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com) Copyright (c) 2017-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) [#!/[0-9]{2}:[0-9]{2}\.[0-9]{3}/!#] [#!/[0-9]+/!#] using config file '/etc/manticoresearch/manticore.conf' (#!/[0-9]+/!# chars)... starting daemon version '%{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} %{COMMITDATE}) (secondary %{SEMVER} %{COMMITDATE}) (knn %{SEMVER} %{COMMITDATE})' ... listening on %{IPADDR}:9312 for sphinx and http(s) listening on %{IPADDR}:9306 for mysql listening on %{IPADDR}:9307 for VIP mysql listening on %{IPADDR}:9308 for sphinx and http(s) listening on %{IPADDR}:9313 for VIP sphinx and http(s) ––– input ––– manticore-backup --version ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore Backup version: %{SEMVER} ––– input ––– mysql -h0 -P9306 < tests/dumps/tables.sql ––– output ––– + ERROR 1047 (08S01): maxed out, dismissing client ––– input ––– curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' & ––– output ––– [1] %{NUMBER} ––– input ––– mysql -h0 -P9307 -e 'show tables' ––– output ––– - +---------------------+-------------+ + {"error":"maxed out, dismissing client"}[1]+ Done curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' - | Index | Type | - +---------------------+-------------+ - | distributed_index | distributed | - | rt_with_columnar | rt | - | rt_without_columnar | rt | - | test | rt | - +---------------------+-------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table distributed_index' ––– output ––– - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | distributed_index | CREATE TABLE distributed_index type='distributed' local='rt_with_columnar' local='rt_without_columnar' agent='127.0.0.1:9312:plain_with_columnar, plain_without_columnar' | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_with_columnar' ––– output ––– - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_with_columnar | CREATE TABLE rt_with_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute engine='columnar', - tags multi, - attributes json - ) | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_without_columnar' ––– output ––– - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_without_columnar | CREATE TABLE rt_without_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute, - tags multi, - attributes json - ) | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– ls -lt /tmp/backup-* ––– output ––– ls: cannot access '/tmp/backup-*': No such file or directory ––– input ––– manticore-backup --backup-dir=/tmp ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore config file: /etc/manticoresearch/manticore.conf Tables to backup: all tables Backup dir: /tmp Manticore config endpoint = http://%{IPADDR}:9313 Manticore versions: manticore: %{SEMVER} %{COMMITDATE} dev columnar: %{SEMVER} %{COMMITDATE} secondary: %{SEMVER} %{COMMITDATE} knn: %{SEMVER} %{COMMITDATE} buddy: %{SEMVER} %{DATETIME} [Info] Starting the backup... - %{DATETIME} [Info] Backing up config files... + 2024-05-14 08:36:10 [Error] You have no tables to backup. - %{DATETIME} [Info] config files - OK - %{DATETIME} [Info] Backing up global state files... - %{DATETIME} [Info] global state files – OK - %{DATETIME} [Info] Backing up tables... - %{DATETIME} [Info] distributed_index (distributed)... - %{DATETIME} [Info] SKIP - %{DATETIME} [Info] rt_with_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] rt_without_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] test (rt) [%{NUMBER}B]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] Running sync - %{DATETIME} [Info] OK - %{DATETIME} [Info] You can find backup here: /tmp/backup-%{NUMBER} - %{DATETIME} [Info] Elapsed time: #!/([0-9]+\.[0-9]+|0)/!#s - %{DATETIME} [Info] Done ––– input ––– ls -lh /tmp/backup-* ––– output ––– total 16K %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# config %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# data %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# state %{FILEPERMS} %{NUMBER} root root %{NUMBER} #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# versions.json ```
github-actions[bot] commented 4 months ago

clt

👎 CLT tests in tests/ ✅ OK: 7 ❌ Failed: 1 ⏳ Duration: 24s 👉 Check Action Results for commit e140bc2 Failed tests:

tests/backup-works-with-max-connections.rec ```diff ––– input ––– cp tests/config/manticore-vip.conf /etc/manticoresearch/manticore.conf ––– output ––– ––– input ––– searchd ––– output ––– Manticore %{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (secondary %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) (knn %{SEMVER} #!/[a-f0-9]{7}@[0-9]{6}/!#) Copyright (c) 2001-2016, Andrew Aksyonoff Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com) Copyright (c) 2017-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) [#!/[0-9]{2}:[0-9]{2}\.[0-9]{3}/!#] [#!/[0-9]+/!#] using config file '/etc/manticoresearch/manticore.conf' (#!/[0-9]+/!# chars)... starting daemon version '%{SEMVER} %{COMMITDATE} dev (columnar %{SEMVER} %{COMMITDATE}) (secondary %{SEMVER} %{COMMITDATE}) (knn %{SEMVER} %{COMMITDATE})' ... listening on %{IPADDR}:9312 for sphinx and http(s) listening on %{IPADDR}:9306 for mysql listening on %{IPADDR}:9307 for VIP mysql listening on %{IPADDR}:9308 for sphinx and http(s) listening on %{IPADDR}:9313 for VIP sphinx and http(s) ––– input ––– manticore-backup --version ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore Backup version: %{SEMVER} ––– input ––– mysql -h0 -P9306 < tests/dumps/tables.sql ––– output ––– + ERROR 1047 (08S01): maxed out, dismissing client ––– input ––– curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' & ––– output ––– [1] %{NUMBER} ––– input ––– mysql -h0 -P9307 -e 'show tables' ––– output ––– - +---------------------+-------------+ + {"error":"maxed out, dismissing client"}[1]+ Done curl localhost:9312/sql?mode=raw -d 'query=debug sleep 10' - | Index | Type | - +---------------------+-------------+ - | distributed_index | distributed | - | rt_with_columnar | rt | - | rt_without_columnar | rt | - | test | rt | - +---------------------+-------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table distributed_index' ––– output ––– - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | distributed_index | CREATE TABLE distributed_index type='distributed' local='rt_with_columnar' local='rt_without_columnar' agent='127.0.0.1:9312:plain_with_columnar, plain_without_columnar' | - +-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_with_columnar' ––– output ––– - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_with_columnar | CREATE TABLE rt_with_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute engine='columnar', - tags multi, - attributes json - ) | - +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– mysql -h0 -P9307 -e 'show create table rt_without_columnar' ––– output ––– - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ + ERROR 1064 (42000) at line 1: You have an error in your query. Please, double-check it. - | Table | Create Table | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ - | rt_without_columnar | CREATE TABLE rt_without_columnar ( - id bigint, - title text, - category_id integer, - price float, - description string attribute, - tags multi, - attributes json - ) | - +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– ls -lt /tmp/backup-* ––– output ––– ls: cannot access '/tmp/backup-*': No such file or directory ––– input ––– manticore-backup --backup-dir=/tmp ––– output ––– Copyright (c) %{YEAR}-%{YEAR}, Manticore Software LTD (https://manticoresearch.com) Manticore config file: /etc/manticoresearch/manticore.conf Tables to backup: all tables Backup dir: /tmp Manticore config endpoint = http://%{IPADDR}:9313 Manticore versions: manticore: %{SEMVER} %{COMMITDATE} dev columnar: %{SEMVER} %{COMMITDATE} secondary: %{SEMVER} %{COMMITDATE} knn: %{SEMVER} %{COMMITDATE} buddy: %{SEMVER} %{DATETIME} [Info] Starting the backup... - %{DATETIME} [Info] Backing up config files... + 2024-05-14 09:04:34 [Error] You have no tables to backup. - %{DATETIME} [Info] config files - OK - %{DATETIME} [Info] Backing up global state files... - %{DATETIME} [Info] global state files – OK - %{DATETIME} [Info] Backing up tables... - %{DATETIME} [Info] distributed_index (distributed)... - %{DATETIME} [Info] SKIP - %{DATETIME} [Info] rt_with_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] rt_without_columnar (rt) [#!/[0-9]{1}\.[0-9]{3}/!#K]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] test (rt) [%{NUMBER}B]... - %{DATETIME} [Info] OK - %{DATETIME} [Info] Running sync - %{DATETIME} [Info] OK - %{DATETIME} [Info] You can find backup here: /tmp/backup-%{NUMBER} - %{DATETIME} [Info] Elapsed time: #!/([0-9]+\.[0-9]+|0)/!#s - %{DATETIME} [Info] Done ––– input ––– ls -lh /tmp/backup-* ––– output ––– total 16K %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# config %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# data %{FILEPERMS} %{NUMBER} root root #!/[0-9]{1}\.[0-9]{1}/!#K #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# state %{FILEPERMS} %{NUMBER} root root %{NUMBER} #!/[a-zA-Z]{3}/!# #!/[0-9]{1,2}/!# #!/[0-9]{2}:[0-9]{2}/!# versions.json ```