It looks like someone filed an issue with INFRA for another project: https://issues.apache.org/jira/browse/INFRA-16067 (sort of hard to tell, but that looks like the same bot?)
On Tue, Feb 20, 2018 at 11:54 AM, Christine Poerschke (BLOOMBERG/ LONDON) < [email protected]> wrote: > Has anyone else also noticed or already followed up (with INFRA?) on the > lack of "ASF subversion and git services" updates on the LUCENE and SOLR > tickets? > > This one seems to be the most recent one. > > Christine > > ----- Original Message ----- > From: [email protected] > To: [email protected] > At: 02/16/18 15:47:09 > > > [ https://issues.apache.org/jira/browse/LUCENE-8106?page= > com.atlassian.jira.plugin.system.issuetabpanels:comment- > tabpanel&focusedCommentId=16367489#comment-16367489 ] > > ASF subversion and git services commented on LUCENE-8106: > --------------------------------------------------------- > > Commit 1a6d896dfc1bdafff3067a513bade205f6e1ad11 in lucene-solr's branch > refs/heads/branch_7x from [~steve_rowe] > [ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=1a6d896 ] > > LUCENE-8106: always fast-forward merge after checkout > > > > Add script to attempt to reproduce failing tests from a Jenkins log > > ------------------------------------------------------------------- > > > > Key: LUCENE-8106 > > URL: https://issues.apache.org/jira/browse/LUCENE-8106 > > Project: Lucene - Core > > Issue Type: Improvement > > Reporter: Steve Rowe > > Assignee: Steve Rowe > > Priority: Major > > Fix For: master (8.0), 7.3 > > > > Attachments: LUCENE-8106-part2.patch, LUCENE-8106.patch, > LUCENE-8106.patch > > > > > > This script will be runnable from a downstream job triggered by an > upstream failing Jenkins job, passing log location info between the two. > > The script will also be runnable manually from a developer's cmdline. > > From the script help: > > {noformat} > > Usage: > > python3 -u reproduceJenkinsFailures.py URL > > Must be run from a Lucene/Solr git workspace. Downloads the Jenkins > > log pointed to by the given URL, parses it for Git revision and failed > > Lucene/Solr tests, checks out the Git revision in the local workspace, > > groups the failed tests by module, then runs > > 'ant test -Dtest.dups=5 -Dtests.class="*.test1[|*.test2[...]]" ...' > > in each module of interest, failing at the end if any of the runs fails. > > To control the maximum number of concurrent JVMs used for each module's > > test run, set 'tests.jvms', e.g. in ~/lucene.build.properties > > {noformat} > > > > -- > This message was sent by Atlassian JIRA > (v7.6.3#76005) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > >
