#!/bin/bash
set -e
set -o pipefail
set -u
#
# check that "maximum concurrent jobs" on the Job resource works correctly.
# for details, see test-concurrency-common
#
TestName="$(basename "$(pwd)")"
export TestName

JobName=test-job-concurrency
want_w_job=2

. test-concurrency-common
