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

[release/8.0] Stop stripping new lines from migration script literals (#32788) #32851

Merged
merged 2 commits into from
Feb 7, 2024

Conversation

ajcvickers
Copy link
Contributor

Port of #32788
Fixes #32730

Description

Replacement of a regex results in empty lines being stripped from literals in migrations when they were not stripped before.

Customer impact

Corrupted literals in migrations.

How found

Customer reported on 8.

Regression

Yes, from 7.

Testing

Tests added.

Risk

Low. Quirked.

* Stop stripping new lines from migration script literals

Fixes #32730

Will port to 8.0 for patch after merge.

* More tests for cases with GO
@ajcvickers ajcvickers requested a review from a team January 17, 2024 17:05
@ajcvickers ajcvickers added this to the 8.0.x milestone Jan 17, 2024
@AndriySvyryd
Copy link
Member

Note that the branch is currently closed

@AndriySvyryd AndriySvyryd modified the milestones: 8.0.x, 8.0.3 Jan 18, 2024
@ajcvickers
Copy link
Contributor Author

ajcvickers commented Jan 18, 2024

Note that the branch is currently closed

@ErikEJ Since you've been asking, this means we're done for 8.0.2 now. Any new patches will wait for 8.0.3.

@ErikEJ
Copy link
Contributor

ErikEJ commented Jan 18, 2024

@ajcvickers Thanks for the info!

@maumar maumar merged commit 9b8b38f into release/8.0 Feb 7, 2024
7 checks passed
@maumar maumar deleted the 240117_GoGos branch February 7, 2024 00:04
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.

4 participants