do not run _ensure_swarm during test setup if using remote server #769

Open
opened 2026-02-13 16:33:35 +00:00 by iexos · 1 comment
Member

right now you always need a working docker setup, regardless of $TEST_SERVER

right now you always need a working docker setup, regardless of `$TEST_SERVER`
iexos added the
test
label 2026-02-13 16:33:35 +00:00
Owner

@iexos

I believe you could create a helper, e.g. is_local() (or whatever) which does a check if TEST_SERVER=default is true or not and wraps the call to _ensure_swarm around here with it:

@iexos I believe you could create a helper, e.g. `is_local()` (or whatever) which does a check if `TEST_SERVER=default` is true or not and wraps the call to `_ensure_swarm` around here with it: https://git.coopcloud.tech/toolshed/abra/src/commit/2c5a273fa77fac01eeebdc48b197a8c52ea235d3/tests/integration/helpers/common.bash#L22
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: toolshed/abra#769
No description provided.