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

api: Do not skip index creation on tests #1052

Merged
merged 1 commit into from
May 11, 2022
Merged

api: Do not skip index creation on tests #1052

merged 1 commit into from
May 11, 2022

Conversation

victorges
Copy link
Member

We cannot create indexes in production because that is affecting our DB reliability.

We need to create them on tests though because many of our tests rely on that, like for example the ones that check for user email uniqueness.

This fixes that by creating indexes at leas on the tests runs.

@victorges victorges requested a review from a team as a code owner May 11, 2022 22:35
@vercel
Copy link

vercel bot commented May 11, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
livepeer-com ✅ Ready (Inspect) Visit Preview May 11, 2022 at 10:41PM (UTC)

Copy link
Member

@iameli iameli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, cool, LGTM

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

Successfully merging this pull request may close these issues.

None yet

2 participants