mirror of https://github.com/sysown/proxysql
Address feedback from gemini-code-assist and coderabbitai: 1. Fix hardcoded paths in all test scripts: - Use relative paths from script location - Allow PROXYSQL_PATH to be overridden via environment variable - Updated: test_strict_mode.sh, test_config_validation.sh, quick_test.sh 2. Fix hardcoded paths in documentation: - Replace /home/rene/proxysql_5263/ with <path_to_proxysql_repo>/ - Updated: TEST_SUMMARY.md 3. Fix deprecated variable test file: - Add header comment listing deprecated variables - Mark have_compress with inline DEPRECATED comment - Updated: deprecated_variables.ini 4. Fix TAP test plan counts: - Change to plan(NO_PLAN) since tests vary based on ProxySQL mode - Updated: test_strict_config_validation-t.cpp, test_strict_pgsql_validation-t.cpp 5. Fix CI script logic bug in README.md: - Remove conflicting set -e - Use proper if statement to capture exit code - Updated: README.md Note: Reviews about implementation code (ProxySQL_Config.cpp) are not applicable as that code hasn't been implemented yet - the PR is still WIP.v3.0-5288
parent
4eee20500e
commit
e3d2cc3707
Loading…
Reference in new issue