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

Test suite is very slow #32

Open
tlater-famedly opened this issue Oct 24, 2024 · 0 comments
Open

Test suite is very slow #32

tlater-famedly opened this issue Oct 24, 2024 · 0 comments
Labels
Technical Debt This Issue is a technical debt. Mark issues with this label to have an overview of the code quality.

Comments

@tlater-famedly
Copy link
Contributor

tlater-famedly commented Oct 24, 2024

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.

@tlater-famedly tlater-famedly added Technical Debt This Issue is a technical debt. Mark issues with this label to have an overview of the code quality. tech debt Work on this should be planned according to tech debt policy labels Oct 24, 2024
@mzaniolo mzaniolo self-assigned this Oct 31, 2024
@nikzen nikzen removed the tech debt Work on this should be planned according to tech debt policy label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Technical Debt This Issue is a technical debt. Mark issues with this label to have an overview of the code quality.
Projects
None yet
Development

No branches or pull requests

3 participants