I'm curious about the branch naming here. I notice this is jira/ and there are several other such heads in the repository. What's the convention or significance here for this jira/ prefix?
On Fri, Nov 2, 2018 at 6:12 AM <[email protected]> wrote: > Repository: lucene-solr > Updated Branches: > refs/heads/jira/gradle c9cb4fe96 -> 4a12fffb7 > > > Parallel running tests > > > Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo > Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/4a12fffb > Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/4a12fffb > Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/4a12fffb > > Branch: refs/heads/jira/gradle > Commit: 4a12fffb751078c2dfdf427617dd5ed9c52c7378 > Parents: c9cb4fe > Author: Cao Manh Dat <[email protected]> > Authored: Fri Nov 2 10:11:47 2018 +0000 > Committer: Cao Manh Dat <[email protected]> > Committed: Fri Nov 2 10:11:47 2018 +0000 > > ---------------------------------------------------------------------- > build.gradle | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > ---------------------------------------------------------------------- > > > > http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/4a12fffb/build.gradle > ---------------------------------------------------------------------- > diff --git a/build.gradle b/build.gradle > index df21ce8..27a351d 100644 > --- a/build.gradle > +++ b/build.gradle > @@ -30,6 +30,10 @@ subprojects { > systemProperty 'java.security.egd', > 'file:/dev/./urandom' > } > } > + tasks.withType(Test) { > + maxParallelForks = Runtime.runtime.availableProcessors() / > 2 > + } > + > } > > // These versions are defined here because they represent > @@ -308,4 +312,4 @@ ext.library = [ > xz: "org.tukaani:xz:1.8", > morfologik_ukrainian_search: > "ua.net.nlp:morfologik-ukrainian-search:3.9.0", > xercesImpl: "xerces:xercesImpl:2.9.1" > -] > \ No newline at end of file > +] > > -- http://www.the111shift.com
