When I make a pull request on GitHub, there is a nice little checkmark saying "All checks have passed", with a link to a Travis CI build (e.g. https://travis-ci.org/apache/incubator-netbeans/builds/395547620?utm_source=github_status&utm_medium=notification ).
Looking at the raw output of the Travis build, am I correct that this does _not_ actually run the NetBeans test suite? I searched the console output and did not find expected messages such as "Tests run:" or "do-junit" or "[junit]". Is this also the case for the Jenkins builds at https://builds.apache.org/view/Incubator%20Projects/job/incubator-netbeans-release ? Is the current codebase supposed to pass all tests at this point? When I check out the 9.0-vc3 tag, for instance, both of the following fail with various errors: ant commit-validation ant -Dtest-unit-sys-prop.ignore.random.failures=true test Are these supposed to work? -- Eirik
