Thanks for the answers, now we have a clearer picture on how to go forward,
Br Tomas On Wednesday, September 3, 2014 4:48:36 AM UTC+2, Scott Hebert wrote: > > Hi, > > The GerritTriggerTest and ActiveDirectoryTest are skipped if certain > system properties are not set (detailed in Test's javadoc). > > They are in turn executed within our corporate environment and > reported here: > https://wiki.jenkins-ci.org/display/JENKINS/LTS+1.565.x+RC+Testing > > Regards, > > Scott > > On Tue, Sep 2, 2014 at 4:34 PM, Ulli Hafner <[email protected] > <javascript:>> wrote: > > Currently all tests that require docker are automatically skipped due to > a limitation of our execution environment. > > > > Am 02.09.2014 um 18:16 schrieb Jesse Glick <[email protected] > <javascript:>>: > > > >> On Tue, Sep 2, 2014 at 10:03 AM, Tomas Westling > >> <[email protected] <javascript:>> wrote: > >>> What is the wanted process for adding tests to the git? > >>> Should we do pull requests or simply merge in our tests? > >> > >> As a rule: do PRs, and if at some point the people merging the PRs > >> just rubber-stamp them and suggest you commit directly, go ahead. > >> > >>> We also noticed that the tests are run for every new release, but that > alot > >>> of the tests fail or are skipped. Do we know why this happens? > >> > >> Because we need someone like you to pay attention to the failures, > >> diagnose them, and either fix the code (if it is genuinely broken), > >> fix the test (in the more likely case it is just poorly written), or > >> mark the test to be skipped, e.g., with @Ignore (if there is no clear > >> way to get it running). > >> > >> -- > >> You received this message because you are subscribed to the Google > Groups "Jenkins Developers" group. > >> To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected] <javascript:>. > >> For more options, visit https://groups.google.com/d/optout. > > > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
