-
Notifications
You must be signed in to change notification settings - Fork 75
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
Use release candidates instead of peer reviews for approval of large changesets #1159
Comments
Sounds good to me. I don't have a suggestion for L and leave to experts, but I would have P= 4 to 5 (distinct country packages) and Q = 3 to 4. |
Hello, I think above 1 000 lines of code it is difficult, but it depends if it is limited to few new files or spread across 500 existing files.
|
Interesting point, thanks! In the proposed phrasing, I use the SLOC condition as a prerequisite, not as a systematic trigger. The idea is to prevent using release candidates systematically as a way to circumvent peer reviews, which yield other benefits. So if the SLOC size condition is met but the “number of people requesting the release candidate option” is not, a situation which is likely to happen in the case where it's all in new files, then we stick to the default “peer review” process 🙂
Whichever works. This proposal is agnostic to how the release candidate deployment is made, as long as the trigger is manual and voluntary. |
Interesting point, thanks! In the proposed phrasing, I use the SLOC condition as a prerequisite, not as a systematic trigger. My idea is to prevent using release candidates systematically as a way to circumvent peer reviews, which yield other benefits. So if the SLOC size condition is met but the “number of people requesting the release candidate option” is not, a situation which is likely to happen in the case where it's all in new files, then we stick to the default “peer review” process 🙂
Whichever works. This proposal is agnostic to how the release candidate deployment is made, as long as the trigger is manual and voluntary.
That sounds a bit ambitious to me… If we try to name them, who would that be? France, Tunisia, Aotearoa, Australia? |
I can go with P = 2 but then Q = 2 ... so we should go with P = 3, Q = 2 right ? Can't we automatize the process with a list of packages ? When there is such a PR, automatically create a PR with a dependency on the openfisca-core RC candidate and see if the tests pass. |
This will be quite a bit of work (see #1158 for what it entails simply for templates already). Given the current very limited resources for Core, it is more actionable that we agree on a process that can then be automated if it demonstrates its value rather than investing up front in automating something that has not been proven to be useful. Thank you for your understanding. |
Hi! I like it, yet I have the same question about L. I have a concrete example #1146.
Proposal1.A. A pull request is open and has not received a review that falls under any of the following categories:
2.A P = 3 7.A Q = 2/3 of the original P ; and Q = any P . So if person A, B, and C, are P, then Q needs at least A, B, and D. |
The example provided is a draft. But, assuming it would be the final version, I still understand that testing might be necessary.
I am sorry if I was not clear: the SLOC condition is mandatory but not sufficient. This pull request would not be eligible to automatic merge without a review. It would merely allow reviewers to state that they cannot review the whole changeset and commit to trying the feature in some country package they are familiar with. If reviewers (including you) believe that the feature should not be merged even after a test, there is no reason for it to be just on grounds that it was tested with full scale country packages.
This seems to me like free-for-all merging, basically allowing systematically bypassing reviews 🤔 |
Oh sorry, I misunderstood the purpose, I was effectively just outlining conditions for pre-releasing.
I believe so, yet I get now you're trying to solve another problem first.
Sure that's what I meant.
That is a problem we do not have today, yet I understand you may be afraid given the past history of OpenFisca. My reasoning is that, from a resiliency perspective, the last person and only person who'll continue to keep an eye on an open bug that goes without solving, in a worst case scenario, is the person whose value-adding capacity is being handicapped by the non-resolution of the bug. Of course there's a trade-off between two hypothetical cases where on the one hand, nobody does anything, and another one where people govern by decree (free-for-all merging). Here's my updated and simplified proposal then: Proposal1.B. A pull request is open and has not received a review that falls under any of the following categories:
2.B. P = 3 7.B Q = 2/3 of the original P. |
Sounds good, I like the idea of bypassing the SLoC condition and consider lack of review as a sign of specific complexity that is not captured by diff size itself 👍 Since we still need P people to commit to testing, this would still prevent abuse by pushing changes that are not reviewed by lack of interest. The updated proposal thus looks like: Proposal v2I instead suggest a novel approach for OpenFisca: deploying release candidates (RC), that is versions of the package that are in the next major version, but not automatically installed, and asking for country packages to test these RCs.
|
I suggest we try out this proposal in the wild and see how it fares 🙂 |
Problem statement
Very large changesets to the codebase are necessary when implementing major overhauls, even when they have no functional impact. For example, when refactoring vocabulary or architecture, or when changing formatting.
Since 2016 and until now, mandatory peer reviews have been the way in which quality is managed. While this system has demonstrated its power in eliminating the vast majority of regressions and broken production builds as well as in sharing code knowledge, it also has a cost and tends to slow down changes.
In the specific case of very large changesets, reviews might be so expensive (> 4 hours review for a PR) that they wait for very long before being done: they are always postponed by core staff having to handle more urgent matters, and never taken by volunteers for whom it is too costly.
As time passes, the changeset becomes irrelevant and needs major investment in rebases, worsening the problem as previous reviews have to be dismissed.
This leads to major overhauls and necessary maintenance never being deployed, with PRs waiting for months if not years and creating a deadlock of obsolete dependencies and architecture.
State of the art
Different approaches have been tried and failed:
Proposal
I instead suggest a novel approach for OpenFisca: deploying release candidates (RC), that is versions of the package that are in the next major version, but not automatically installed, and asking for country packages to test these RCs.
-rc.X
, where X is the iteration number.Process
I open this issue to foster a discussion and generate consensus. I expect participants to either:
If consensus is reached, we will open a pull request to the Core
CONTRIBUTING
file with this new process which will hopefully enable unblocking many major PRs that are long overdue 🙂 Thank you for your participation!The text was updated successfully, but these errors were encountered: