Re: Our test failure rate is unacceptable.

2020-09-21 Thread Noble Paul
I tried in 8x of course. The ant command is gone from master anyway On Mon, Sep 21, 2020 at 1:32 AM Erick Erickson wrote: > > Can’t seem to get that to fail on master. Note the reproducible bit was 8x. > > > On Sep 19, 2020, at 5:13 PM, Erick Erickson wrote: > > > > ant test -Dtestcase=TestPack

Re: restlet dependencies

2020-09-21 Thread Noble Paul
We should deprecate that feature and remove restlet dependency altogether On Mon, Sep 21, 2020 at 10:20 PM Joel Bernstein wrote: > > Restlet again!!! > > > > Joel Bernstein > http://joelsolr.blogspot.com/ > > > On Mon, Sep 21, 2020 at 7:18 AM Eric Pugh > wrote: >> >> Do we have a community

Re: restlet dependencies

2020-09-21 Thread Joel Bernstein
Restlet again!!! Joel Bernstein http://joelsolr.blogspot.com/ On Mon, Sep 21, 2020 at 7:18 AM Eric Pugh wrote: > Do we have a community blessed alternative to restlet already? > > On Sep 20, 2020, at 9:40 AM, Noble Paul wrote: > > Haha. > > In fact schema APIs don't use restlet. Only th

Re: [jira] [Commented] (SOLR-14151) Make schema components load from packages

2020-09-21 Thread Erick Erickson
I can get this to fail fairly regularly on 8x, here’s one: ant test -Dtestcase=TestPackages -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=et-EE -Dtests.timezone=Europe/Mariehamn -Dtests.asserts=true -Dtests.file.encoding=UTF-8 I tried this on master with equivalent params and it passe

Re: restlet dependencies

2020-09-21 Thread Eric Pugh
Do we have a community blessed alternative to restlet already? > On Sep 20, 2020, at 9:40 AM, Noble Paul wrote: > > Haha. > > In fact schema APIs don't use restlet. Only the managed resources use it > > On Sat, Sep 19, 2020, 3:35 PM Ishan Chattopadhyaya >