Re: On tests labelled @Slow...

2022-07-22 Thread David Smiley
Or Slow should be disabled by default? One or the other. In the Lucene issue you linked to https://issues.apache.org/jira/browse/LUCENE-10532 Tomoko did a comparison table of tests running with & without Slow, and across threads. If we assume at least 4 workers, what are the results? I wouldn't

Re: On tests labelled @Slow...

2022-07-22 Thread Mike Drob
Ok, another correction, tests.slow is enabled by default, so if they're already running most of the time then it's pretty "safe" to just axe the annotations. On Thu, Jul 21, 2022 at 8:19 PM Mike Drob wrote: > Hmm... correction here - the failing Slow tests also happen to be > AwaitsFix tests so

SOLR-16287 MapStream - remap tuple value(s)

2022-07-22 Thread Eric Pugh
Joel (and others?), I’d love to have someone who understands the Streaming Expressions code review https://issues.apache.org/jira/browse/SOLR-16287 . It appears to solve a problem that I’ve had as well, in handling atomic updates in Solr in a ni