-
Notifications
You must be signed in to change notification settings - Fork 26
bring back some VFS tests #395
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR re-enables Virtual File System (VFS) tests that were previously disabled, allowing them to run for functionality that should already be working. The changes focus on setting up proper VFS configuration and test infrastructure.
Key changes:
- Adds VFS test suite with BDD-style feature tests for copy/paste and move operations on virtual files
- Configures Windows clients to use 'cfapi' virtual files mode instead of 'off'
- Fixes file size detection for virtual files on Windows with proper synchronization
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| test/gui/tst_vfs/test.py | New test runner for VFS BDD tests |
| test/gui/tst_vfs/test.feature | BDD feature file defining VFS copy/paste and move scenarios |
| test/gui/shared/scripts/helpers/SetupClientHelper.py | Updates client configuration to enable VFS on Windows |
| test/gui/shared/scripts/helpers/FilesHelper.py | Fixes file size detection for virtual files with proper wait logic |
ba1317d to
e8a54e9
Compare
c9229f0 to
b72e2e9
Compare
b72e2e9 to
fc4090b
Compare
part of #376 & #391 just making those tests run that should already work
This contains also #584 and #585, so should be merged after those PRs
Also the tests fail because of #578