Skip to content

Add scheduled quarantine runs #19352

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

Merged
merged 6 commits into from
Feb 26, 2020
Merged

Add scheduled quarantine runs #19352

merged 6 commits into from
Feb 26, 2020

Conversation

BrennanConroy
Copy link
Member

  • Run quarantined tests every 4 hours
  • Fix running tests on internal

@BrennanConroy BrennanConroy added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Feb 25, 2020
@BrennanConroy BrennanConroy added this to the 5.0.0-preview2 milestone Feb 25, 2020
@BrennanConroy BrennanConroy requested a review from a team February 25, 2020 23:12
@HaoK
Copy link
Member

HaoK commented Feb 25, 2020

Somewhat unrelated question, but should we consider running quarantined tests only on master? Is there a point to running them on all prs?

@BrennanConroy
Copy link
Member Author

Is there a point to running them on all prs?

In limited cases it's useful to run on PRs.

I was recently making changes around the watch tests to fix the flakiness, so I was watching the pipeline on my PR.

@HaoK
Copy link
Member

HaoK commented Feb 25, 2020

Yeah but you can just remove the flaky attribute on the test as part of your PR that is fixing it for it to show up in the normal runs

@BrennanConroy
Copy link
Member Author

you can just remove the flaky attribute on the test

I don't think we're supposed to be doing that?

displayName: Every 4 hours test run
branches:
include:
- master
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Pilchie @mkArtakMSFT do we have enough Blazor tests running in Helix to make including schedule runs for the 'blazor-wasm' branch worthwhile?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we have any running #18636

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@BrennanConroy you're probably right but I wasn't positive on the current status

@dougbu
Copy link
Contributor

dougbu commented Feb 25, 2020

I don't think we're supposed to be doing that?

Don't think such a change is something we'd want to check in until and unless Quarantine Review (aka @Pilchie @mkArtakMSFT @ajcvickers and @anurse) deem the test(s) fixed.

Temporarily, while debugging a PR, sure. Unfortunately, this may require additional PR updates and validation runs after you're done debugging.

@HaoK
Copy link
Member

HaoK commented Feb 26, 2020

Well, if the only use of running quarantined tests on PRs, is when you are working on the quarantined tests, that seems like a lot of wasted helix runs. It doesn't seem too painful to comment out the flaky attribute while you are working on a test's reliability

Copy link
Contributor

@dougbu dougbu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ignoring the larger policy questions, changes look fine.

Not sure what's up w/ the macOS build but https://dev.azure.com/dnceng/public/_build/results?buildId=536581&view=logs&j=9895f7d8-b062-540b-461c-07f8695bfcc6&t=35dc6bdb-4c39-5586-e98d-711dcc0c4661&l=20 doesn't look good. Searching for "curl: (56) SSLRead() return error -9806" leads to a fair number of suggestions to update the affected application but no root cause. May be enough to retry that job.

@BrennanConroy
Copy link
Member Author

I found that "error -9806" could be related to using the wrong curl on mac.

@BrennanConroy BrennanConroy merged commit 4e07efe into master Feb 26, 2020
@BrennanConroy BrennanConroy deleted the brecon/cron branch February 26, 2020 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants