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
github-actionsbot
changed the title
running pytest.main() programmatically hangs starting with snowflake-connector-python v3.4.1
SNOW-1017125: running pytest.main() programmatically hangs starting with snowflake-connector-python v3.4.1
Jan 23, 2024
What's your auth method to snowflake? Is it possible that hanging is caused by asking for auth? Or could you provide more details about your test?
authorization method is aws assumed-role
I forgot to mention that this actually works as expected with pytest console_script, meaning the CLI script. but it hangs when running programmatically through pytest.main(). Sounds like its not cleaning up resources after its done.
closing this issue for now as there been no response for a long time now, but if you still see this issue please let us know and we can work on it once the reproduction is made available
Python version
3.10.5
Operating system and processor architecture
ubuntu 22.04
Installed packages
What did you do?
What did you expect to see?
expected pytest.main() to complete
Can you set logging to DEBUG and collect the logs?
The text was updated successfully, but these errors were encountered: