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

Fix deprecation in railties maintain_test_schema #42498

Merged
merged 1 commit into from
Jun 15, 2021

Conversation

Tonkpils
Copy link
Contributor

Summary

#42489 introduced deprecation warnings which got triggered by tests requiring railties/test_help and calling maintain_test_schema!

rails#42489 introduced deprecation
warnings which got triggered by tests requiring `railties/test_help` and
calling `maintain_test_schema!`
@byroot byroot merged commit 535742c into rails:main Jun 15, 2021
@byroot
Copy link
Member

byroot commented Jun 15, 2021

Argh, I just remembered this one was on purpose. There's a load ordering issue on this one. I'll fix it.

@Tonkpils
Copy link
Contributor Author

Argh, I just remembered this one was one purpose. There's a load ordering issue on this one. I'll fix it.

Ah! Thank you 🙇 , was just about to look into the failing tests. Let me know if there's anything I can help out with there 🙇

@Tonkpils Tonkpils deleted the tonkpils/fix-railties-deprecation branch June 15, 2021 17:20
@casperisfine
Copy link
Contributor

Ref: #42499

This time I'll make sure to wait for green CI -_-.

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

Successfully merging this pull request may close these issues.

None yet

3 participants