Disable Loki buffering when log sending is disabled, and fix monitoring end-to-end tests (#1132).

This commit is contained in:
Dan Helfman
2026-01-10 11:59:01 -08:00
parent 774436817a
commit 5cb2af4683
5 changed files with 29 additions and 12 deletions
+1 -1
View File
@@ -25,5 +25,5 @@ export PATH="/root/.local/bin:$PATH"
uv tool install tox --with tox-uv
export COVERAGE_FILE=/tmp/.coverage
tox --workdir /tmp/.tox -e py311,py314 --sitepackages
#tox --workdir /tmp/.tox -e py311,py314 --sitepackages
tox --workdir /tmp/.tox --sitepackages -e end-to-end