Network/test/dorkboxTest/network
Robinson a311a47eaf
Added sync/async unit block for thread/concurrent safe sync/async calls
2022-12-16 00:01:11 +01:00
..
kryo added more unit tests 2021-08-20 08:51:19 -06:00
lmdb WIP storage sub-system 2021-08-19 00:13:47 -06:00
memoryTest Added sync/async unit block for thread/concurrent safe sync/async calls 2022-12-16 00:01:11 +01:00
rmi Added sync/async unit block for thread/concurrent safe sync/async calls 2022-12-16 00:01:11 +01:00
AeronClient.kt More specific variable name for ipv4 check 2022-08-20 11:10:19 +02:00
AeronClientServer.kt Added test jar and classes for aeron server/client 2022-08-19 00:50:00 +02:00
AeronServer.kt More specific variable name for ipv4 check 2022-08-20 11:10:19 +02:00
BaseTest.kt Network now uses MDC + unique session id's to initiate/create connections. Prevents issues surrounding handshake conflicts. Now uses exclusive publications, also synchronizes on connection when sending data. Fixed issues when binding to IPv6 Wildcard IPs. RMI events will (attempt) to suppress errors when the connection is closed when the RMI waiter times out. 2022-08-04 03:39:14 +02:00
ConnectionFilterTest.kt added status output during connect 2022-04-04 23:22:18 +02:00
DisconnectReconnectTest.kt Added sync/async unit block for thread/concurrent safe sync/async calls 2022-12-16 00:01:11 +01:00
ErrorLoggerTest.kt Changed loopback -> localhost (loopback is invalid on macos) 2022-03-15 12:44:52 +01:00
ListenerTest.kt Changed Aeron connections from MDC -> "normal" (so the network connections are initialized more like a standard UDP connection would be, instead of the more complicated MDC method 2022-08-02 12:11:36 +02:00
MultiClientTest.kt Network now uses MDC + unique session id's to initiate/create connections. Prevents issues surrounding handshake conflicts. Now uses exclusive publications, also synchronizes on connection when sending data. Fixed issues when binding to IPv6 Wildcard IPs. RMI events will (attempt) to suppress errors when the connection is closed when the RMI waiter times out. 2022-08-04 03:39:14 +02:00
MultipleServerTest.kt Changed Aeron connections from MDC -> "normal" (so the network connections are initialized more like a standard UDP connection would be, instead of the more complicated MDC method 2022-08-02 12:11:36 +02:00
PingPongTest.kt Changed loopback -> localhost (loopback is invalid on macos) 2022-03-15 12:44:52 +01:00
PingTest.kt Separated ping and roundtrip message unit tests 2022-06-29 16:39:27 +02:00
RandomId65kAllocatorTest.kt Stream and Session ID allocation cannot be re-used so quickly, as ALL other IDs must first be used, before a previously used ID is reused. 2022-06-29 16:37:47 +02:00
RoundTripMessageTest.kt Separated ping and roundtrip message unit tests 2022-06-29 16:39:27 +02:00
SerializationValidationTest.kt Network now uses MDC + unique session id's to initiate/create connections. Prevents issues surrounding handshake conflicts. Now uses exclusive publications, also synchronizes on connection when sending data. Fixed issues when binding to IPv6 Wildcard IPs. RMI events will (attempt) to suppress errors when the connection is closed when the RMI waiter times out. 2022-08-04 03:39:14 +02:00
StorageTest.kt Changed loopback -> localhost (loopback is invalid on macos) 2022-03-15 12:44:52 +01:00
StreamingTest.kt Sending chunked data now creates fewer objects while sending. Updated unit test to use proper API 2022-08-19 23:39:54 +02:00