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

Enables NoCalibratorLinearSvmTest #232

Closed
wants to merge 3 commits into from
Closed

Enables NoCalibratorLinearSvmTest #232

wants to merge 3 commits into from

Conversation

Anipik
Copy link
Contributor

@Anipik Anipik commented May 24, 2018

Related to #78

Test is enabled and corresponding Zbaseline files are added

cc @shauheen @Ivanidzo4ka @eerhardt @danmosemsft @codemzs

}

/// <summary>
///A test for PAV calibrators
///</summary>
[Fact(Skip = "Need CoreTLC specific baseline update")]
Copy link
Member

Choose a reason for hiding this comment

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

Is there a reason this one is still skipped?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

They are getting enabled in #233

Copy link
Contributor

@TomFinley TomFinley May 24, 2018

Choose a reason for hiding this comment

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

Actually I'm not sure I understand the situation here... I just came from #233, looked pretty straightforward, but why do we have a separate PR for this, which loooks like just a more incomplete version of #233? Did we mean to close this PR?


In reply to: 190633420 [](ancestors = 190633420)

Copy link
Contributor

@TomFinley TomFinley May 24, 2018

Choose a reason for hiding this comment

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

Hi @Anipik , so is what you're trying to do here, attempt to address the comment in #78 where @Ivanidzo4ka suggested a 471 file PR was hard to review, and asked to break these things into manageable chunks? If the goal is to make an easy-to-review set of PRs, I'm not sure a series of "nested" PRs is really helping, since, say, #233 has everything anyway, and we're made to understand #233 in the context of #232, but of course we can't actually do that unless we find the commit ids and run the diff ourselves.

Do I understand the situation with what you're trying to do with these PRs? If I do, I'm inclined to accept your PRs #233, #231, #228, and reject your #232, #230, #229, #227. (This of course assuming I've correctly interpreted how this ecosystem of PRs has been structured. Let me know if I haven't.) Sound good?

General thoughts: As near as I know there is no policy expressed anywhere against enabling multiple tests at once. I think the problem is that #78 was so large that it could not be effectively reviewed -- indeed the github web UI seemed to have no idea what to do with it, and Codeflow was similarly flummuxed. This latest series went in the opposite direction to the point that it is also hard to review. An intermediate stage between all-at-once and one-at-a-time would probably be more ideal. That is, #233 and #230 and #228, on their own seem like manageable easy-to-review chunks, so maybe we ought to structure the future PRs in that fashion.

Anyway, let me know.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@TomFinley I tried to enable one test at a time. Some of the existing tests are testing multiple models so i split them in the PR eg #229 #232
I should have waited to create a PR for these new tests eg. #230 and #231 depends upon #229

#227 #228 #231 #233 needs to merged. #230 would need to be rebased after that.

Copy link
Contributor

@TomFinley TomFinley May 24, 2018

Choose a reason for hiding this comment

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

OK. Sorry to hear this. In that case please cancel them all, or rephrase them as independent PRs. As near as I can see you will want three PRs. One for FastTree, one for AP, and one for I guess the calibration.

So let's think about what is actually happening here. These tests are, what, about three lines long each, and run independently of each other. The idea that the PRs for this somehow "need" to be nested does not make sense to me.

Let's go with this: goal should be to phrase PRs that are easy to review. Not too large. But large enough so I don't have to look a 7 separate PRs, each of which has perhaps two lines different between them and are all touching the same lines, just to figure out what is going on.

Copy link
Contributor Author

@Anipik Anipik May 24, 2018

Choose a reason for hiding this comment

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

OK. Sorry to hear this. In that case please cancel them all. Rephrase them as independent PRs.

#227 #228 #231 #233 are already independent PRs. Its Just the #230 that depends upon #231

@Anipik Anipik closed this May 24, 2018
@Anipik Anipik deleted the test7 branch May 28, 2018 16:47
@ghost ghost locked as resolved and limited conversation to collaborators Mar 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants