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

Look into DB race condition in tests #135

Open
dpopp07 opened this issue Apr 2, 2018 · 1 comment
Open

Look into DB race condition in tests #135

dpopp07 opened this issue Apr 2, 2018 · 1 comment

Comments

@dpopp07
Copy link
Collaborator

dpopp07 commented Apr 2, 2018

Ever since adding the test for the seeding module, it has become possible in the tests for two beforeAll hooks to simultaneously create users tables and then when one tries to drop the users table, it fails because there is somehow two. It's a known problem in rethink that they don't plan on solving. We may be able to prevent it from happening.

@jamesvclements
Copy link
Contributor

So ominous

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

No branches or pull requests

2 participants