CLOUDSTACK-8579: Fix cleanup operation in few test cases#511
Closed
gauravaradhye wants to merge 1 commit intoapache:masterfrom
Closed
CLOUDSTACK-8579: Fix cleanup operation in few test cases#511gauravaradhye wants to merge 1 commit intoapache:masterfrom
gauravaradhye wants to merge 1 commit intoapache:masterfrom
Conversation
Contributor
|
LGTM...Please commit |
|
cloudstack-pull-requests #631 SUCCESS |
kishankavala
pushed a commit
to kishankavala/cloudstack
that referenced
this pull request
Jun 25, 2015
Signed-off-by: Gaurav Aradhye <gaurav.aradhye@clogeny.com> This closes apache#511
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.
Cleanup list should be declared before returning from setUpClass() so that tearDownClass() works properly.
Currently the test cases are failing with "Class does not have cleanup attribute".
Tested with passing LXC as hypervisor and test cases skipped successfully without giving any error.
Test the timing issue of root disk data sync ... SKIP: Template creation from root volume is not supported in LXC
TS_BUG_009-Test the size of template created from root disk ... SKIP: Template creation from root volume is not supported in LXC
TS_BUG_010-Test check size of snapshot and template ... SKIP: Template creation from root volume is not supported in LXC
TS_BUG_011-Test Reusing deleted template name ... SKIP: Template creation from root volume is not supported in LXC
Ran 4 tests in 28.247s
OK (SKIP=4)
Test Create/Delete a manual snap shot and verify ... SKIP: Snapshots are not supported on LXC
Test Create/delete a volume and verify correct usage is recorded ... SKIP
Ran 2 tests in 10.303s
OK (SKIP=2)