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

sql: fix logic test multiline and tabbed output #91702

Merged
merged 1 commit into from
Nov 10, 2022
Merged

sql: fix logic test multiline and tabbed output #91702

merged 1 commit into from
Nov 10, 2022

Conversation

ecwall
Copy link
Contributor

@ecwall ecwall commented Nov 10, 2022

fixes #83586

This fixes 2 issues with logic test output:

  1. Tabs no longer interfere with tabwriter column output.
  2. Newlines no longer interfere with tabwriter row output.

Release note: None

@ecwall ecwall requested a review from rafiss November 10, 2022 20:59
@cockroach-teamcity
Copy link
Member

This change is Reviewable

fixes #83586

This fixes 2 issues with logic test output:
1) Tabs no longer interfere with tabwriter column output.
2) Newlines no longer interfere with tabwriter row output.

Release note: None
Copy link
Collaborator

@rafiss rafiss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this looks way better! though i don't think we need to backport this, since it's test-only

Reviewed 4 of 56 files at r1.
Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained

@ecwall
Copy link
Contributor Author

ecwall commented Nov 10, 2022

bors r=rafiss

@ecwall
Copy link
Contributor Author

ecwall commented Nov 10, 2022

this looks way better! though i don't think we need to backport this, since it's test-only

Reviewed 4 of 56 files at r1.
Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained

Spoke offline - will backport to avoid merge conflicts since this touches so many tests.

@craig
Copy link
Contributor

craig bot commented Nov 10, 2022

Build succeeded:

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.

logictest -rewrite flag incorrectly formats SHOW CREATE TABLE indentation
3 participants