Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

Aaron1011
Copy link
Member

@Aaron1011 Aaron1011 commented Jul 11, 2025


Important

Corrects marker file path in docker-compose.yml and load_fixtures.sh for accurate health checks and script completion.

  • Path Correction:
    • In docker-compose.yml, change healthcheck path from /tmp/load_complete.marker to /load_complete.marker.
    • In load_fixtures.sh, change marker file path from /tmp/load_complete.marker to /load_complete.marker.
  • Behavior:
    • Ensures healthcheck and script completion checks use the correct marker file path.

This description was created by Ellipsis for 0686e10. You can customize this summary. It will automatically update as commits are pushed.

@Copilot Copilot AI review requested due to automatic review settings July 11, 2025 18:22
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR corrects the path to the fixture loading marker file in the docker-compose.yml health check configuration. The health check test was looking for the marker file in /tmp/ but it should be looking in the root directory /.

  • Updates the health check marker file path from /tmp/load_complete.marker to /load_complete.marker

@GabrielBianconi
Copy link
Member

Thanks @michaldorsett for catching the issue!

@GabrielBianconi GabrielBianconi added this pull request to the merge queue Jul 11, 2025
Merged via the queue into main with commit 8092ec0 Jul 11, 2025
28 checks passed
@GabrielBianconi GabrielBianconi deleted the aaron/fix-marker-path branch July 11, 2025 19:09
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.

2 participants