From 6fa26d13cda325e8b7a1e98f8fc3ac2acc1e360a Mon Sep 17 00:00:00 2001 From: Amit Murthy Date: Mon, 22 May 2017 18:15:58 +0530 Subject: [PATCH] Test fix - test for successful addition of workers in distributed test --- test/distributed_exec.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/distributed_exec.jl b/test/distributed_exec.jl index afdad9c8a8a44..febc80d4301f6 100644 --- a/test/distributed_exec.jl +++ b/test/distributed_exec.jl @@ -11,6 +11,7 @@ include("testenv.jl") end addprocs_with_testenv(4) +@test nprocs() == 5 function reuseport_tests() # Run the test on all processes.