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