KxSystems / pyq

PyQ — Python for kdb+
http://code.kx.com/q/interfaces
Apache License 2.0
190 stars 49 forks source link

test_closed_connection failing due to error handling issue #119

Closed sashkab closed 4 years ago

sashkab commented 5 years ago
____________________________ 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 commented 5 years ago

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