fullstorydev / solr-bench

Solr benchmarking and load testing harness
Apache License 2.0
17 stars 10 forks source link

Patsonluk/query exception handling #101

Closed patsonluk closed 6 months ago

patsonluk commented 6 months ago

Added a interrupt-on-failure flag to QueryBenchmark, this works similar to the same flag in IndexBenchmark. but this new one is default as true to maintain existing behavior.

The same query will just be skipped (instead of re-try like for indexing).