Can you svn up the lucene_solr_5_4 branch? I merged the commit from lucene_solr_5_3 branch that fixes this.
There were other work arounds though e.g. using "http" or checking out and running the smoke test off local copy using the file:// protocol. You shouldn't need to do any of that now though. On Wed, Jan 13, 2016 at 9:21 AM, Noble Paul <[email protected]> wrote: > I could not run the smoke test. It hangs forever. How did others > manage to run it > > On Wed, Jan 13, 2016 at 2:31 AM, Yonik Seeley <[email protected]> wrote: > > On Tue, Jan 12, 2016 at 2:23 PM, Adrien Grand <[email protected]> wrote: > >> While working on the 5.4.1 release I just realized that we would not > prevent > >> users from upgrading from 5.3.2 to 5.4.0 while it is something that we > don't > >> test in TestBackwardsCompatibility (since 5.4.0 is already released) and > >> that Lucene50SegmentInfoFormat would deserialize a version constant that > >> does not exist among the Version constants. I don't know if this should > >> block this release but I think it's at least annoying... I'm afraid that > >> some of our code might rely on Lucene50SegmentInfoFormat to deserialize > a > >> version that actually exists? > > > > Seems like this versioning limitation should be fixed - we should > > always be free to create bugfix releases for past releases. > > > > -Yonik > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > -- > ----------------------------------------------------- > Noble Paul > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Anshum Gupta
