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

Tests that never run on CI #8349

Open
vlada-shubina opened this issue Jan 24, 2023 · 1 comment
Open

Tests that never run on CI #8349

vlada-shubina opened this issue Jan 24, 2023 · 1 comment
Labels
backlog Priority:3 Work that is nice to have triaged

Comments

@vlada-shubina
Copy link
Member

Certain tests are never run on CI as conditions for them are never met:

  • ExpandItemVectorFunctionsBuiltIn_PathTooLongError
  • InvalidPathAndMetadataItemFunctionPathTooLong
  • InvalidPathAndMetadataItemFunctionPathTooLong2
  • InvalidPathAndMetadataItemFunctionPathTooLong3
  • PathTooLongInDirectMetadata
  • NormalizePathThatDoesntFitIntoMaxPath
  • BadTooLongLastWriteTime

All of them are restricted to be run on Windows where long path support is disabled, but it's never the case on CI.

@vlada-shubina vlada-shubina added the needs-triage Have yet to determine what bucket this goes in. label Jan 24, 2023
@JaynieBai JaynieBai self-assigned this Feb 14, 2023
@AR-May AR-May added backlog help wanted Issues that the core team doesn't plan to work on, but would accept a PR for. Comment to claim. Priority:3 Work that is nice to have and removed needs-triage Have yet to determine what bucket this goes in. help wanted Issues that the core team doesn't plan to work on, but would accept a PR for. Comment to claim. labels Feb 21, 2023
@ladipro
Copy link
Member

ladipro commented Feb 21, 2023

We could create an environment where long paths are not supported by running these tests in a custom test runner that is not manifested as longPathAware.

@JaynieBai JaynieBai removed their assignment Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Priority:3 Work that is nice to have triaged
Projects
None yet
Development

No branches or pull requests

4 participants