Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust Healthcheck for Podman and other improvements #225

Merged
merged 9 commits into from
Aug 25, 2023

Conversation

candleindark
Copy link
Collaborator

Podman currently doesn't support health check tests in list form. This PR expresses all health check tests in shell script form. Additionally, this PR add the following feature to health checks.

  1. Specifies start period and start interval for health checks
  2. Un-silence all health checks so that their output can be captured and logged.

The current version of Podman only seems to support
checks running with `/bin/sh`
The current version of Podman only seems to support
checks running with `/bin/sh`
The current version of Podman only seems to support
checks running with `/bin/sh`
So that the result can be captured
So that the result can be captured
So that the result can be captured
Handle the case of empty response
The current version of Podman only seems to support
checks running with `/bin/sh`
@codecov
Copy link

codecov bot commented Aug 25, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (c9941bc) 98.31% compared to head (831fecf) 98.31%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #225   +/-   ##
=======================================
  Coverage   98.31%   98.31%           
=======================================
  Files          40       40           
  Lines        1542     1542           
=======================================
  Hits         1516     1516           
  Misses         26       26           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@candleindark candleindark changed the title Healthcheck Adjust Healthcheck for Podman and other improvements Aug 25, 2023
@candleindark candleindark merged commit 8564fd6 into datalad:master Aug 25, 2023
6 checks passed
@candleindark candleindark deleted the healthcheck branch August 25, 2023 00:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant