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 flaky export test. #14932

Merged
merged 3 commits into from
Oct 31, 2024
Merged

Fix flaky export test. #14932

merged 3 commits into from
Oct 31, 2024

Conversation

samwho
Copy link
Collaborator

@samwho samwho commented Oct 31, 2024

Description

We've seen this failure in CI a few times lately:

image

Looked into it and found our CSV generation code on row export does not properly escape strings, so quotes can mess with the structure of the CSV generated.

@samwho samwho requested a review from a team as a code owner October 31, 2024 17:22
@samwho samwho requested review from mike12345567 and removed request for a team October 31, 2024 17:22
Copy link

qa-wolf bot commented Oct 31, 2024

QA Wolf here! As you write new code it's important that your test coverage is keeping up.
Click here to request test coverage for this PR!

@github-actions github-actions bot added firestorm Data/Infra/Revenue Team size/s labels Oct 31, 2024
Copy link
Collaborator

@mike12345567 mike12345567 left a comment

Choose a reason for hiding this comment

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

LGTM!

@samwho samwho enabled auto-merge October 31, 2024 17:39
@samwho samwho merged commit 8c09ff8 into v3-ui Oct 31, 2024
11 of 12 checks passed
@samwho samwho deleted the fix-flaky-export-test branch October 31, 2024 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
firestorm Data/Infra/Revenue Team size/s
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants