Skip to content

fix: file watcher tests failing #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ErikBjare opened this issue Dec 11, 2024 · 0 comments
Open

fix: file watcher tests failing #2

ErikBjare opened this issue Dec 11, 2024 · 0 comments

Comments

@ErikBjare
Copy link
Member

Two tests in test_watcher.py are failing:

  1. test_file_watcher_basic: Watcher not detecting file updates

    • Expected len(results) == 1, got 0
    • Suggests watcher isn't picking up file modifications
  2. test_file_watcher_move: TypeError in metadata access

    • TypeError: 'NoneType' object is not subscriptable
    • Suggests search result is None when it should contain metadata

These failures appeared in the test workflow for v0.5.0 release.

Related commit: 959f7a7

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

No branches or pull requests

1 participant