Missing tests for lock file functionality #19
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Missing tests for lock file functionality
Priority: High
Component: tests/test_backups.py
Type: Testing
Description
The lock file mechanism (
set_backups_lock,release_backups_lock) has no unit tests, despite being critical for preventing concurrent backups.Missing Test Coverage
Proposed Tests
Impact
High - Critical functionality is untested.