Commit Graph

6 Commits

Author SHA1 Message Date
cfed204af5 bidirectional communication now tested. 2024-09-08 11:16:49 +02:00
1ca7209588 tested connections through the session. 2024-09-08 11:16:49 +02:00
bf837d31b2 basic gobchannel tests now done. 2024-09-08 11:16:49 +02:00
2e8107ddbd discovered net.Pipe for testing tcp connnections which makes the
previously developed ChannelReadWriter and InmemoryConnection obsolete.
2024-09-08 11:16:49 +02:00
d3d4c7242a restructuring test code by introducing a testsupport package
Making it easy 6to start a porof server in tests.
2024-09-08 11:16:49 +02:00
3f3635b056 a lot of progress in setting up tests for the communication.
Wrote ChannelReadWriter that simulates a connection inmemory.
This is used by the agentserver test for testing the initialization. The
first test is already working.
2024-09-08 11:16:49 +02:00