-
Notifications
You must be signed in to change notification settings - Fork 30
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
Tests fail unless forced to run on single thread #17
Comments
Oh wait. It's stranger than that. It's intermittent. Running the tests over and over, sometimes it succeeds. |
Could it be that the |
Hi, yeah there is some kind of problem with isolating the tables in Postgres. I think the problem is that But I would welcome a proper way to do it! |
To go into more detail, when we obtain a But, for whatever reason, it just don't work the way I expect. |
Exciting stuff. Thanks! My problem was (obviously) not your package, but my code :D |
Good to know. I'll keep this issue open to remind myself that the testing setup is an unfortunate hack. |
Hi! In my code I think I have an issue with renaming of nullable enum values, so I figured I try running your tests and maybe extending them. However I didn't get that far, because I get test fails with the tests that are already there.
Is this something to do with my setup? I tried both postgres 9 and 10.
The text was updated successfully, but these errors were encountered: