continue icon indicating copy to clipboard operation
continue copied to clipboard

fix sqlite locking during index clearing

Open uinstinct opened this issue 5 months ago • 10 comments

Description

When doing a force reindex, sqlite gets locked and the associated sqlite file does not get deleted as expected.

Added corresponding fix and tests to ensure this case is handled.

reference: https://discord.com/channels/1108621136150929458/1364504237677088809/1364504237677088809

Checklist

  • [] I've read the contributing guide
  • [] The relevant docs, if any, have been updated or created
  • [] The relevant tests, if any, have been updated or created

Screenshots

[ For visual changes, include screenshots. Screen recordings are particularly helpful, and appreciated! ]

Testing instructions

[ For new or modified features, provide step-by-step testing instructions to validate the intended behavior of the change, including any relevant tests to run. ]

uinstinct avatar Apr 28 '25 16:04 uinstinct