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

Filter optprof to specific tests #35700

Merged
merged 7 commits into from
Nov 18, 2019
Merged

Conversation

chsienki
Copy link
Contributor

No description provided.

chsienki added 3 commits May 22, 2019 16:36
- Check opt prof file is valid via build boss
- Update OptProf.json with errors found
@chsienki chsienki force-pushed the streamline_optprof branch from 1d84e8c to d44241e Compare May 22, 2019 23:36
@chsienki chsienki requested a review from jaredpar May 23, 2019 19:19
@chsienki chsienki marked this pull request as ready for review May 23, 2019 19:19
@chsienki chsienki requested a review from a team as a code owner May 23, 2019 19:19

// validate that each vsix listed in it is valid
bool allGood = true;
foreach (var product in optProfFile["products"])
Copy link
Member

Choose a reason for hiding this comment

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

Consider an error if this collection is empty

foreach (var filteredTest in filteredTests)
{
var filename = filteredTest["filename"].ToString();
if (!manifestFileNames.Contains(filename))
Copy link
Member

Choose a reason for hiding this comment

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

Note: this means the file name comparison is ordinal. Is that intentional? Seems okay.

Copy link
Member

@jaredpar jaredpar left a comment

Choose a reason for hiding this comment

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

:shipit:

@chsienki chsienki requested review from srivatsn and a team as code owners November 16, 2019 00:12
@chsienki chsienki merged commit 086d773 into dotnet:master Nov 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants