Budibase / budibase

Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MariaDB, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
https://budibase.com
Other
22.83k stars 1.58k forks source link

Fix flaky export test. #14932

Closed samwho closed 4 weeks ago

samwho commented 4 weeks ago

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.

qa-wolf[bot] commented 4 weeks ago

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!