Skip to content
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

[Bug]: Tests failing on windows #770

Open
3 tasks done
SkeleyM opened this issue Feb 2, 2025 · 0 comments
Open
3 tasks done

[Bug]: Tests failing on windows #770

SkeleyM opened this issue Feb 2, 2025 · 0 comments
Labels
Priority: Medium An issue that shouldn't be be saved for last Type: Bug Something isn't working as intended Type: CI Continuous Integration / workflows

Comments

@SkeleyM
Copy link
Contributor

SkeleyM commented Feb 2, 2025

Checklist

  • I am using an up-to-date version.
  • I have read the documentation.
  • I have searched existing issues.

TagStudio Version

Alpha 9.5.0 Pre-release 1

Operating System & Version

Windows 10 22H2

Description

The tests are failing locally, i'm not sure if this is just me or not though, this stems from the recent thumbnail caching

attempts to read cached thumbs are being made to \dev\null?

also not sure if this is just windows or not i'm just assuming it is

Expected Behavior

Tests should pass normally

Steps to Reproduce

  1. on a windows system attempt to run the tests locally

Logs

FAILED tests\qt\test_field_containers.py::test_update_selection_empty - FileNotFoundError: [WinError 3] The system cannot find the path specified: '\dev\null\.TagStudio\thumbs\1738493525'
FAILED tests\qt\test_field_containers.py::test_update_selection_single - FileNotFoundError: [WinError 3] The system cannot find the path specified: '\dev\null\.TagStudio\thumbs\1738493525'
FAILED tests\qt\test_field_containers.py::test_update_selection_multiple - FileNotFoundError: [WinError 3] The system cannot find the path specified: '\dev\null\.TagStudio\thumbs\1738493525'
FAILED tests\qt\test_field_containers.py::test_add_tag_to_selection_single - FileNotFoundError: [WinError 3] The system cannot find the path specified: '\dev\null\.TagStudio\thumbs\1738493525'
FAILED tests\qt\test_field_containers.py::test_add_same_tag_to_selection_single - FileNotFoundError: [WinError 3] The system cannot find the path specified: '\dev\null\.TagStudio\thumbs\1738493525'
FAILED tests\qt\test_field_containers.py::test_add_tag_to_selection_multiple - FileNotFoundError: [WinError 3] The system cannot find the path specified: '\dev\null\.TagStudio\thumbs\1738493525'
FAILED tests\qt\test_field_containers.py::test_meta_tag_category - FileNotFoundError: [WinError 3] The system cannot find the path specified: '\dev\null\.TagStudio\thumbs\1738493525'
FAILED tests\qt\test_field_containers.py::test_custom_tag_category - FileNotFoundError: [WinError 3] The system cannot find the path specified: '\dev\null\.TagStudio\thumbs\1738493526'
FAILED tests\qt\test_item_thumb.py::test_badge_visual_state[True] - FileNotFoundError: [WinError 3] The system cannot find the path specified: '\dev\null\.TagStudio\thumbs\1738493526'
FAILED tests\qt\test_item_thumb.py::test_badge_visual_state[False] - FileNotFoundError: [WinError 3] The system cannot find the path specified: '\dev\null\.TagStudio\thumbs\1738493526'
FAILED tests\qt\test_preview_panel.py::test_update_selection_empty - FileNotFoundError: [WinError 3] The system cannot find the path specified: '\dev\null\.TagStudio\thumbs\1738493526'
FAILED tests\qt\test_preview_panel.py::test_update_selection_single - FileNotFoundError: [WinError 3] The system cannot find the path specified: '\dev\null\.TagStudio\thumbs\1738493526'
FAILED tests\qt\test_preview_panel.py::test_update_selection_multiple - FileNotFoundError: [WinError 3] The system cannot find the path specified: '\dev\null\.TagStudio\thumbs\1738493526'
FAILED tests\qt\test_qt_driver.py::test_library_state_update - FileNotFoundError: [WinError 3] The system cannot find the path specified: '\dev\null\.TagStudio\thumbs\1738493526'

@SkeleyM SkeleyM added the Type: Bug Something isn't working as intended label Feb 2, 2025
@CyanVoxel CyanVoxel added Type: CI Continuous Integration / workflows Priority: Medium An issue that shouldn't be be saved for last labels Feb 2, 2025
@CyanVoxel CyanVoxel moved this to 🚧 In progress in TagStudio Development Feb 2, 2025
@CyanVoxel CyanVoxel moved this from 🚧 In progress to 🛠 Ready for Development in TagStudio Development Feb 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Medium An issue that shouldn't be be saved for last Type: Bug Something isn't working as intended Type: CI Continuous Integration / workflows
Projects
Status: 🛠 Ready for Development
Development

No branches or pull requests

2 participants