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

[Test] Filesystem visibility change operation failing #6

Open
mrpastewart opened this issue Jan 5, 2025 · 0 comments
Open

[Test] Filesystem visibility change operation failing #6

mrpastewart opened this issue Jan 5, 2025 · 0 comments
Labels
Type: Test A problem or enhancement related to a test.

Comments

@mrpastewart
Copy link
Contributor

Select package

Filesystem

Which jobs/test(s) are failing

test/filesystem_test.dart:Filesystem setVisibility() changes file visibility

Reason for failure/description

The filesystem's setVisibility operation is not successfully changing file visibility settings. The operation returns false when it should return true after changing the visibility.

Error details:

Expected: true
Actual: <false>

This suggests that:

  1. The visibility change operation is not being executed properly
  2. The operation might be failing silently
  3. The system may not have sufficient permissions to change file visibility
  4. The visibility verification mechanism might not be working correctly

Is this a regression?

No

Media proof

00:01 +50 -3: test/filesystem_test.dart: Filesystem setVisibility() changes file visibility [E]
  Expected: true
  Actual: <false>

Additional context

  • Location: packages/filesystem/test/filesystem_test.dart
  • This is a permission-related operation that might be system-dependent
  • The failure is consistent and reproducible
  • Other file operations in the same test suite are working correctly
@mrpastewart mrpastewart added the Type: Test A problem or enhancement related to a test. label Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Test A problem or enhancement related to a test.
Projects
None yet
Development

No branches or pull requests

1 participant