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

Microsoft.VisualBasic.MyServices.Tests.ClipboardProxyTests Tests randomly fail #12149

Open
paul1956 opened this issue Sep 16, 2024 · 2 comments
Labels
test-bug Problem in test source code (most likely)
Milestone

Comments

@paul1956
Copy link
Contributor

Test

ClipboardProxyTests.Text is the one that fails most often.

Issue description

Clipboard Tests still randomly fail. The 8 tests in ClipboardProxyTests should be moved and combined with other Clipboard tests and this file should be deleted or the same fixes done in other Clipboard tests should be applied to these tests. Adding a delay as in other tests is one way to address this issue.

These tests are in C#, please do not assign this to me unless you just want the file deleted.

@paul1956 paul1956 added the untriaged The team needs to look at this issue in the next triage label Sep 16, 2024
@Tanya-Solyanik
Copy link
Member

Tanya-Solyanik commented Sep 24, 2024

ClipboardProxyTests are in a separate test assembly, we didn't enable parallelism between different assemblies, so there is no reason to move these tests.
Delays could be added to these tests, they can share the test base class with the ClipboardTests from the S.W.F.Tests assembly if that base class is moved to utilities.

@Tanya-Solyanik Tanya-Solyanik added this to the .NET 10.0 milestone Sep 24, 2024
@Tanya-Solyanik Tanya-Solyanik added test-bug Problem in test source code (most likely) and removed untriaged The team needs to look at this issue in the next triage labels Sep 24, 2024
@paul1956
Copy link
Contributor Author

@Tanya-Solyanik if delay is added to test base class, I can update these tests if no one else wants to do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test-bug Problem in test source code (most likely)
Projects
None yet
Development

No branches or pull requests

2 participants