>     @Override
>     protected void initialize() {
>        super.initialize();
>        this.creator = 
> injector.getInstance(CreateNodeAndPopulateAutomaticAttributesImpl.class);
>        this.strategy = injector.getInstance(ListNodesInEnvironmentImpl.class);
> -      creator.execute(prefix, ImmutableSet.<String> of());
> -      creator.execute(prefix + 1, ImmutableSet.<String> of());
> +      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 comments about the need for both of these..?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-chef/pull/47/files#r15465539

Reply via email to