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

pg test suite failures #1111

Closed
arielvalentin opened this issue Aug 11, 2024 · 1 comment
Closed

pg test suite failures #1111

arielvalentin opened this issue Aug 11, 2024 · 1 comment

Comments

@arielvalentin
Copy link
Collaborator

The nightly build for queue started failing with what seems to be gem related to activerecord gem dependencies.

🔎 Appraising pg_1.3
  Downloading activerecord-3.2.14 revealed dependencies not in the API or the
  lockfile (activesupport (= 3.2.14), activemodel (= 3.2.14), arel (~> 3.0.2),
  tzinfo (~> 0.3.29)).
  Running `bundle update activerecord` should fix the problem.

cc: @ahayworth as the current maintainer of the pg instrumentation.

https://github.com/open-telemetry/opentelemetry-ruby-contrib/actions/runs/10335505991/job/28610139946

@kaylareopelle
Copy link
Contributor

kaylareopelle commented Aug 14, 2024

Fixed in #1112 by putting a lowest version constraint of 6.1 on activerecord to mirror our currently supported versions.

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

No branches or pull requests

2 participants