-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Appraisal specs fail with cannot load such file -- mutex_m #2736
Comments
Oh, it's failing on the Rails 6.0 one too. That makes sense. |
@edwardloveall, could you try out #2739 and see if that fixes it for you? |
It does fix it! I get new errors, but I could open new issues for those. In brief, I get one of these up top:
and then many of these after:
|
Thanks, that's helpful! I've seen at least one of these when running locally in the past, but not in CI. I'm not sure if that's CI not being reflective, or something locally. But I've trusted CI to be more correct. That assumption might be wrong! I'm loath to spent too much time, but I've been trying to avoid officially dropping Rails 6.0/6.1 support until v1 is released. |
It turns out that the first error was key — at least when running on Ruby 3.2.5. I've opened #2740 for that. I'm now able to run all the Appraisals, which is great. I'm not sure about why CI isn't failing though. |
Nice! That does get rid of the Psych error. I still get many No rush or anything on this, btw. Thank you for looking into it. |
What were you trying to do?
Test the gem using appraisal via the contributing guidelines. I:
bin/setup
bundle exec rspec && bundle exec appraisal rspec
What did you end up with (logs, or, even better, example apps are great!)?
The rspec tests ran fine, but then appraisal tried to run specs with
rails60.gemfile
and I got this error:I did check and the
mutex_m
gem does seem to be installed.What versions are you running?
administrate: d5c3c56
The text was updated successfully, but these errors were encountered: