commit | 2e9898d28213ec4e3fc48d962c2e2afbc0c6595c | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Tue Jun 20 13:09:41 2023 +0200 |
committer | Serge Bazanski <serge@monogon.tech> | Tue Jun 20 14:18:11 2023 +0000 |
tree | e0c778089bb8a3c67d24dd2db3cbbd302ce823b6 | |
parent | 5b13d8112a63282d12690ce05dbfa245f910d5a9 [diff] |
metropolis/curator: fix race condition in tests grpclog cannot be accessed concurrently with gRPC requests possibly already running. Let's just remove this integration in tests. Change-Id: I074c583baf3a7f87e76e7dde6080e3efdb19d5c8 Reviewed-on: https://review.monogon.dev/c/monogon/+/1828 Tested-by: Jenkins CI Reviewed-by: Lorenz Brun <lorenz@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 //...