Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: dbe8255129ad7e2814a0f487ebba60884f4eb9b2
https://github.com/tribe29/checkmk/commit/dbe8255129ad7e2814a0f487ebba60884…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2023-04-29 (Sat, 29 Apr 2023)
Changed paths:
M tests/testlib/__init__.py
Log Message:
-----------
Fix hanging WatchLog.__exit__
In some environments the termination of the tail process did not work.
For example in almalinux-9 container the fixture did not terminate the
child process as intended.
Change-Id: Ib253affb58b711eab592512f7e27c9931bc1ced2
Branch: refs/heads/master
Home: https://github.com/tribe29/checkmk
Commit: a399feb1f8897d17b7f9ac4478c0fd4ebf7ea6f4
https://github.com/tribe29/checkmk/commit/a399feb1f8897d17b7f9ac4478c0fd4eb…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2023-04-28 (Fri, 28 Apr 2023)
Changed paths:
M tests/testlib/site.py
Log Message:
-----------
Exclude more incompatible distros
Change-Id: I91681fef3548f8fdacc9871c5a98178b2e709854
Commit: e728c377a0baf1a1f92346a08670e835a24efbd0
https://github.com/tribe29/checkmk/commit/e728c377a0baf1a1f92346a08670e835a…
Author: Lars Michelsen <lm(a)tribe29.com>
Date: 2023-04-28 (Fri, 28 Apr 2023)
Changed paths:
M pyproject.toml
M tests/Makefile
Log Message:
-----------
Change pytest default opts
- Remove "-p no:cacheprovider" - Integration tests don't need this
special handling anymore
- Enable some CLI logging by default to see more of what is happening by
default
Change-Id: I55a7ea13d25a3314462dce011417b1cd534f09ca
Compare: https://github.com/tribe29/checkmk/compare/43686f1d2cb0...e728c377a0ba
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