Skip to content

fix(mysql,crdb): touch without expiration should remove the expiration#2796

Merged
miparnisari merged 1 commit intomainfrom
test-rel-expiration
Dec 31, 2025
Merged

fix(mysql,crdb): touch without expiration should remove the expiration#2796
miparnisari merged 1 commit intomainfrom
test-rel-expiration

Conversation

@miparnisari
Copy link
Copy Markdown
Contributor

@miparnisari miparnisari commented Dec 31, 2025

Description

On the MySQL and CRDB datastores, a touch without an expiration will leave the existing expiration intact if the relationship already has one. This is a bug.

@miparnisari miparnisari marked this pull request as ready for review December 31, 2025 00:46
@miparnisari miparnisari requested a review from a team as a code owner December 31, 2025 00:46
@github-actions github-actions bot added the area/datastore Affects the storage system label Dec 31, 2025
@codecov
Copy link
Copy Markdown

codecov bot commented Dec 31, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.66%. Comparing base (8a6d4a9) to head (0b1bb6e).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2796      +/-   ##
==========================================
- Coverage   77.71%   77.66%   -0.05%     
==========================================
  Files         472      472              
  Lines       49709    49716       +7     
==========================================
- Hits        38627    38606      -21     
- Misses       8231     8249      +18     
- Partials     2851     2861      +10     

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@miparnisari miparnisari changed the title fix(mysql): touch without expiration should remove the expiration fix(mysql,crdb): touch without expiration should remove the expiration Dec 31, 2025
Copy link
Copy Markdown
Member

@josephschorr josephschorr left a comment

Choose a reason for hiding this comment

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

LGTM

@miparnisari miparnisari added this pull request to the merge queue Dec 31, 2025
Merged via the queue into main with commit 6e260eb Dec 31, 2025
45 checks passed
@miparnisari miparnisari deleted the test-rel-expiration branch December 31, 2025 02:10
@github-actions github-actions bot locked and limited conversation to collaborators Dec 31, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area/datastore Affects the storage system

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants