Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SYNPY-1344] Allows Socket Connections for Windows Systems in Unit Tests #1054

Merged
merged 2 commits into from
Jan 25, 2024

Conversation

BWMac
Copy link
Contributor

@BWMac BWMac commented Jan 25, 2024

Problem:

Asynchronous function unit testing does not work in Windows GH Actions runners due to a lack of support for UNIX socket for Windows in Python.

Solution:

Enable socket connections in unit tests on Windows systems.

@BWMac BWMac requested a review from a team as a code owner January 25, 2024 16:33
Co-authored-by: BryanFauble <17128019+BryanFauble@users.noreply.github.com>
@BWMac BWMac changed the title Allows Socket Connections for Windows Systems in Unit Tests [SYNPY-1344] Allows Socket Connections for Windows Systems in Unit Tests Jan 25, 2024
Copy link
Contributor

@BryanFauble BryanFauble left a comment

Choose a reason for hiding this comment

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

LGTM!

@BWMac BWMac merged commit 7255988 into develop Jan 25, 2024
27 of 29 checks passed
@BWMac BWMac deleted the bwmac/allow_socket_connections_windows branch January 25, 2024 16:46
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.

None yet

2 participants