converge/pkg
Erik Brakkee 45595a34aa table testing with go routines only really works well when standard
assertions are ued. With suite.Required() there are issues in getting
the test results correct.

Instead, use standard assertions and use suite.T().Failed() to do
early returns.
2024-08-20 00:52:57 +02:00
..
agent using unbuffered channels everywhere now. Only change required was to initialize prometeus and the websessions before the matchmaker. This is because at startup the matchmaker wants to write a notification when it starts up but then prometheus and the websessions would not be there to read them. 2024-08-13 21:33:29 +02:00
comms a lot of progress in setting up tests for the communication. 2024-08-19 22:31:02 +02:00
models more docs. 2024-08-17 10:41:22 +02:00
server go conventions: context should be first argument. 2024-08-19 19:22:44 +02:00
support table testing with go routines only really works well when standard 2024-08-20 00:52:57 +02:00