Skip to content

StudyDatasetsTest fix for importing tsv data with a field name that contains double quote#6874

Merged
cnathe merged 1 commit intorelease25.7-SNAPSHOTfrom
25.7_fb_studyDatasetsTest
Jul 24, 2025
Merged

StudyDatasetsTest fix for importing tsv data with a field name that contains double quote#6874
cnathe merged 1 commit intorelease25.7-SNAPSHOTfrom
25.7_fb_studyDatasetsTest

Conversation

@cnathe
Copy link
Contributor

@cnathe cnathe commented Jul 24, 2025

Rationale

This is a backport of a test change so that we don't continue to get this failure randomly in 25.7. When the StudyDatasetsTest fuzz testing randomly generates a field name containing a double quote, it is failing the tsv import because the quote isn't encoded in the tsv import.

Related Pull Requests

Changes

  • use the TestDataUtils.tsvStringFromRowMaps() helper instead of generating a tab sep string in the test case

…ontains double quote

- use teh TestDataUtils.tsvStringFromRowMaps() helper instead of generating a tab sep string in the test case
@cnathe cnathe merged commit eafc2f4 into release25.7-SNAPSHOT Jul 24, 2025
10 of 11 checks passed
@cnathe cnathe deleted the 25.7_fb_studyDatasetsTest branch July 24, 2025 19:05
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.

2 participants