- 27 Mar, 2025 5 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
We would like to use IPC communication during testing, so that we can leverage indpendent test runs. However, the implementation turned out to be buggy in the now-unmaintainted `nanomsg`.
-
- 26 Mar, 2025 11 commits
-
-
Alfredo Di Napoli authored
Concurrency is a good way to trigger any interleaving bug.
-
Alfredo Di Napoli authored
They can be enabled with `GGTX_LOG_LEVEL` during tests.
-
Alfredo Di Napoli authored
The bug is elsewhere.
-
Alfredo Di Napoli authored
This commit extends the timeout around the `readTChan` in the ping-pong test to 60 seconds, mostly to account for CI slowness and to rule-out potential source of flakyness. The calls to `threadDelay` have been removed, as they doesn't seem to affect the overall stability of the test (at least locally) -- the point of the exercise is trying to expose as much as possible potential problems which might be masked by active waits.
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alfredo Di Napoli authored
Relax a bit moveChecks to account for shared nodes Closes #455 See merge request !398
-
Przemyslaw Kaminski authored
-
- 25 Mar, 2025 8 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
Before we were repeating the same code to initialise all the different loggers. This commit introduces two stock loggers called `ioStdLogger` and `monadicStdLogger` which can be reused many times. It also allows the `GGTX_LOG_LEVEL` to take effect during `readConfig`, so that the `startupInfo` would show up the correct information.
-
Alfredo Di Napoli authored
We can use it to implement the specific case for `serveWorkerAPI`, while giving the user the ability to do things in the monad `m`, like introduce specific logging.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
- 24 Mar, 2025 1 commit
-
-
Przemyslaw Kaminski authored
-
- 20 Mar, 2025 6 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
Also, remove caddy from docker-compose.
-
Alfredo Di Napoli authored
This commit fixes a bug where a user member of a team (but NOT the owner of such team) couldn't move nodes.
-
- 18 Mar, 2025 2 commits
-
-
Alexandre Delanoë authored
-
Alfredo Di Napoli authored
-
- 17 Mar, 2025 3 commits
-
-
Przemyslaw Kaminski authored
No need to copy .nix files. They are bound by CI anyways.
-
Alfredo Di Napoli authored
-
Przemyslaw Kaminski authored
-
- 14 Mar, 2025 1 commit
-
-
Przemyslaw Kaminski authored
-
- 13 Mar, 2025 3 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-