Hi Ben, I merged your branch (ben_working4) with mine and the Clucene Atomic Updates Tests but I have some problems:
1) testFSThreading crashes at repl_tcstoll.cpp line 28 when called from FSDirectory constructor line 364 The problem is that the parameter end is NULL but in the body of the method it is dereferenced: *end=(TCHAR*)str; 2) Following tests leave memory leaks behind: testatomicupdates - testRAMThreading, testFSThreading indexreadertests - testIndexReaderReopen, testMultiReaderReopen testanalyzers testsearch testutf8 testBitSet 3) testIndexModifier (testIMinsertDelete) crashes under following conditions: FSDirectory::FSIndexOutput::FSIndexOutput(const char* path, int filemode) tries to open an output file unsuccessfully (access denied) and throws exception. And during throwing this exception the destructor of the base BufferedIndexOutput class is called. This destrutor calls close() which leads to the call of flushBuffer() - but this is a virtual method in the base class. So the test crashes. 4) one the testindexwirter tests fails I don't know if I have done the merge correctly but there is not much space to make thinks wrong. Do all these tests work for you? Jiri -----Original Message----- From: Ben van Klinken [mailto:bvanklin...@gmail.com] Sent: Thursday, September 02, 2010 11:53 AM To: clucene-developers@lists.sourceforge.net Subject: Re: [CLucene-dev] Span Queries have been ported great news! my branch (ben_working4) contains a lot more stuff than master. That will become mastter soon unless a problem is found with it. I believe we r waiting on some automated tests that someone was running. Either way please try that branch out as well if you could cheers ben On Wednesday, September 1, 2010, Veit Jahns <nuncupa...@googlemail.com> wrote: > 2010/8/31 Šplíchal Jiří <splic...@tovek.cz>: >> I have just pushed SpanQuery implementation and its basic tests in to the >> >> jiri-working branch. >> >> >> >> It would great if you could test it so that it can be merged into the >> current HEAD. > > Great! The tested it on with Win7/VS2010 and the span query tests > succeeded. But I will test it on other plattforms as well. > >> PS: Which branch should I merge into my working branch in order to use your >> latest >> >> changes? > > I guess, the master branch. That's the branch I use for merging the > latest changes into my working branch. > > Veit > > ------------------------------------------------------------------------------ > This SF.net Dev2Dev email is sponsored by: > > Show off your parallel programming skills. > Enter the Intel(R) Threading Challenge 2010. > http://p.sf.net/sfu/intel-thread-sfd > _______________________________________________ > CLucene-developers mailing list > CLucene-developers@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/clucene-developers > ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ CLucene-developers mailing list CLucene-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/clucene-developers ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ CLucene-developers mailing list CLucene-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/clucene-developers