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

Allow loading SQL cases #64

Merged
merged 1 commit into from
Nov 1, 2023
Merged

Allow loading SQL cases #64

merged 1 commit into from
Nov 1, 2023

Conversation

kaspth
Copy link
Owner

@kaspth kaspth commented Nov 1, 2023

In certain Rails versions there's been Marshal serialization bugs and it's pretty tricky to test those because the new Rails version can't output the old Marshal structure.

So it can take a long time to reproduce, but now you can grab a dump from production and put it in a SQL file directly.

This also moves the cases folder into a test/ environment folder since that's what I'm recommending in the README.

cc @tcannonfodder

In certain Rails versions there's been Marshal serialization bugs and it's pretty
tricky to test those because the new Rails version can't output the old Marshal structure.

So it can take a long time to reproduce, but now you can grab a dump from production and put it in a SQL file directly.

This also moves the cases folder into a test/ environment folder since that's what I'm recommending in the README.
@kaspth kaspth merged commit c5b7b6a into main Nov 1, 2023
2 checks passed
@kaspth kaspth deleted the sql-cases branch November 1, 2023 05:10
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.

1 participant