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

test_closed_connection failing due to error handling issue #119

Closed
sashkab opened this issue Aug 20, 2019 · 1 comment · Fixed by #120
Closed

test_closed_connection failing due to error handling issue #119

sashkab opened this issue Aug 20, 2019 · 1 comment · Fixed by #120

Comments

@sashkab
Copy link
Contributor

sashkab commented Aug 20, 2019

____________________________ test_closed_connection ____________________________
kdb_server = k('15i')

    def test_closed_connection(kdb_server):
...
>           assert msg == 'close'
E           AssertionError: assert 'close handle: 15' == 'close'
E             - close handle: 15
E             + close
...
sashkab pushed a commit that referenced this issue Aug 20, 2019
@sashkab
Copy link
Contributor Author

sashkab commented Aug 20, 2019

In addition to this, 32-bit builds are broken.

Perhaps we need to switch to use miniconda32 instead of CONDA_FORCE_32BIT

See https://support.anaconda.com/hc/en-us/articles/360024042133-Using-32-bit-and-64-bit-libraries-and-CONDA-FORCE-32BIT

abalkin pushed a commit that referenced this issue Nov 15, 2019
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 a pull request may close this issue.

1 participant