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

[iOS] PosixSignalRegistrationTests: InvalidOperationException : No data found for <test name> #55563

Closed
MaximLipnin opened this issue Jul 13, 2021 · 6 comments · Fixed by #55569
Assignees
Labels
area-Infrastructure untriaged New issue has not been triaged by the area owner

Comments

@MaximLipnin
Copy link
Contributor

The following library tests fail with System.InvalidOperationException : No data found on the apple CI staging lanes:

  • System.Tests.PosixSignalRegistrationTests.Create_ValidSignal_Success
  • System.Tests.PosixSignalRegistrationTests.Create_UninstallableSignal_Throws
  • System.Tests.PosixSignalRegistrationTests.SignalHandlerCalledForKnownSignals
  • System.Tests.PosixSignalRegistrationTests.Dispose_Idempotent

https://dev.azure.com/dnceng/public/_build/results?buildId=1234380&view=logs&jobId=accacb66-0a14-52ef-4079-6344686d9d4c

cc @steveisok

@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Jul 13, 2021
@steveisok
Copy link
Member

Didn't we skip a bunch already? Should these tests actually work on iOS? If not, let's skip.

@MaximLipnin
Copy link
Contributor Author

Didn't we skip a bunch already? Should these tests actually work on iOS? If not, let's skip.

Previously, it was RemoteExecutor-related issue #55328

@jkotas
Copy link
Member

jkotas commented Jul 13, 2021

System.InvalidOperationException : No data found

This is xunit limitation. xunit does not like empty MemberData.

@stephentoub
Copy link
Member

This is xunit limitation. xunit does not like empty MemberData.

Ugh, that's right (and annoying). I'll take care of it.

@ghost
Copy link

ghost commented Jul 13, 2021

Tagging subscribers to this area: @dotnet/runtime-infrastructure
See info in area-owners.md if you want to be subscribed.

Issue Details

The following library tests fail with System.InvalidOperationException : No data found on the apple CI staging lanes:

  • System.Tests.PosixSignalRegistrationTests.Create_ValidSignal_Success
  • System.Tests.PosixSignalRegistrationTests.Create_UninstallableSignal_Throws
  • System.Tests.PosixSignalRegistrationTests.SignalHandlerCalledForKnownSignals
  • System.Tests.PosixSignalRegistrationTests.Dispose_Idempotent

https://dev.azure.com/dnceng/public/_build/results?buildId=1234380&view=logs&jobId=accacb66-0a14-52ef-4079-6344686d9d4c

cc @steveisok

Author: MaximLipnin
Assignees: stephentoub
Labels:

area-Infrastructure, untriaged

Milestone: -

@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Jul 13, 2021
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Jul 13, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Aug 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Infrastructure untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants