benchbase icon indicating copy to clipboard operation
benchbase copied to clipboard

Stop Benchmark on SQLException for Testing

Open apavlo opened this issue 2 years ago • 4 comments

Right now we will print but ignore any SQLException that occurs during a benchmark. This causes us to incorrectly mark benchmarks as passing in tests when they really did not. We should add a commandline flag that causes the benchmark to fail if any such error occurs.

apavlo avatar Apr 23 '22 12:04 apavlo