Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: bd4255721d038d95f72ebf4735d7a4dd4c64b66a
https://github.com/tribe29/checkmk/commit/bd4255721d038d95f72ebf4735d7a4dd4…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2023-04-28 (Fri, 28 Apr 2023)
Changed paths:
M tests/integration/bin/test_mkbackup.py
Log Message:
-----------
Fix backup_lock_dir_fixture
The sudo calls the fixture tried to make failed. This made both cases
of the fixture work with a pre-existing `/var/run/mkbackup` directory.
The issue was undetected because we did not check the exit code of the
command. The output of the failure was only visible with `pytest -s`.
Change-Id: I7697469c5c2441a911bd5609ffce5dc63ee69dec
Commit: bf5b84faa335a2bab1e21205b2b3478c43071348
https://github.com/tribe29/checkmk/commit/bf5b84faa335a2bab1e21205b2b3478c4…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2023-04-28 (Fri, 28 Apr 2023)
Changed paths:
M tests/integration/bin/test_mkbackup.py
Log Message:
-----------
Make simulate_backup_lock more robust
In some environments the termination of the flock + children did not
work. For example in almalinux-9 container the fixture did not clean up
properly.
Change-Id: I4b182c10ef988f72fee5c0c7263945c28fa87258
Commit: 43686f1d2cb0a5d624682c81828a35971ac458e2
https://github.com/tribe29/checkmk/commit/43686f1d2cb0a5d624682c81828a35971…
Author: Anastasiya Liatsetskaya <anastasiya.liatsetskaya(a)tribe29.com>
Date: 2023-04-28 (Fri, 28 Apr 2023)
Changed paths:
M cmk/gui/plugins/metrics/timeseries.py
M tests/unit/cmk/checkers/test_fetchers.py
M tests/unit/cmk/checkers/test_parsers.py
M tests/unit/cmk/gui/htmllib/test_tag_rendering.py
M tests/unit/cmk/gui/mkeventd/test_icon_mkeventd.py
M tests/unit/cmk/gui/plugins/metrics/test_timeseries.py
M tests/unit/cmk/gui/plugins/openapi/test_apispec_plugins.py
M tests/unit/cmk/gui/plugins/openapi/test_openapi_host_config.py
M tests/unit/cmk/gui/valuespecs/test_vs_password.py
Log Message:
-----------
Missing types added, p52
CMK-10552
Change-Id: I12b69b90a184c88c47a5bc65c6751fd62b0a0b5f
Compare:
https://github.com/tribe29/checkmk/compare/0db6af0f5ca2...43686f1d2cb0