Adjust healthchecks and fix docker test scripts

This commit is contained in:
Adam Outler
2025-11-23 15:23:25 +00:00
parent bbf49c3686
commit 274fd50a92
4 changed files with 1033 additions and 540 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -271,7 +271,7 @@ def create_test_scenarios() -> List[TestScenario]:
compose_file = f"docker-compose.mount-test.{path_name}_{scenario_name}.yml"
# Determine expected exit code
expected_exit_code = 1 if scenario_name == "unwritable" else 0
expected_exit_code = 1 if expected_issues and not (path_name == "active_config" and scenario_name == "unwritable") else 0
scenarios.append(
TestScenario(