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

test: require logger for Ruby ActiveRecord #2770

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

olavloite
Copy link
Collaborator

@olavloite olavloite commented Jan 17, 2025

Many existing Ruby ActiveRecord applications have been broken by rails/rails#54260. This also includes the tests and samples for PGAdapter. This workaround makes sure that Logger is required before running the test/sample.

Fixes #2763

Many existing Ruby ActiveRecord applications have been broken
by rails/rails#54260. This also
includes the tests and samples for PGAdapter. This workaround
makes sure that Logger is required before running the test/sample.
@olavloite olavloite force-pushed the ruby-active-record-require-logger branch from 073a68b to 9be31f7 Compare January 17, 2025 12:55
@olavloite olavloite merged commit ac6a3cd into postgresql-dialect Jan 17, 2025
43 checks passed
@olavloite olavloite deleted the ruby-active-record-require-logger branch January 17, 2025 13:35
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

Successfully merging this pull request may close these issues.

PGAdapter integration tests failed
1 participant