Test against multiple SQLite versions (#2352)

* Use sqlite-versions action for testing multiple versions
This commit is contained in:
Alex Garcia 2024-06-13 10:09:45 -07:00 committed by GitHub
commit 8f86d2af6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 54 additions and 0 deletions

View file

@ -189,6 +189,7 @@ async def test_csv_with_non_ascii_characters(ds_client):
assert response.text == "text,number\r\n𝐜𝐢𝐭𝐢𝐞𝐬,1\r\nbob,2\r\n"
@pytest.mark.skip(reason="flakey")
def test_max_csv_mb(app_client_csv_max_mb_one):
# This query deliberately generates a really long string
# should be 100*100*100*2 = roughly 2MB