| commit | 363322e4f5719be205a78cea3fc2e30b4ae48929 | [log] [tgz] |
|---|---|---|
| author | Jan Schär <jan@monogon.tech> | Wed Mar 26 15:41:56 2025 +0000 |
| committer | Jan Schär <jan@monogon.tech> | Thu Mar 27 08:59:27 2025 +0000 |
| tree | 34e43d7c0cbf468c441640304c7e1b9f2604271c | |
| parent | 22c1a2aa07f2c9c48d31779ccfaf59709123c3fa [diff] |
osbase/net/dns/forward/proxy: make test less flaky I observed a failure of TestCoreDNSOverflow with a timeout on CI. It additionally caused a panic because response was nil. The timeouts were originally set this low to speed up tests, but for these tests, we don't expect to hit timeouts, so this does not make them slower. Change-Id: Ie8bb6d30be6f0cefba7a124f7b49e1e570d7cd10 Reviewed-on: https://review.monogon.dev/c/monogon/+/4043 Reviewed-by: Tim Windelschmidt <tim@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! In the meantime, join us on Matrix (#monogon-os-community:matrix.org) or Discord.
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.
The source code lives in //metropolis (Metropolis is the codename of Monogon OS).
See the //metropolis/README.md for a developer quick start guide, or see the Monogon OS Handbook for user documentation.