Percona-QA / percona-qa

Percona QA is a suite of scripts and utilities that assists in building, continuous integration, automated testing & bug reporting for Percona Server, Percona XtraDB Cluster, Percona XtraBackup, Percona Server for MongoDB, as well as other flavors of MySQL (Oracle, Facebook MyQSL, WebScaleSQL, MariaDB) etc.
GNU General Public License v2.0
67 stars 44 forks source link

Fixing replication job #354

Closed kaushikpuneet07 closed 2 years ago

kaushikpuneet07 commented 2 years ago

When 'PS_BIN = build' is selected the percona-server-5.7-pipeline is run. It generated PS binary tarball with the binary.tar.gz name. The ps-async-repl-test.sh script checks presence of the binary tarball based on presence of file matching "?ercona-?erver" pattern. binary.tar.gz renaming was commented so ps-async-repl-test.sh script "failed on the "Check PS binary tar ball" FIX: check whether download link contains binary.tar.gz pattern and rename downloaded binary tarball using '?ercona-?erver' pattern. So if some other pattern is used, like the download link to web site (eg https://downloads.percona.com/downloads/TESTING/ps-5.7.37-40/Percona-Server-5.7.37-40-Linux.x86_64.glibc2.17.tar.gz) the name stays the same.

eleo007 commented 2 years ago

Hi @kaushikpuneet07 , could you share the link to working test with the edits?

kaushikpuneet07 commented 2 years ago

Hi @eleo007 , please find the link below that worked after updating changes:

https://ps57.cd.percona.com/view/QA/job/test-ps-replication/177/