squaredev-io / whitebox

[Not Actively Maintained] Whitebox is an open source E2E ML monitoring platform with edge capabilities that plays nicely with kubernetes
https://squaredev.io/whitebox/
MIT License
184 stars 5 forks source link

Drop DB after tests complete #117

Closed sinnec closed 1 year ago

sinnec commented 1 year ago

With current implementation, the admin user wasn't deleted after the tests completed compromising the integrity of the tests results during developement (possible false positives). With this PR the database is dropped so each tests start with a fresh up-to-date DB.