: From: : http://jenkins.sd-datasolutions.de/job/Windows-Lucene-Solr-tests-only-trunk/63/testReport/junit/org.apache.solr.update/SoftAutoCommitTest/testSoftAndHardCommitMaxTimeMixedAdds/ : : soft529 occured too fast: 1337365513160 + 500 !<= 1337365513589 : : Is 'too fast' really an error? : : I thought the contract with commit times is that it happens within : some amount of time "too fast" would be *before* we issue a : request.... or am I missing something?
I believe that my intent with that assert is that since this is a single threaded test, nothing else should be triggering any commits ... so if we see a softCommit happening before the softCommitWaitMillis has elapsed, it must have been triggered by something else, but there isn't suppose to be anything else that could have caused it, so it must be a bug. That said: i will not cry it you want to remove the assert. I wrote that test in a paranoia induced psychosis brought on by trying to recreate the functional logic of the previous auto commit test(s) while simultenously trying to avoid all of hte absurd assumptions that plauged those test(s). -Hoss --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
