Skip to content

fix: subdirectory dated files decay by filename date#2

Merged
sachinsharma9780 merged 1 commit intomainfrom
fix/subdir-mtime-decay
Apr 11, 2026
Merged

fix: subdirectory dated files decay by filename date#2
sachinsharma9780 merged 1 commit intomainfrom
fix/subdir-mtime-decay

Conversation

@sachinsharma9780
Copy link
Copy Markdown
Owner

Summary:

  • What was broken (all memory// files were evergreen regardless of name)
  • Root cause (_DATED_PATH_RE only matched root-level dated files)
  • Fix (regex extended with (?:[^/]+/)? to match one optional subdirectory level)
  • Design rationale (filename convention = self-documenting, no mtime needed)
  • Tests added (unit + integration)

@codecov-commenter
Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.18%. Comparing base (5abcb96) to head (66a0116).
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main       #2   +/-   ##
=======================================
  Coverage   88.18%   88.18%           
=======================================
  Files          25       25           
  Lines        1676     1676           
=======================================
  Hits         1478     1478           
  Misses        198      198           

☔ 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.

@sachinsharma9780 sachinsharma9780 merged commit 1119a20 into main Apr 11, 2026
2 checks passed
@sachinsharma9780 sachinsharma9780 deleted the fix/subdir-mtime-decay branch April 11, 2026 12:34
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