Skip to content

Fix partial aggregate deployment state #1996

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

ilayaperumalg
Copy link
Contributor

  • If the stream has at least one of the apps successfully deployed but at least one of the apps has failed, then the aggregate state needs to be set to partital instead of failed
  • This state will show the appropriate status description as:
    In the case of multiple apps, some have successfully deployed, while others have not

Resolves #1974

 - If the stream has at least one of the apps successfully deployed but at least one of the apps has failed, then the aggregate state needs to be set to `partital` instead of `failed`
  - This state will show the appropriate status description as:
`In the case of multiple apps, some have successfully deployed, while others have not`

Resolves spring-cloud#1974
@codecov-io
Copy link

codecov-io commented Jan 26, 2018

Codecov Report

Merging #1996 into master will increase coverage by 0.03%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1996      +/-   ##
============================================
+ Coverage     63.52%   63.55%   +0.03%     
- Complexity     1950     1954       +4     
============================================
  Files           310      310              
  Lines          9104     9107       +3     
  Branches       1123     1124       +1     
============================================
+ Hits           5783     5788       +5     
+ Misses         2944     2942       -2     
  Partials        377      377
Impacted Files Coverage Δ Complexity Δ
.../server/controller/StreamDefinitionController.java 81.66% <100%> (+0.47%) 25 <0> (+2) ⬆️
...l/converter/QualifiedApplicationNameConverter.java 15.38% <0%> (+7.69%) 2% <0%> (+1%) ⬆️
...d/dataflow/shell/converter/MediaTypeConverter.java 50% <0%> (+25%) 2% <0%> (+1%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9899605...7f6380d. Read the comment docs.

@tzolov tzolov self-assigned this Jan 26, 2018
@tzolov
Copy link
Contributor

tzolov commented Jan 26, 2018

LGTM

@tzolov tzolov merged commit 7f6380d into spring-cloud:master Jan 26, 2018
@tzolov tzolov removed the in pr label Jan 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants