alimi

Results 4 comments of alimi

https://github.com/cockroachdb/activerecord-cockroachdb-adapter/pull/94 skips a couple of these tests.

After a few PRs get merged, we'll be down to 60 test files to get through. Thanks to @jordanlewis's tip to skip `load_schema` after it's been run once, we can...

I created individual issues for the outstanding high/medium/low priority test files. I included the failures/errors to make it easier to see what's wrong in the tests. It might make sense...

We worked around this issue by copying `db/queue_schema.rb` into a migration (`db/queue_migrate/1_initial_schema.rb`). We've been using Solid Queue for a while (and it's been great!), and we're moving it to its...