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

zoom tests are using two different users and databases when testing #49

Open
kaptaink opened this issue Aug 9, 2018 · 1 comment
Open

Comments

@kaptaink
Copy link
Contributor

kaptaink commented Aug 9, 2018

When I ran the zoom tests for the first time on my local, I ran into issues where I didn't have the correct test users in place, nor the test databases. This highlighted an issue with the tests in that some tests are utilizing 'zoomuser' as a test users and others are utilizing 'testuser'. Ideally we modify the tests and use a single test user.

Similarly, some tests expect a test database to exist called 'zoomdata' and others expect 'zoomtest'.

@hlainchb
Copy link
Member

All tests should use testuser database user. The zoomuser database user is the default database username for an app development instance. If it's being used for testing then I would agree. It's a bug. Can you indicate where this is happening?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants