> @@ -42,6 +50,9 @@ protected void initialize() {
> this.strategy = injector.getInstance(ListNodesImpl.class);
> creator.execute(prefix, ImmutableSet.<String> of());
> creator.execute(prefix + 1, ImmutableSet.<String> of());
> +
> + this.testExecutorService = Executors.newFixedThreadPool(5);
> + this.testListeningExecutorService =
> MoreExecutors.listeningDecorator(Executors.newFixedThreadPool(5));
See above comment.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-chef/pull/47/files#r15465204