> @@ -56,4 +71,16 @@ protected void tearDown() {
> public void testExecute() {
> assertTrue(size(strategy.execute("_default")) > 0, "Expected one or
> more elements");
> }
> +
> + @Test
> + public void testExecuteConcurrentlyWithExecutorService() {
> + assertTrue(size(strategy.execute(testExecutorService, "_default")) > 0,See above comment about `isEmpty` --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-chef/pull/47/files#r15465549
