Re-enable and fix failing AZ_NETWORKING_TESTS on Linux
- Enable the previously failing network unit tests for TcpTransportTests for Linux: TestSingleClient and TestMultipleClients - Switch Linux to use SELECT implementation of the TCP Socket Manager instead of the EPOLL version (root cause of the failure)
This commit is contained in:
+2
-2
@@ -14,8 +14,8 @@
|
||||
|
||||
#define AZ_TRAIT_OS_USE_WINSOCK 0
|
||||
#define AZ_TRAIT_OS_USE_MACH 0
|
||||
#define AZ_TRAIT_USE_SOCKET_SERVER_EPOLL 1
|
||||
#define AZ_TRAIT_USE_SOCKET_SERVER_SELECT 0
|
||||
#define AZ_TRAIT_USE_SOCKET_SERVER_EPOLL 0
|
||||
#define AZ_TRAIT_USE_SOCKET_SERVER_SELECT 1
|
||||
#define AZ_TRAIT_USE_OPENSSL 1
|
||||
#define AZ_TRAIT_NEEDS_HTONLL 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user