Network/test/dorkboxTest/network
Robinson db15b62c8c
Added more unit tests, increased multi-threading for mutli-client unit test
2023-12-04 13:37:18 +01:00
..
app Added support for PER-CONNECTION buffering of messages (default is enabled) 2023-11-27 11:14:52 +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 Converted to using threads instead of coroutines 2023-09-07 01:01:55 +02:00
rmi Code cleanup + better unit tests 2023-09-25 13:59:46 +02:00
AeronPubSubTest.kt Added more unit tests, increased multi-threading for mutli-client unit test 2023-12-04 13:37:18 +01:00
BaseTest.kt Now properly waits for event dispatcher to shutdown in unit tests 2023-12-04 13:36:47 +01:00
ConnectionFilterTest.kt Fixed api name 2023-11-27 14:40:09 +01:00
DisconnectReconnectTest.kt disconnect period is as short as possible to improve unit test performance 2023-11-13 14:15:13 +01:00
ErrorLoggerTest.kt Make sure now that errors during unit tests are properly failing (or ignoring) as appropriate the test. 2023-11-22 20:38:46 +01:00
ListenerTest.kt newConnection method reverted back to function, which allows for easier extension of class types 2023-09-17 02:36:45 +02:00
MultiClientTest.kt Added more unit tests, increased multi-threading for mutli-client unit test 2023-12-04 13:37:18 +01:00
MultipleServerTest.kt Removed KotlinLogging (it has a niche usage that did not apply) 2023-09-13 17:04:25 +02:00
PingPongTest.kt Removed KotlinLogging (it has a niche usage that did not apply) 2023-09-13 17:04:25 +02:00
PingTest.kt Updated unit tests to more aggressively check if aeron is running on startup 2023-06-29 19:26: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 Updated unit tests to more aggressively check if aeron is running on startup 2023-06-29 19:26:27 +02:00
SendSyncTest.kt Added support for callbacks on a message, so there can be 'happens-before' logic. 2023-11-02 22:36:50 +01:00
SerializationValidationTest.kt Removed coroutines/suspending calls 2023-09-04 00:48:00 +02:00
ShutdownWhileInBadStateTest.kt newConnection method reverted back to function, which allows for easier extension of class types 2023-09-17 02:36:45 +02:00
SimplePortTest.kt Added port1/2 settings to server + client. 2023-07-11 00:11:58 +02:00
SimpleTest.kt Converted to using threads instead of coroutines 2023-09-07 01:01:55 +02:00
StorageTest.kt Removed KotlinLogging (it has a niche usage that did not apply) 2023-09-13 17:04:25 +02:00
StreamingTest.kt newConnection method reverted back to function, which allows for easier extension of class types 2023-09-17 02:36:45 +02:00