CLOUDSTACK-8582: Tagging test cases which should not be run on simulator accordingly#519
Closed
gauravaradhye wants to merge 1 commit intoapache:masterfrom
Closed
CLOUDSTACK-8582: Tagging test cases which should not be run on simulator accordingly#519gauravaradhye wants to merge 1 commit intoapache:masterfrom
gauravaradhye wants to merge 1 commit intoapache:masterfrom
Conversation
Contributor
|
LGTM |
|
cloudstack-pull-requests #639 SUCCESS |
kishankavala
pushed a commit
to kishankavala/cloudstack
that referenced
this pull request
Jun 25, 2015
…tor accordingly Signed-off-by: Gaurav Aradhye <gaurav.aradhye@clogeny.com> This closes apache#519
karuturi
pushed a commit
to karuturi/cloudstack
that referenced
this pull request
Oct 6, 2016
…n simulator accordingly Signed-off-by: Gaurav Aradhye <gaurav.aradhye@clogeny.com> This closes apache#519 Reviewed-by: Sanjeev
weizhouapache
pushed a commit
to shapeblue/cloudstack
that referenced
this pull request
Mar 4, 2025
…ession (apache#519) Fixes apache#511 For HA work items that are created for host state change, checks must be done when execution is called in a new management server session. A new column, reason, has been added in cloud.op_ha_work table to track the reason for HA work. When HighAvailabilityManager starts it finds and puts all pending HA work items in Investigating state. During execution of the HA work if it is found in investigating state, checks are done to verify if the work is still valid. If the jobs is found to be invalid it is cancelled. Upstream PR: apache#10167 Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Template and ISO download test cases should not be run on simulator as they require SSVM and secondary storage to be present.
On SImulator we are only testing management server code.
Added the tags accordingly.