Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
proxysql.properties file missing while running ProxySQL jobs
General
Escalation
General
Escalation
Description
Hi Team,
While running ProxySQL related QA jobs, it is noticed that the job is failing with the error
+ SOURCEDIR=/tmp/proxysql
+ source /tmp/proxysql/proxysql.properties
/tmp/proxysql/proxysql-packaging/scripts/build_binary.sh: line 75: /tmp/proxysql/proxysql.properties: No such file or directory
+ status=1
+ exit 1
Upon investigation, it is found that recently some changes were done in the proxysql_builder.sh and build_binary.sh
commit e47100d43c86b289149e1c4df0af6b129852958f
Author: Surabhi Bhat <surabhi.bhat@percona.com>
Date: Tue May 16 11:00:34 2023 +0530 ENG-1187 Automate the jenkins job for ProxySQL Release
From the logs, it is found that proxysql.properties file is missing and the script fails when trying to source it. Could you please take a look ?
Hi Team,
While running ProxySQL related QA jobs, it is noticed that the job is failing with the error
+ SOURCEDIR=/tmp/proxysql + source /tmp/proxysql/proxysql.properties /tmp/proxysql/proxysql-packaging/scripts/build_binary.sh: line 75: /tmp/proxysql/proxysql.properties: No such file or directory + status=1 + exit 1
Upon investigation, it is found that recently some changes were done in the proxysql_builder.sh and build_binary.sh
commit e47100d43c86b289149e1c4df0af6b129852958f Author: Surabhi Bhat <surabhi.bhat@percona.com> Date: Tue May 16 11:00:34 2023 +0530 ENG-1187 Automate the jenkins job for ProxySQL Release
From the logs, it is found that proxysql.properties file is missing and the script fails when trying to source it. Could you please take a look ?