Andrew Gaul
331c3be2e8
Retry each operation up to maxErrors times
...
Previously we only allowed maxErrors per directory, which tended to
fail with large directories. Also rename counter to something more
intuitive.
2012-10-10 17:54:38 -07:00
Adrian Cole
2badf2241d
Merge pull request #871 from abiquo/tests-timeout
...
Refactored unit tests to avoid recurrent timeouts
2012-10-10 05:55:08 -07:00
Adrian Cole
b49a3d555a
Merge pull request #889 from jclouds/issue-1096
...
Issue 1096: Guice errors when trying to get a signer for a keystone v2 password-auth BlobStore
2012-10-10 04:06:33 -07:00
Adrian Cole
649c8f88e2
Merge pull request #891 from abayer/master
...
Tweaks to CloudStack TemplateFilter enum
2012-10-10 03:18:18 -07:00
Adrian Cole
ffa9cd3bb0
corrected guice bindings for swift-based blob signatures and backfilled expect tests
2012-10-10 12:03:23 +02:00
Andrew Bayer
24e485c829
Fixing CloudStack TemplateFilter enum to work with 3.x API properly
2012-10-09 12:31:44 -07:00
Ignasi Barrera
dd7a129388
Removed duplicate tests
...
Having a deep look at this class noticed that most of the tests were
duplicating tests in the AsyncMonitorTest class. All the functionallity
provided by the awaitCompletion and monitor methods is already tested
(and properly tested using mocks) in that class, so those methods have
been removed.
The BaseMonitoringService class just delegates to the AsyncMonitor one,
adding a bit of logic to validate input parameters, so the
BaseMonitoringServiceTest class now only tests the logic it is
responsible for.
2012-10-09 15:37:27 +02:00
Ignasi Barrera
a71032df95
Refactored unit tests to avoid recurrent timeouts.
...
When using TestNG timeout option to control test execution, random
timeout failures appeared. The tests have been refactored to manually
control the timeout.
2012-10-09 15:19:14 +02:00
Adrian Cole
99d3422b4d
added id to endpoint and used only endpoint.versionId to enforce endpointVersion
2012-10-08 15:59:04 -04:00
Adrian Cole
a02c79c7f4
Merge pull request #887 from andreisavu/issue-973
...
Issue 973. Performance problems with Synaptic's Atmos service
2012-10-08 12:50:42 -07:00
Adrian Cole
14ad17108f
Issue 671: NPE on aws-ec2 w/vpc security groups
2012-10-08 15:39:51 -04:00
Andrei Savu
0d8848b397
Replaced IllegalStateException with KeyAlreadyExistsException and fixed '\n' typo
2012-10-08 18:07:43 +03:00
Adrian Cole
363d996f19
Merge pull request #886 from andrewgaul/local_blob_request_signer
...
Rename to LocalBlobRequestSigner
2012-10-08 06:46:43 -07:00
Andrei Savu
03dc864115
Issue 973. Performance problems with Synaptic's Atmos service and writing new blobs
2012-10-08 16:26:40 +03:00
Adrian Cole
6090ca03cc
Merge pull request #885 from andrewgaul/charsets
...
Improve use of Charsets
2012-10-08 05:34:55 -07:00
Andrew Gaul
9f6b9d4d8a
Rename to LocalBlobRequestSigner
...
Missing commit from the Filesystem and Transient unification.
2012-10-07 22:54:03 -07:00
Andrew Gaul
9024c77405
Improve use of Charsets
2012-10-07 22:31:49 -07:00
Adrian Cole
5b213c2171
Merge pull request #883 from andrewgaul/unsupported-encoding-exception
...
Remove unneeded UnsupportedEncodingExceptions
2012-10-07 18:04:31 -07:00
Adrian Cole
298e764f85
fixed context builder when params in properties
2012-10-07 17:50:59 -07:00
Andrew Gaul
07ca6ab27b
Remove unneeded UnsupportedEncodingExceptions
...
Enabled by use of Charsets. Remaining calls due to URLEncoder.encode
and decode.
2012-10-07 17:16:02 -07:00
Adrian Cole
fd6d0c5c49
Merge pull request #882 from andrewgaul/resources-tostring
...
Use Resources.toString where possible
2012-10-07 16:35:25 -07:00
Andrew Gaul
71080cf2e1
Use Resources.toString where possible
...
Replaces calls to
CharStreams.toString(Resources.newReaderSupplier(...)).
2012-10-07 15:37:40 -07:00
Adrian Cole
79f0361e4a
Merge pull request #880 from andrewgaul/fail
...
Prefer fail over assertTrue(false) where possible
2012-10-07 13:19:18 -07:00
Adrian Cole
a9df007d93
Merge pull request #881 from andrewgaul/filesystem-file
...
Improve use of File constructor
2012-10-07 13:17:59 -07:00
Andrew Gaul
02e1a54220
Improve use of File constructor
2012-10-06 19:28:27 -07:00
Andrew Gaul
8a0900d6ca
Prefer fail over assertTrue(false) where possible
2012-10-06 19:25:54 -07:00
Adrian Cole
e4c03396db
Merge pull request #879 from iocanel/master
...
Cleanup virtualbox api from unwanted runtime dependencies and improvements on OSGi metadata
2012-10-06 12:44:04 -07:00
Ioannis Canellos
93b869c44d
Cleaned up unwanted dependencies from virtualbox api. Widened the version range on jetty and servlet.
2012-10-06 19:02:58 +03:00
Ioannis Canellos
0dcd648599
Added javadoc description for name property. Cleaned up code in ContextBuilder
2012-10-06 10:31:23 +03:00
Ioannis Canellos
76beeee55b
Merge pull request #873 from iocanel/master
...
Added name property to Context.
2012-10-06 00:26:07 -07:00
Adrian Cole
2f1c215869
Merge pull request #878 from rackspace/compute-configurable-polling
...
Configurable polling for the ComputeService
2012-10-05 10:50:44 -07:00
Adrian Cole
5da084d6c4
Merge pull request #868 from andrewgaul/filesystem-get-all-container-names
...
Simplify filesystem blobstore getAllContainerNames
2012-10-05 10:10:57 -07:00
Andrew Gaul
b8cd2b9ead
Simplify filesystem blobstore getAllContainerNames
...
This commit removes the dangerous behavior of calling File.delete in
Iterator.remove and helps migrate away from Apache commons-io.
2012-10-05 09:34:33 -07:00
Everett Toews
add1182960
Made the polling period between updates for servers and images configurable when using the ComputeService.
2012-10-04 20:45:20 -05:00
Adrian Cole
049106afbf
Merge pull request #877 from andrewgaul/hpcloud-credentials
...
Clarify the HP Cloud credential type
2012-10-04 16:46:28 -07:00
Andrew Gaul
c1b65e28d4
Clarify the HP Cloud credential type
...
While users can override this by setting
KeystoneProperties.CREDENTIAL_TYPE to
CredentialTypes.API_ACCESS_KEY_CREDENTIALS, unit tests expect
CredentialTypes.PASSWORD_CREDENTIALS.
2012-10-04 16:37:12 -07:00
Adrian Cole
298856bab0
Merge pull request #876 from andrewgaul/log4j-line-wrapping
...
Fix confusing line wrapping
2012-10-04 16:36:04 -07:00
Andrew Gaul
222bddb5fa
Fix confusing line wrapping
2012-10-04 16:07:48 -07:00
Adrian Cole
4e32001b84
Merge pull request #689 from andrewgaul/propagate-timeout-exception
...
Propagate TimeoutException when possible
2012-10-04 14:46:28 -07:00
Adrian Cole
17e10216ce
Merge pull request #872 from andrewgaul/input-supplier
...
Improve use of InputSupplier helpers
2012-10-04 14:29:09 -07:00
Andrew Gaul
a66c146a54
Propagate TimeoutException when possible
...
This allows clients to recover from transient errors.
2012-10-04 11:32:48 -07:00
Adrian Cole
1edbb0ab4b
override-login-privateKey should be :override-login-private-key
2012-10-04 10:28:14 -07:00
Ioannis Canellos
b784cdd4af
Added name property to Context.
2012-10-04 13:40:02 +03:00
Andrew Gaul
ceb203c10a
Improve use of InputSupplier helpers
2012-10-02 18:18:51 -07:00
Adrian Cole
418097d4e6
Merge pull request #869 from andrewgaul/filesystem-image-resource
...
Use Iterator for IMAGE_RESOUCE
2012-10-02 17:44:27 -07:00
Andrew Gaul
0140020c0e
Use Iterator for IMAGE_RESOUCE
...
Also ensure immutability. Remove some unused members.
2012-10-02 09:45:46 -07:00
Adrian Cole
4bc0ffbdd7
corrected api metadata and backfilled expect tests for hpcloud rackspace and trystack nova implementations
2012-09-29 18:41:29 -07:00
Adrian Cole
376db9e239
refactored openstack-nova expect tests so that they don't mask zone ids from subclasses
2012-09-29 18:35:03 -07:00
Adrian Cole
b77a3bf0c8
cleanup and example of overriding nova api version
2012-09-29 14:03:25 -07:00
Adrian Cole
41e4a369e7
reveal underlying exception that causes a guice provider to fail
2012-09-29 14:03:25 -07:00