famedly / zitadel-rust-client

GNU Affero General Public License v3.0
0 stars 1 forks source link

Test suite is very slow #32

Open tlater-famedly opened 1 month ago

tlater-famedly commented 1 month ago

Since the test suite here shuts down all services on each reboot, Zitadel has to be initialized from scratch every time, which takes a good minute due to database migrations. We should probably try to imperatively delete Zitadel contents between runs instead.

Since a lot of this test suite overlaps with what we do in ldap-sync, we should find a way to factor this stuff out, too.