Network/test/dorkboxTest/network
2022-06-29 16:39:27 +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 Updated unit tests 2022-03-15 09:46:13 +01:00
rmi Fixed issue with RMI from a server -> client, where the RMI proxy objects were getting overridden by different connections because the RMI object cache was shared between all connections in the server. 2022-06-16 18:04:52 +02:00
AeronClient.kt cleaned up comments 2022-06-14 11:24:19 +02:00
AeronServer.kt code polish 2022-05-25 00:47:36 +02:00
BaseTest.kt Cleaned up log messages, cleaned up handshakes, cleaned up polling code. Added unit test for concurrent client connections 2022-05-30 02:55:07 +02:00
ConnectionFilterTest.kt added status output during connect 2022-04-04 23:22:18 +02:00
DisconnectReconnectTest.kt Cleaned up log messages, cleaned up handshakes, cleaned up polling code. Added unit test for concurrent client connections 2022-05-30 02:55:07 +02:00
ErrorLoggerTest.kt Changed loopback -> localhost (loopback is invalid on macos) 2022-03-15 12:44:52 +01:00
ListenerTest.kt more exact unit tests for listeners 2022-06-06 11:41:46 +02:00
MultiClientTest.kt Added aeron driver info 2022-06-24 13:12:36 +02:00
MultipleServerTest.kt Changed loopback -> localhost (loopback is invalid on macos) 2022-03-15 12:44:52 +01: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 Changed loopback -> localhost (loopback is invalid on macos) 2022-03-15 12:44:52 +01:00
StorageTest.kt Changed loopback -> localhost (loopback is invalid on macos) 2022-03-15 12:44:52 +01:00
StreamingTest.kt Streaming data test uses random data and a larger size 2022-06-11 23:54:40 +02:00