Network/test/dorkboxTest/network
2023-05-28 22:47:17 +02: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 API/Code cleanup 2023-02-27 11:31:34 +01:00
rmi Updated unit tests 2023-05-28 18:41:46 +02:00
AeronClient.kt Cleaned up unit tests 2023-03-17 15:05:59 +01:00
AeronClientServer.kt Cleaned up unit tests 2023-03-17 15:05:59 +01:00
AeronRmiClientServer.kt Updated unit tests 2023-05-28 18:41:46 +02:00
AeronServer.kt Cleaned up unit tests 2023-03-17 15:05:59 +01:00
BaseTest.kt Updated for ping tests to always stop endpoints 2023-05-28 22:47:17 +02:00
ConnectionFilterTest.kt Updated unit tests 2023-05-28 18:41:46 +02:00
DisconnectReconnectTest.kt Updated unit tests 2023-05-28 18:41:46 +02:00
ErrorLoggerTest.kt Cleaned up unit tests 2023-03-17 15:05:59 +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 Updated unit tests 2023-05-28 18:41:46 +02:00
MultipleServerTest.kt Updated unit tests 2023-05-28 18:41:46 +02:00
PingPongTest.kt cleaned up log 2023-02-24 16:35:51 +01:00
PingTest.kt Updated for ping tests to always stop endpoints 2023-05-28 22:47:17 +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
SimpleTest.kt Updated unit tests 2023-05-28 18:41:46 +02:00
StorageTest.kt updated copyright in unit tests 2023-03-17 15:00:00 +01:00
StreamingTest.kt Updated unit tests 2023-05-28 18:41:46 +02:00