Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Run stress test

Code Block
languagebash
# Run 10000 TPC-H queries on your 3-daemon minicluster against the tpch_60_parquet database with
# memory overcommitted 300%. Tolerate up to 100 query failures in a row. Assumes that a minicluster
# has been started with 3 impalads (the default).
./tests/stress/concurrent_select.py --minicluster-num-impalads 3 --max-queries=10000 --tpch-db=tpch_60_parquet --mem-overcommit-pct=300 --fail-upon-successive-errors 100

# For more options:
./tests/stress/concurrent_select.py --help