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

Reenable graph tests without isolation #13171

Closed
wants to merge 1 commit into from

Conversation

cdmihai
Copy link
Contributor

@cdmihai cdmihai commented Aug 27, 2020

#13077 disables both graph and isolation tests. This PR reenables graph tests, leaving isolation out until we fix the issue.

Non isolation graph tests catch regressions which most likely break Cloudbuild (graph shape is incorrect).
Isolation graph tests catch potential behaviour deviations between graph based and vanilla builds. There is a nonexistent to low chance any one of these would break Cloudbuild, but the chance of breakage rises if many deviations accumulate. Ideally we should keep them at zero.

I also extracted the tests to their own class, to make the requirement more explicit and to make it easier to enhance the tests in the future.

@mmitche mmitche changed the base branch from release/5.0.1xx to release/5.0.1xx-rc2 September 1, 2020 22:02
@sfoslund
Copy link
Member

@cdmihai are you still actively working on this?

@cdmihai
Copy link
Contributor Author

cdmihai commented Sep 11, 2020

Nope, it kind of fell through the cracks and I forgot about it. From what I've looked, it does not appear to be anything from the graph part that's freezing it. I'll put it on my backlog and hopefully get to it at some point.

@cdmihai
Copy link
Contributor Author

cdmihai commented Nov 19, 2020

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@mmitche mmitche closed this Dec 29, 2020
@mmitche mmitche deleted the branch dotnet:release/5.0.1xx-rc2 December 29, 2020 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants