OpenSearch/qa/ml-no-bootstrap-tests
David Roberts c73d70491a [TEST] Fix error if named pipe already connected (elastic/x-pack-elasticsearch#2423)
On Windows a named pipe server must call ConnectNamedPipe() before using
a named pipe.  However, if the client has already connected then this
function returns a failure code, with detailed error code
ERROR_PIPE_CONNECTED.  The server must check for this, as it means the
connection will work fine.  The Java test that emulates what the C++
would do in production did not have this logic.

This was purely a test problem.  The C++ code used in production already
does the right thing.

relates elastic/x-pack-elasticsearch#2359

Original commit: elastic/x-pack-elasticsearch@e162887f28
2017-09-05 13:39:22 +01:00
..
src/test/java/org/elasticsearch/xpack/ml/utils [TEST] Fix error if named pipe already connected (elastic/x-pack-elasticsearch#2423) 2017-09-05 13:39:22 +01:00
build.gradle Rename x-pack project names to new names with split repo 2017-02-10 11:02:42 -08:00