From fe2c07b6a0dced827b7e086b39b1908d1861af39 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 7 Aug 2017 19:10:09 -0700 Subject: Add some more compatibility tests; fix surveyor compat bug. We noticed a bug in the surveyor handling of the options; this fixes that. At the same time, we noticed a race condition in the setting of the error for future calls, a short sleep seems to cure it. This distinction (ESTATE vs ETIMEDOUT) is pretty annoying, and it would be better to have a different way to handle it. More work here is warranted. --- tests/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/CMakeLists.txt') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 47c086d2..7b8768dc 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -94,5 +94,9 @@ add_nng_compat_test(compat_bug777 5) add_nng_compat_test(compat_bus 5) add_nng_compat_test(compat_cmsg 5) add_nng_compat_test(compat_msg 5) +add_nng_compat_test(compat_iovec 5) add_nng_compat_test(compat_device 5) +add_nng_compat_test(compat_pair 5) +add_nng_compat_test(compat_pipeline 5) add_nng_compat_test(compat_reqrep 5) +add_nng_compat_test(compat_survey 5) -- cgit v1.2.3-70-g09d2