i assume you're talking about zinc ports?

the tests are designed to run one at a time on randomized ports -- no
containerization.  we're on bare metal.

the test launch code executes this for each build:
# Generate random point for Zinc
export ZINC_PORT
ZINC_PORT=$(python -S -c "import random; print random.randrange(3030,4030)")

On Fri, Jul 1, 2016 at 6:02 AM, Cody Koeninger <c...@koeninger.org> wrote:
> Can someone familiar with amplab's jenkins setup clarify whether all tests
> running at a given time are competing for network ports, or whether there's
> some sort of containerization being done?
>
> Based on the use of Utils.startServiceOnPort in the tests, I'd assume the
> former.

---------------------------------------------------------------------
To unsubscribe e-mail: dev-unsubscr...@spark.apache.org

Reply via email to