Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDBF-917: Bintar deps validation tests
This commit introduces two different validation scripts. * One that checks dependencies of ELF files in bintar archives. * One that does a smoke test on bintar archives: Goes through each supported distribution and starts a bare-bones container image. Then within the image it does: 1. Extract the archive mariadb-install-db 2. Run ./mariadb-install-db 3. Start ./mariadbd as a process inside the container 4. Use the ./mariadb client from the archive to connect and run SELECT VERSION().
- Loading branch information