On Sep 17, 2009, at 10:56 PM, Stephan Wehner wrote: > I downloaded the sqlite3 source ( sqlite-3.6.18.tar.gz ) and managed > to complete "make". > > Now with "make fulltest", there is no progress for over almost two > hours. The present output is > misc7-6.1.1... Ok > misc7-6.1.2... Ok > > There is still activity with "top" showing memory/CPU usage for the > "testfixture" process going up and down. > I am guessing the machine is working on misc7-6.1.3. > > Is this a very demanding test? What does it test for? > > How can I run the tests that come next in "fulltest"? >
The next test (misc7-7.0) is testing the sqlite3_busy_timeout() function. It is suppose to use usleep() (or the equivalent, depending on your OS) to sleep for short intervals and retry the connection until 2.0 seconds have elapsed, then it should give up and report an error. My first guess would be that usleep() is not working quite right on your system. What OS are you running? What compiler? D. Richard Hipp d...@hwaci.com _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users