Running the live tests, the only tests that failed were the health check ones.
The cause was the following:
```json
"errors": [
{
"domain": "global",
"reason": "invalid",
"message": "Invalid value for field 'resource.unhealthyThreshold': '15'.
Must be less than or equal to 10"
},
{
"domain": "global",
"reason": "invalid",
"message": "Invalid value for field 'resource.healthyThreshold': '30'.
Must be less than or equal to 10"
}
]
```
Changing the values makes all tests pass. All live tests are passing now, just
5 tests skipped because there are not enough addresses and disks (which seem to
be controlled and intentional skips in paginated lists tests).
/cc @danbroudy
You can view, comment on, or merge this pull request online at:
https://github.com/jclouds/jclouds-labs-google/pull/137
-- Commit Summary --
* Git ignore Eclipse annotation processing files
* Fix the HealthCheck live tests
-- File Changes --
M .gitignore (2)
M
google-compute-engine/src/test/java/org/jclouds/googlecomputeengine/features/HttpHealthCheckApiLiveTest.java
(4)
-- Patch Links --
https://github.com/jclouds/jclouds-labs-google/pull/137.patch
https://github.com/jclouds/jclouds-labs-google/pull/137.diff
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/137