Skip to content

Commit

Permalink
Note reason for commented out parallel test invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
EricSoroos committed Nov 30, 2023
1 parent daeab9d commit f1b367c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test-infrastructure/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
mkdir -p ~/junit
python -m pytest $PYTEST_COMMON_OPTIONS

# to split work across containers and run tests in parallel like circleci use commands like:
# note that this requires multiple databases to run without data race collisions,
#python -m pytest $PYTEST_COMMON_OPTIONS --splits 2 --group 1 --splitting-algorithm least_duration &
#python -m pytest $PYTEST_COMMON_OPTIONS --splits 2 --group 2 --splitting-algorithm least_duration

0 comments on commit f1b367c

Please sign in to comment.