Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have continuous integration test several databases #539

Open
ChristianMurphy opened this issue Aug 24, 2021 · 0 comments
Open

Have continuous integration test several databases #539

ChristianMurphy opened this issue Aug 24, 2021 · 0 comments

Comments

@ChristianMurphy
Copy link
Member

ChristianMurphy commented Aug 24, 2021

Currently CI tests only HSQL db, it would be good to test on more than one commonly used open source database to ensure compatibility.

Previously CI also tested with MariaDB

if [ "$DB" = 'mariadb' ]; then
echo mysql conf `ls -la /etc/mysql/*`
sudo ls -l /etc/mysql/my.cnf
sudo find / -name "mariadb.cnf" -exec ls -l \{\} \;
sudo find / -name "my.cnf" -exec ls -l \{\} \;
echo "show my.cnf"
sudo find / -name "my.cnf" -exec sudo cat \{\} \;
echo "show mariadb.cnf"
sudo find / -name "mariadb.cnf" -exec sudo cat \{\} \;
sudo ls -l /var/lib/mysql/
fi

This didn't make the initial migration from Travis CI to GitHub actions, but could likely be adapted.

PostreSQL could be another good database to check with.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant