Unless I'm mistaken, recent discussion mentioned https://bits.netbeans.org/matrix/unit/ which may point to some "unit test failures" in need of some help.
Eric Bresie [email protected] On Mon, Mar 28, 2022 at 7:40 PM Michael Bien <[email protected]> wrote: > btw if you are looking for something you can do which is also related to > tests: > > If you take a look at a test run of the PHP cluster you will notice that > one test step is not quite like the others: > https://github.com/apache/netbeans/runs/5688117534?check_suite_focus=true > > ant -f php/php.editor test > > takes ~2h to run. That is simply too long for a single unit of work on a > CI server. It would be great if we could split this into at least two > batches of tests so we can run them in parallel on the CI server. > Ideally, one batch of quick validation tests, and then the rest split > into two other batches. > > I haven't looked at the above mentioned tests at all, maybe you can also > find a different way how to speed them up - I don't know. > > > another way to get involved is to check the good-first-issue or > contribution-welcome labels on the issue tracker: > > https://github.com/apache/netbeans/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 > There isn't a lot of choice there, since the easy bugs are often fixed > first :) > > > a third option is to help with the website: > https://github.com/apache/netbeans-website/ > > A lot of the documentation is still a bit out of date and needs updates. > > best regards, > > michael > > > On 29.03.22 00:51, Łukasz Bownik wrote: > > Ok. I figured this out. > > > > I'm using https://github.com/jonathanlermitage/tikione-jacocoverage > > JaCoco NB plugin which has been discontinued. It currently supports up > > to jdk8. donwngrading my NB installation from jdk11 to jdk8 solved the > > problem (for now). > > > > Ive picked "Base Utilities API" modules as is has failed tests and > > takes forever to test. > > obraz.png > > > > The coverage is low.... > > obraz.png > > and patchy.... > > > > obraz.png > > > > First I'll try to make the suite run a little faster and then Improve > > the coverage. > > > > > > > > > > On Mon, Mar 28, 2022 at 1:55 PM antonio <[email protected]> wrote: > > > > NetBeans used Cobertura [1] for code coverage. You may have more > > chances > > using it. > > > > nbbuild/netbeans/harness/README.md has some instructions. > > > > Cheers, > > Antonio > > > > [1] > > https://cobertura.github.io/cobertura/ > > > > El 28/3/22 a las 22:21, Łukasz Bownik escribió: > > > Anyway. I'll fiddle with JaCoCo an maybe I'll succeed in running > > it. I'll > > > let you know. > > > > > > Thank you for all the support so far. > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > For further information about the NetBeans mailing lists, visit: > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > > > > > > > > > > -- > > Łukasz Bownik > >
