Commit Graph

8 Commits

Author SHA1 Message Date
Roy Clarkson
2fc25a5526 Replace use of AssertJ Json dependency in favor of provided JSONPath
The AssertJ Json library depends on an older version of AssertJ than is
Provided by Spring Boot. This commit eliminates the need to override
The AssertJ version managed by Spring Boot and eliminates the use of the
AssertJ Json library for testing.
2019-03-15 11:33:06 -04:00
Alberto Rios
7b73e06522 Adding zero downtime backing app updates
Finishes #113
2019-01-10 13:26:56 -06:00
Scott Frederick
add2387d86 Polish acceptance tests. 2018-12-17 14:16:00 -06:00
Scott Frederick
05296028e8 Make service instance names unique to each acceptance test. Add logging to CF calls in acceptance tests. 2018-12-07 13:24:31 -06:00
Scott Frederick
67ddeceba9 Delete route when deleting broker apps in acceptance tests. Rationalize test case names for clarity in test output. 2018-12-06 18:07:08 -06:00
Scott Frederick
1efdd7785d Clean up and coalesce acceptance tests. 2018-11-29 14:21:21 -06:00
Alberto Rios
0f703d2ec6 Deploy all the backing apps of a given service to a single space
Connected to #133
2018-11-09 15:47:53 -06:00
Alberto Rios
18aea012e3 Fixing update flow with SpacePerServiceInstance
Added TargetService to update flow
Added explicit assertion on backing app containin initial parameters afer an update
Updated AT to consider Updates with Target
Added ATs for multiple apps
Not failing when CF returns a DB error when creating a space
Not failing when space does not exist

Connected to #93
2018-10-17 11:33:10 -05:00