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

[Monitoring] Skip some of the tests because they are doing cuncurrent modifications that fail. #1068

Open
amanda-tarafa opened this issue Jun 3, 2020 · 0 comments
Labels
api: monitoring Issues related to the Cloud Monitoring API. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. samples Issues that are directly related to samples. type: process A process-related concern. May include testing, release, or the like.

Comments

@amanda-tarafa
Copy link
Member

Even thouhg in #1067 each test project was configured to not run tests in parallel, the different projects can still be being run in parallel and also we are running tests in Windows and Linux, which run roughly at the same time on presubmit. Several of the test projects are using the same fixture, and there is where we get "Too many concurrent edits to the project configuration". For fixing this we'll need to:

  • Merge all test projects into one and use the fixture as a collection fixture.
  • Add a retry on the fixture when creating the resources in case Windows and Linux are running at the same time.

Tests will be disabled in #1067 until these fixes can be made.

@amanda-tarafa amanda-tarafa added type: process A process-related concern. May include testing, release, or the like. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. api: monitoring Issues related to the Cloud Monitoring API. labels Jun 3, 2020
@amanda-tarafa amanda-tarafa self-assigned this Jun 3, 2020
amanda-tarafa added a commit to amanda-tarafa/dotnet-docs-samples that referenced this issue Jun 3, 2020
@amanda-tarafa amanda-tarafa removed their assignment Aug 18, 2020
@product-auto-label product-auto-label bot added the samples Issues that are directly related to samples. label Aug 28, 2020
@Rishabh-V Rishabh-V assigned Rishabh-V and unassigned gforgurups Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: monitoring Issues related to the Cloud Monitoring API. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. samples Issues that are directly related to samples. type: process A process-related concern. May include testing, release, or the like.
Projects
None yet
Development

No branches or pull requests

5 participants
@amanda-tarafa @Rishabh-V @shivgautam @gforgurups and others