You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Work around test flake casued by asyncpg bug (#8160)
The asyncpg client-side understanding of client_encoding was getting
out of sync, causing encoding errors. See MagicStack/asyncpg#1215.
This shows up when test_sql_query_client_encoding_2 and
test_sql_query_client_encoding_3 are run on the same connection, so
could be deterministically produced with
`edb test -v -j 1 -k test_sql_query_client_encoding`
0 commit comments