-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
FileSystemWatcher_SymbolicLink_IncludeSubdirectories_DoNotDereferenceChildLink failed (OSX) #70450
Comments
Tagging subscribers to this area: @dotnet/area-system-io Issue Details
|
It seems this test never passes? But, it should be running on Linux, so I wonder whether results (passes) are missing from the tables. TestResults
| join kind=inner WorkItems on WorkItemId
| join kind=inner Jobs on JobId
| where Finished >= now(-6d)
//| where Result == "Fail"
| where Method == "FileSystemWatcher_SymbolicLink_IncludeSubdirectories_DoNotDereferenceChildLink"
| project
Pipeline = tostring(parse_json(Properties).DefinitionName),
Pipeline_Configuration = tostring(parse_json(Properties).configuration),
OS = QueueName,
Arch = tostring(parse_json(Properties).architecture),
Test = Type1,
Result,
Finished,
// Duration,
Method,
// Build = tostring(parse_json(Properties).BuildNumber)
Message, ConsoleUri
| summarize count() by Pipeline, OS, Arch, Result, Method
|
@jozkee it seems you added this test recently. Can you please fix or disable? Also, would you expect these to run on Mac and Linux ? (CanCreateSymbolicLinks== true) |
Another occurrence on 1st attempt (retries solved it) in Rolling run 1849254 (6/28 AM) - Console log |
Hit it in this infra change: |
@jozkee, can you please disable this test? |
The text was updated successfully, but these errors were encountered: