You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python: configure workers and hosts for several tests
The number of workers and hosts can be set for several Python tests
through the environment variables `FELDERA_TEST_NUM_WORKERS` and
`FELDERA_TEST_NUM_HOSTS`.
The only difference this PR results in, is that the tests no longer use
the default number of workers or hosts that is set by the backend if no
workers or hosts are specified. The environment variables are set by
default to these current values (8 and 1 respectively), but if these
defaults are ever changed, they also need to be updated in the Python
tests.
Signed-off-by: Simon Kassing <simon.kassing@feldera.com>
0 commit comments