Re: Our test failure rate is unacceptable.

2020-09-19 Thread Noble Paul
It passes for me all the time Erick Can you please test with the branch https://github.com/apache/lucene-solr/tree/jira/solr14879 On Sun, Sep 20, 2020 at 7:14 AM Erick Erickson wrote: > > This seems to be a reproducing seed, at least 2/2 > > ant test -Dtestcase=TestPackages -Dtests.seed=C29471

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

2020-09-19 Thread Noble Paul
I beated this test for 100 repetitions . No failures. it's frustrating On Sun, Sep 20, 2020 at 12:33 AM Erick Erickson wrote: > > Yeah, I can't seem to get it to fail on demand either. I can look this > evening at some of the Jenkins failures to see if there's a pattern or > machine or whatever

Re: Our test failure rate is unacceptable.

2020-09-19 Thread Erick Erickson
This seems to be a reproducing seed, at least 2/2 ant test -Dtestcase=TestPackages -Dtests.seed=C29471044D369FD3 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=et-EE -Dtests.timezone=Europe/Mariehamn -Dtests.asserts=true -Dtests.file.encoding=UTF-8 > On Sep 19, 2020, at 6:40 AM, Eric P

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

2020-09-19 Thread Erick Erickson
Yeah, I can't seem to get it to fail on demand either. I can look this evening at some of the Jenkins failures to see if there's a pattern or machine or whatever... On Sat, Sep 19, 2020, 09:31 Noble Paul wrote: > I'm beasting changes so many times and I can't see the failures happening > > I'm w

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

2020-09-19 Thread Noble Paul
I'm beasting changes so many times and I can't see the failures happening I'm wondering if we should just disable the TestPackages@testSchemaPlugins() or revert the changes wholesale On Sat, Sep 19, 2020 at 10:44 PM Erick Erickson wrote: > > I have to take it back a little. Hoss’ rollups show th

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

2020-09-19 Thread Erick Erickson
I have to take it back a little. Hoss’ rollups show these tests failing 100% of the time, but they pass on my machine locally at least some of the time…. IDK quite why there’s a difference. Noble: Let me know if I can help, I can at least beast any fix. Erick > On Sep 18, 2020, at 2:13 PM, Is

Re: Our test failure rate is unacceptable.

2020-09-19 Thread Eric Pugh
I’ll try and help with testing this feature more, as I have a specific package that needs this feature. We are somewhat stuck in a weird time, as we’re doing some great stuff, like the packages, to make core Solr foot print smaller, which means we need to add more complexity to core Solr, ye