commit | a622379880cd043e0a12ab25129801e2c63d82bb | [log] [tgz] |
---|---|---|
author | Lorenz Brun <lorenz@monogon.tech> | Mon Jul 31 17:13:11 2023 +0200 |
committer | Lorenz Brun <lorenz@monogon.tech> | Wed Aug 02 10:12:22 2023 +0000 |
tree | 2b624fc68521ec72a3d018b2b71cfe755939795a | |
parent | 0b84a9f5e2caef3f66e4d912b6ac18429dff2c2d [diff] |
m/n/c/consensus: fix format directive error That %w points to err which is not actually populated in this code path. Change-Id: I025eafbd4733cb584c67af2479992c9368d414e9 Reviewed-on: https://review.monogon.dev/c/monogon/+/2022 Tested-by: Jenkins CI Reviewed-by: Leopold Schabel <leo@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 -c dbg
Launch an ephemeral test node:
bazel test //:launch -c 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 -c dbg //...