Running the live tests I get this consistent failure:

```text
testCreatePreemptibleNodeWithSsd(org.jclouds.googlecomputeengine.compute.GoogleComputeEngineServiceLiveTest)
  Time elapsed: 126.254 sec  <<< FAILURE!
java.lang.AssertionError: expected [true] but found [false]
        at org.testng.Assert.fail(Assert.java:94)
        at org.testng.Assert.failNotEquals(Assert.java:494)
        at org.testng.Assert.assertTrue(Assert.java:42)
        at org.testng.Assert.assertTrue(Assert.java:52)
        at 
org.jclouds.googlecomputeengine.compute.GoogleComputeEngineServiceLiveTest.testCreatePreemptibleNodeWithSsd(GoogleComputeEngineServiceLiveTest.java:95)
```

Could you have a look at it? You can run the single test with:

```bash
mvn -pl :google-compute-engine test \
    -Dtest.google-cloud.json-key=path/to/json/key/file.json \
    -Dtest=GoogleComputeEngineServiceLiveTest#testCreatePreemptibleNodeWithSsd
```

Or all of them with:

```bash
mvn -pl :google-compute-engine -Plive clean install \
    -Dtest.google-cloud.json-key=path/to/json/key/file.json
```

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/857#issuecomment-141123212

Reply via email to