Commit Graph

259 Commits

Author SHA1 Message Date
8dd34f6c1b small improvement in about.templ 2024-09-08 11:16:49 +02:00
b7d009a528 added a picture to the about page. 2024-09-08 11:16:49 +02:00
f5d8a5a424 fixed issue where too much data was copied at every build, leading to
unnecessary build.
2024-09-08 11:16:49 +02:00
8683949132 added grafana dashboard to the helm chart. 2024-09-08 11:16:49 +02:00
51d46ee07d Reverted back to multi-stage build. Previous change of extracting baser image was not needed since the test container is a plain alpione container with a few additional packages. 2024-09-08 11:16:49 +02:00
69b58976ae fix for integration test and compose file using the correct versions. 2024-09-08 11:16:49 +02:00
bebb2f5ff7 added helm chart for converge. 2024-09-08 11:16:49 +02:00
a1d03814c1 cleaning up icons in make clean dn downloading them again when building. 2024-09-08 11:16:49 +02:00
1075232fb0 reduced image side of converge-test from 351 MB to 21MB 2024-09-08 11:16:49 +02:00
74b7b7d5e1 removed some old debugging output 2024-09-08 11:16:49 +02:00
8fe79e3c38 first integration test implemented using testcontainers. 2024-09-08 11:16:49 +02:00
aa62cf6e4f minor renames. 2024-09-08 11:16:49 +02:00
35beb19c2d moved ssh code to separate pacakge. 2024-09-08 11:16:49 +02:00
781c14dcf4 agent/session.go no longer depends on ssh.Session and uses an
internal interface.
2024-09-08 11:16:49 +02:00
4f97b29776 reduced min delay for events to 0.5 seconds. 2024-09-08 11:16:49 +02:00
3117fff4ce fixed one concurrency problem in admin.Close() detected when running the
tests 100 times.
2024-09-08 11:16:49 +02:00
db094d2a13 reverted changes to throttler for ignoring duplicate events. This caused
more problems since state is immutable but some state of agents and
client is not immutable so it ignored events that were not really
duplicates.
This reverts commit f6b0211336.
2024-09-08 11:16:49 +02:00
474ac5ec30 some additions to the matchmaker tests for unknown agents. 2024-09-08 11:16:49 +02:00
e31ab7176b wsproxy mode tested. 2024-09-08 11:16:49 +02:00
0801310542 updated comments of throttler 2024-09-08 11:16:49 +02:00
f3963288e3 using clientId in the public interface of admin instead of an internal
interface agentConnection.
2024-09-08 11:16:49 +02:00
95204a9f5b modification for testability caused a panic when client tries to connect
to unknown agent.
2024-09-08 11:16:49 +02:00
a99de52e56 throttler now ignoring duplicate events. 2024-09-08 11:16:49 +02:00
e334554d4a multiple clients and agents. 2024-09-08 11:16:49 +02:00
1ec7241c95 now asserting succesful client creation after calling connectClient()
THis way conenctClient(0 can be used also for cases where client
connection
is not successful.
2024-09-08 11:16:49 +02:00
9bff8db297 connectClient now returns an error when unsuccessful. 2024-09-08 11:16:49 +02:00
78e3556787 reintroduced ClientInfo because it does appear to work.
Most likely some error elsewhere caused it not to work previously
2024-09-08 11:16:49 +02:00
d21f9c847f connectClient() extracted to make it easy to connect a client. 2024-09-08 11:16:49 +02:00
2accbaf3fe changes for testing agent connect by returning a synchronizer() function
that must be called after connect to synchronize data.
2024-09-08 11:16:49 +02:00
e03e7d7b9a work in progress for testing the matchmaker. 2024-09-08 11:16:49 +02:00
2b9a9f550d test multiple clients now working with a fully concurrent registration
of clients.
2024-09-08 11:16:49 +02:00
0cd0b543a2 multiple clients connecting to multiple agents.
Clients cannot yet be started in parallel. due to subtle issue in test
setup with accept
2024-09-08 11:16:49 +02:00
739556e938 now also testing client removal. 2024-09-08 11:16:49 +02:00
d8a79fbe00 remove agent now also tested. 2024-09-08 11:16:49 +02:00
5191b9cd49 some refactoring inpraparation for multiple agents and clients. 2024-09-08 11:16:49 +02:00
6e97162923 using AssertReadData/AssertWriteData now where possible. 2024-09-08 11:16:49 +02:00
1fd4de471c test for unknown rendez-vous id. 2024-09-08 11:16:49 +02:00
563c8f2ca7 added leak detection using the goleak library 2024-09-08 11:16:49 +02:00
28b2545163 test for connecting clients and bidirectional communication to agent.
Required lots of rework since the GOBChannel appeared to be reading
ahead of the data it actually needed. Now using more low-level IO
to send the clientId over to the agent instead.
2024-09-08 11:16:49 +02:00
d144a4d230 test for duplicate id and new id gene4ration done 2024-09-08 11:16:49 +02:00
37ff504b88 agent registers with duplica id 2024-09-08 11:16:49 +02:00
1244e34de5 testing many agents registring 2024-09-08 11:16:49 +02:00
2c2aeff8f5 prepare test for more agents and clietns. 2024-09-08 11:16:49 +02:00
eb6da5da99 test case for single agent registration. 2024-09-08 11:16:49 +02:00
fd3c3eb50a fix in comments. 2024-09-08 11:16:49 +02:00
0bc3548354 agentlistener tested. 2024-09-08 11:16:49 +02:00
80488fa7c8 test for initialization failure when connection is closed. 2024-09-08 11:16:49 +02:00
465dc1108f protocol version test implemented between agent and server (and found
that it did not work)
2024-09-08 11:16:49 +02:00
ea0b4282ba test for ListenForAgentEvents implemented. 2024-09-08 11:16:49 +02:00
7b7827824e added initialization test 2024-09-08 11:16:49 +02:00