Skip to content

Conversation

@sfc-gh-turbaszek
Copy link
Contributor

The commit was cherry-picked and aio code was adjusted to reflect changes from sync version.

)
)
elif errno == OAUTH_ACCESS_TOKEN_EXPIRED_GS_CODE:
elif (errno == OAUTH_ACCESS_TOKEN_EXPIRED_GS_CODE) and (
Copy link
Contributor

Choose a reason for hiding this comment

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

Why was this additional assertion not needed in sync code?

@pytest.mark.parametrize("cursor_class", [SnowflakeCursor, DictCursor])
def test_simple_async(conn_cnx, cursor_class):
@pytest.mark.parametrize(
"cursor_class, row_type", [(SnowflakeCursor, tuple), (DictCursor, dict)]
Copy link
Contributor

Choose a reason for hiding this comment

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

This is missing in the async code - file test_async_async.py in integ/aio_it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants