-
-
Notifications
You must be signed in to change notification settings - Fork 248
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
Some ActiveRecord Tests Failing #378
Comments
@keithdoggett I'm back on running this test suite, and excluding tests with
Any hint on this? Seems fun to debug anyway, the only issue is that it is CI specific. Culprit found: ged/ruby-pg#586 |
I've added the test suite and excluded tests failing with the Note that some skipped tests should not be skipped as well. We should mention them somewhere in our backlog.. |
@BuonOmo agree about creating a backlog for those tests. Could probably make an issue for each one with some kind of new label. For the slow tests is there any action we can take? Seems like an upstream issue. Thanks for digging into that. |
I wouldn't as it would clutter the backlog a lot.
Since PG is no official dependency of this lib, there's no action of upgrading pg for users. Just in tests (which is done in the bump 7.2 pr) |
I've made a gist with a list of them it may help: |
Running
bundle exec rake test:activerecord
yields ~50 test failures, currently. Most of these need to be excluded and re-written in our own test suite. Once I have a standard process for excluding ActiveRecord tests I'll update this issue.The text was updated successfully, but these errors were encountered: