yes, that output is expected since Solr doesn't boot up with any collections / cores anymore, the smoke tester creates a core on-the-fly and that is the output from the create command.
On Tue, Feb 10, 2015 at 9:39 AM, Michael McCandless < [email protected]> wrote: > +1 > > SUCCESS! [0:38:50.050201] > > Is this output normal/OK? I assume it's just extra verbosity? > > Creating new core 'techproducts' using command: > > http://localhost:8983/solr/admin/cores?action=CREATE&name=techproducts&instanceDir=techproducts > > { > "responseHeader":{ > "status":0, > "QTime":838}, > "core":"techproducts"} > > Mike McCandless > > http://blog.mikemccandless.com > > > On Tue, Feb 10, 2015 at 10:45 AM, Adrien Grand <[email protected]> wrote: > > +1 > > > > SUCCESS! [2:20:47.907193] > > > > On Tue, Feb 10, 2015 at 3:58 PM, Erik Hatcher <[email protected]> > wrote: > >> +1 - I ran through several examples to ensure all was working as > expected. > >> Ship it! :) > >> > >> Erik > >> > >> On Feb 9, 2015, at 6:16 PM, Anshum Gupta <[email protected]> > wrote: > >> > >> Please vote for the second release candidate for Lucene/Solr 5.0.0. > >> > >> The artifacts can be downloaded here: > >> > http://people.apache.org/~anshum/staging_area/lucene-solr-5.0.0-RC2-rev1658469 > >> > >> Or you can run the smoke tester directly with this command: > >> python3.2 dev-tools/scripts/smokeTestRelease.py > >> > http://people.apache.org/~anshum/staging_area/lucene-solr-5.0.0-RC2-rev1658469 > >> > >> > >> I could not get the above command to work as downloading some file or > the > >> other timed out for me (over 6 attempts) so I instead downloaded the > entire > >> RC as a tgz. I still have it here: > >> > >> > http://people.apache.org/~anshum/staging_area/lucene-solr-5.0.0-RC2-rev1658469.tgz > >> > >> Untar the above folder at a location of choice. Do not change the name > of > >> the folder as the smokeTestRelease.py extracts information from that. > >> > >> and then instead of using http, used file://. Here's the command: > >> > >> python3.2 dev-tools/scripts/smokeTestRelease.py > >> file://<path_to_the_extracted_folder> > >> > >> and finally, here's my +1: > >> > >>> SUCCESS! [0:30:50.246761] > >> > >> > >> -- > >> Anshum Gupta > >> http://about.me/anshumgupta > >> > >> > > > > > > > > -- > > Adrien > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
