Hi,
On Wed, 29 May 2019 14:18:18 -0700 (PDT) "'Juanli Shen' via grpc.io" <[email protected]> wrote: > By error code, do you mean > https://github.com/grpc/grpc/blob/master/src/core/lib/iomgr/error.h#L125? No, I mean gRPC::StatusCode (https://grpc.github.io/grpc/cpp/namespacegrpc.html#aff1730578c90160528f6a8d67ef5c43b) > If you want to run each unit test on the same port, shouldn't you set > GRPC_ARG_ALLOW_REUSEPORT to 1? That didn't change anything. I finally solved the issue by using a different port on each test. IIRC the semantics of port reuse are different on Windows compared to POSIX systems. Regards Antoine. -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/20190530110547.08aaa68f%40fsol.
