commit | ce4af2b7dbae61a81c791c30fe0a161b3ff8b7d9 | [log] [tgz] |
---|---|---|
author | Serge Bazanski <serge@monogon.tech> | Thu Mar 16 21:23:39 2023 +0100 |
committer | Serge Bazanski <serge@monogon.tech> | Thu Mar 16 20:52:16 2023 +0000 |
tree | 72b83aba36088c2f34f5d7d2e272cf271f99e11a | |
parent | 05cf33dbfcc86f26f3771a5f489bfd6c78b8cdcf [diff] |
c/bmaas/bmdb: fix flaky parallel test We weren't handling an expected error properly, which sometimes just pops up in normal operation. Change-Id: I45f3011236fbce41dc5e139e39f60c0002fd6cec Reviewed-on: https://review.monogon.dev/c/monogon/+/1366 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 //...