From: Wolfgang M. <wol...@ex...> - 2011-03-09 10:22:24
|
I think we should also return to the following rules: 1) the test suite always has to be run *before* committing 2) we should make every effort to have *all* tests pass. I understand this is not always possible and a huge commit, which has to be split into batches, may temporarily break some tests. But this should only happen for a few minutes and be fixed immediately by subsequent commits. It is not ok to just "commit and see what breaks". 3) do not commit failing tests unless you plan to work on a fix immediately. It is not ok to submit failing tests and hope for other people to fix them. 4) any changes to the XQuery engine require that * the XQTS is run * you test the core apps of the web site, which are relevant to all users. In particular: documentation search, function documentation, admin web app Wolfgang |