James Bence
48327e462f
Set up tests (and make them pass) for orderable_db_instance_options
2013-08-06 16:46:03 -07:00
Paul Thornthwaite
190d86dba6
Disables tests with race conditions affecting CI
...
GH#1546 - The new build system on Travis CI is erring amongst three
tests. Initial investigating hints that they contain race conditions
in the tests (rather than the code).
We've decided to disable the tests whilst we look to resolve since it is
devaluing the CI for the rest of the project.
2013-02-05 11:19:02 +00:00
geemus
9977a01fdb
[aws|rds] remove some superfluous reloads, hopefully help with travis test timing issues
2013-01-28 14:10:39 -06:00
Benton Roberts
eb96e320b9
[aws|rds] add tagging tests for RDS server model
2012-10-28 23:18:43 -04:00
Aaron Suggs
229934744b
[aws|rds] Mocking support for read replicas.
...
Tests pass. Still some rough edges (like error handling), but better
than nothing.
2012-08-07 18:27:43 -04:00
Aaron Suggs
69fd1561ac
[aws|rds] Fix server tests
...
(5.5 is the default mysql version)
2012-08-03 18:13:03 -04:00
Aaron Suggs
c5fc9f29c8
[aws|rds] Correct server#read_replica_identifiers when mocking
2012-08-03 13:39:45 -04:00
Aaron Suggs
cb34e08a1d
[aws|rds] Enabled model tests that pass when mocking
2012-02-26 21:10:42 -05:00
geemus
7b4a517cbf
[core] don't rely on bin stuff for service init in tests
...
closes #422
2011-09-15 08:01:37 -05:00
Aaron Suggs
10c0b8006c
[aws|rds] Allow string or symbol hash keys.
...
Server#modify and #create_read_replica allow
options to be passed as symbols or strings.
This allows the same hash of attributes to be used
for creating & modifying servers.
For example, the following lines are equivalent:
server.modify(true, :allocated_storage => 10)
server.modify(true, 'AllocatedStorage' => 10)
2011-07-30 23:12:29 -04:00
geemus
6c38a07dd4
[compute|aws] fix compute accessor in tests
2011-07-21 16:47:36 -05:00
geemus
a67a1cf1b3
[compute|aws] fix deprecated compute service accessor usage
2011-06-23 11:51:31 -07:00
Aaron Suggs
c95038bdc6
[aws|rds] Refactor RDS model & collection tests
...
Added tests for several models & collections.
2011-06-04 08:03:25 -04:00
Aaron Suggs
c872eefe34
[aws|rds] Add security_groups collection and model tests
2011-05-31 23:24:48 -04:00
Aaron Suggs
74baf6596f
[aws|rds] Add server model & collection tests
2011-05-31 19:49:23 -04:00
Aaron Suggs
7269dc7dd8
[aws|rds] Add parameter group tests
2011-05-31 19:49:23 -04:00