You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by Ignasi Barrera <no...@github.com> on 2016/07/11 21:06:19 UTC

[jclouds/jclouds] Isolate the task cancellation in a test (#979)

Extract the task cancellation to a specific test so it does not prevent other tests from running if it fails.
You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds/pull/979

-- Commit Summary --

  * Isolate the task cancellation in a test

-- File Changes --

    M compute/src/test/java/org/jclouds/compute/StubComputeServiceIntegrationTest.java (5)
    M compute/src/test/java/org/jclouds/compute/internal/BaseComputeServiceLiveTest.java (26)

-- Patch Links --

https://github.com/jclouds/jclouds/pull/979.patch
https://github.com/jclouds/jclouds/pull/979.diff

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/979

Re: [jclouds/jclouds] Isolate the task cancellation in a test (#979)

Posted by Ignasi Barrera <no...@github.com>.
@ritazh Once this is merged we should be able to remove the override of the task cancellation method from the ARM tests. It's just FYI. Let's leave them unchanged now and I'll take care of updating them once merged.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/979#issuecomment-231865826