On Tue, May 5, 2015 at 9:56 AM, Ashvin A <aas....@gmail.com> wrote: > Hi, > > We are working on finalizing the dev process and I may be jumping on this > question sooner. If so, please ignore my mail. > > I saw a couple of pull requests today. As a committer, how will I know if > the contributor has executed all the unit tests and the patch is well > tested? Will the infrastructure automatically reject the change if it > breaks the build?
I think what you're talking about is CI automation to make sure that all newly submitted patches are being validated. Hadoop ecosystem project have had great success with test-patch type of validation on builds.apache.org. We can go the same route. Thoughts? Thanks, Roman.