Blue Swirl <blauwir...@gmail.com> writes: > On Thu, Aug 25, 2011 at 7:02 PM, Anthony Liguori <anth...@codemonkey.ws> > wrote: >> On 08/25/2011 01:58 PM, Blue Swirl wrote: >>> >>> On Thu, Aug 25, 2011 at 6:27 PM, Edgar E. Iglesias >>> <edgar.igles...@gmail.com> wrote: [...] >>>> Guys, please start testing before applying these patches. It's not hard, >>>> there are images on the wiki with scripts that area easy to run. >>> >>> It's also possible to revert offending patches. But a better solution >>> would be to have a comprehensive test setup to do builds and run >>> checks on selected trees. Before a pull to main tree, the test results >>> should be available. >> >> Before a pull *request*. Semantically, pull requests should be treated as a >> push. It's the submaintainers responsibility to test the bits they do a >> pull request for. > > Then all maintainers should have the same understanding of what to test.
In my opinion, the way to spread that understanding is a working "make check". Make it fail constructively when it needs more stuff installed, like test images, or additional software. Anything more complicated than such a one-liner is bound to be misused, forgotten, or ignored. Heck, if it's that simple, even non-maintainers could use it ;) [...]