commit | cf7f8c0475b8eaddb02869aaa9cb83ce3928b5f6 | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Tue Nov 21 15:16:21 2023 +0100 |
committer | Serge Bazanski <serge@monogon.tech> | Tue Nov 21 18:50:45 2023 +0000 |
tree | 0563191b7e033a230d4de6980aa38e8dc8b14f47 | |
parent | eb2520f048df92de2e48ff69d4b9a5431f0372d1 [diff] |
m/n/c/curator: log leadership key details when transaction gets aborted due to leadership loss This should allow us to debug https://github.com/monogon-dev/monogon/issues/276 a bit further. Change-Id: If709858df15de67f19beffc8e14b0ab09bba89c8 Reviewed-on: https://review.monogon.dev/c/monogon/+/2341 Tested-by: Jenkins CI Reviewed-by: Tim Windelschmidt <tim@monogon.tech>
This is the main repository containing the source code for the Monogon Platform.
This is pre-release software - take a look, and check back later!
Our build environment is self-contained and requires only minimal host dependencies:
/dev/kvm
(if you want to run tests).Our docs assume that Bazelisk is available as bazel
on your PATH.
Refer to SETUP.md for detailed instructions.
Build CLI and node image:
bazel build //metropolis/cli/dbg //:launch --config dbg
Launch an ephemeral test node:
bazel test //:launch --config dbg --test_output=streamed
Run a kubectl command while the test is running:
bazel-bin/metropolis/cli/dbg/dbg_/dbg kubectl describe node
Run full test suite:
bazel test --config dbg //...