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
|
||||
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
#define AZ_TRAIT_DISABLE_FAILED_ZERO_COLOR_CONVERSION_TEST true
|
||||
#define AZ_TRAIT_DISABLE_FAILED_FRAMEPROFILER_TEST true
|
||||
#define AZ_TRAIT_DISABLE_FAILED_FRAMEWORK_TESTS true
|
||||
#define AZ_TRAIT_DISABLE_FAILED_NETWORKING_TESTS true
|
||||
#define AZ_TRAIT_DISABLE_FAILED_GRADIENT_SIGNAL_TESTS true
|
||||
#define AZ_TRAIT_DISABLE_FAILED_MULTIPLAYER_GRIDMATE_TESTS true
|
||||
#define AZ_TRAIT_DISABLE_FAILED_INPUT_TESTS true
|
||||
|
||||
Reference in New Issue
Block a user