diff --git a/src/Lib/ManticoreClient.php b/src/Lib/ManticoreClient.php index 65eae0a..ad9daed 100644 --- a/src/Lib/ManticoreClient.php +++ b/src/Lib/ManticoreClient.php @@ -261,7 +261,6 @@ public function execute(string $query): array { . ' and has the appropriate certificates in place.' . ' Additionally, check the \'max_connections\' setting in the configuration' . ' file to ensure that it has not been exceeded. ' - . 'it\'s listening for HTTP or HTTPS connections (with proper certificates).' ); } diff --git a/tests/backup-all-ok.rec b/tests/backup-all-ok.rec index 5a98d84..95deabd 100644 --- a/tests/backup-all-ok.rec +++ b/tests/backup-all-ok.rec @@ -30,8 +30,8 @@ title text, category_id integer, price float, description string attribute engine='columnar', -attributes json, -tags multi +tags multi, +attributes json ) | +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– @@ -46,8 +46,8 @@ title text, category_id integer, price float, description string attribute, -attributes json, -tags multi +tags multi, +attributes json ) | +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– diff --git a/tests/backup-fails.rec b/tests/backup-fails.rec index 2bd46da..01e9c1b 100644 --- a/tests/backup-fails.rec +++ b/tests/backup-fails.rec @@ -30,8 +30,8 @@ title text, category_id integer, price float, description string attribute engine='columnar', -attributes json, -tags multi +tags multi, +attributes json ) | +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– @@ -46,8 +46,8 @@ title text, category_id integer, price float, description string attribute, -attributes json, -tags multi +tags multi, +attributes json ) | +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– @@ -88,4 +88,4 @@ Tables to backup: all tables Backup dir: /tmp Manticore config endpoint = http://%{IPADDR}:9312 -%{DATETIME} [Error] Failed to send query to the Manticore Search daemon. Ensure that it is set up to listen for HTTP or HTTPS connections and has the appropriate certificates in place. Additionally, check the 'max_connections' setting in the configuration file to ensure that it has not been exceeded. it's listening for HTTP or HTTPS connections (with proper certificates). +%{DATETIME} [Error] Failed to send query to the Manticore Search daemon. Ensure that it is set up to listen for HTTP or HTTPS connections and has the appropriate certificates in place. Additionally, check the 'max_connections' setting in the configuration file to ensure that it has not been exceeded. diff --git a/tests/backup-single-table-ok.rec b/tests/backup-single-table-ok.rec index 1b69daf..164f243 100644 --- a/tests/backup-single-table-ok.rec +++ b/tests/backup-single-table-ok.rec @@ -30,8 +30,8 @@ title text, category_id integer, price float, description string attribute engine='columnar', -attributes json, -tags multi +tags multi, +attributes json ) | +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– @@ -46,8 +46,8 @@ title text, category_id integer, price float, description string attribute, -attributes json, -tags multi +tags multi, +attributes json ) | +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– diff --git a/tests/backup-works-with-max-connections.rec b/tests/backup-works-with-max-connections.rec index 24e12f9..f517878 100644 --- a/tests/backup-works-with-max-connections.rec +++ b/tests/backup-works-with-max-connections.rec @@ -55,8 +55,8 @@ title text, category_id integer, price float, description string attribute engine='columnar', -attributes json, -tags multi +tags multi, +attributes json ) | +------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input ––– @@ -71,8 +71,8 @@ title text, category_id integer, price float, description string attribute, -attributes json, -tags multi +tags multi, +attributes json ) | +---------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ ––– input –––