commit | 53a85f7e9f68cfc50721e94de717b1973be2b858 | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Thu Mar 16 17:53:32 2023 +0100 |
committer | Serge Bazanski <serge@monogon.tech> | Thu Mar 16 21:04:59 2023 +0000 |
tree | 2e5aca3dfa152cd9860fc199527fce5c8176af7a | |
parent | b76b8d19c05e5df546e2b2dc08f6cdbec2a9ead0 [diff] |
third_party/go: patch embedded etcd to prevent spurious panics This channel double-close tends to panic etcd if we end up calling server.Close more than once. It seems like a programming bug in etcd upstream, this function should be otherwise safe to call more than once. Change-Id: Iba93dc58202f22f966af251b7424d5d4c4e10612 Reviewed-on: https://review.monogon.dev/c/monogon/+/1353 Reviewed-by: Lorenz Brun <lorenz@monogon.tech> Tested-by: Jenkins CI
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 //...