Skip to content

Commit

Permalink
MDBF-917: Bintar deps validation tests
Browse files Browse the repository at this point in the history
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
cvicentiu committed Feb 21, 2025
1 parent e84cb1b commit 67ebcee
Show file tree
Hide file tree
Showing 13 changed files with 5,008 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ python-dotenv
pyzabbix
sqlalchemy==1.3.23
treq
python-magic
Loading

0 comments on commit 67ebcee

Please sign in to comment.