Skip to content

Fix override of scratch_dir#51

Merged
daniel-thom merged 2 commits into
mainfrom
fix/scratch-dir
Jun 27, 2025
Merged

Fix override of scratch_dir#51
daniel-thom merged 2 commits into
mainfrom
fix/scratch-dir

Conversation

@daniel-thom

Copy link
Copy Markdown
Collaborator

The code was in some cases only writing to the system's temp filesystem. This would fail on the HPC with multiple nodes. The code needs to allow an override that forces use of the shared filesystem.

The code was in some cases only writing to the system's temp filesystem.
This would fail on the HPC with multiple nodes. The code needs to allow
an override that forces use of the shared filesystem.
@daniel-thom daniel-thom requested a review from lixiliu June 26, 2025 02:05
@codecov-commenter

codecov-commenter commented Jun 26, 2025

Copy link
Copy Markdown

Codecov Report

Attention: Patch coverage is 60.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 91.44%. Comparing base (597ea07) to head (e6ab4f6).

Files with missing lines Patch % Lines
src/chronify/sqlalchemy/functions.py 0.00% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main      #51   +/-   ##
=======================================
  Coverage   91.44%   91.44%           
=======================================
  Files          44       44           
  Lines        3461     3461           
=======================================
  Hits         3165     3165           
  Misses        296      296           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@daniel-thom daniel-thom merged commit 3a8c033 into main Jun 27, 2025
4 checks passed
@daniel-thom daniel-thom deleted the fix/scratch-dir branch June 27, 2025 21:13
github-actions Bot pushed a commit that referenced this pull request Jun 27, 2025
* Fix override of scratch_dir

The code was in some cases only writing to the system's temp filesystem.
This would fail on the HPC with multiple nodes. The code needs to allow
an override that forces use of the shared filesystem.
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.

3 participants