Github user nathanejohnson commented on the issue:

    https://github.com/apache/cloudstack/pull/1645
  
    @jburwell @si @wido 
    
    Here are the results of the nosetests.  One test did throw an exception 
during teardown, but I am not sure that this is anything to be concerned about. 
 I'll post the logs and see what you guys thing:
    
    Test snapshot cleanup after account deletion ... === TestName: 
test_02_accountSnapshotClean | Status : SUCCESS ===
    ok
    Test snapshot limit in snapshot policies ... === TestName: 
test_04_snapshot_limit | Status : SUCCESS ===
    ok
    Test create VM, Snapshot and Template ... === TestName: 
test_01_createVM_snapshotTemplate | Status : SUCCESS ===
    ok
    Test snapshot events ... === TestName: test_05_snapshot_events | Status : 
SUCCESS ===
    ok
    Test Creating snapshot from volume having spaces in name(KVM) ... === 
TestName: test_01_volume_from_snapshot | Status : SUCCESS ===
    ok
    Test Snapshot Data Disk ... === TestName: test_02_snapshot_data_disk | 
Status : SUCCESS ===
    ok
    Test snapshot from detached disk ... === TestName: 
test_03_snapshot_detachedDisk | Status : SUCCESS ===
    ok
    Test Delete Snapshot ... === TestName: test_04_delete_snapshot | Status : 
SUCCESS ===
    ok
    Create Template from snapshot ... === TestName: 
test_07_template_from_snapshot | Status : SUCCESS ===
    ok
    Test perform concurrent snapshots and migrate the vm from one host ... === 
TestName: test_01_concurrent_snapshots_live_migrate | Status : SUCCESS ===
    ok
    Test stop running VM while performing concurrent snapshot on volume ... === 
TestName: test_02_stop_vm_concurrent_snapshots | Status : SUCCESS ===
    ok
    Test while parent concurrent snapshot job in progress,create ... === 
TestName: test_03_concurrent_snapshots_create_template | Status : SUCCESS ===
    ok
    Test while parent concurrent snapshot job in progress,create volume ... === 
TestName: test_04_concurrent_snapshots_create_volume | Status : SUCCESS ===
    ok
    Test create VM with default cent os template and create snapshot ... === 
TestName: test_01_snapshot_on_rootVolume | Status : EXCEPTION ===
    ERROR
    
    ... <snipped long segment of logs>
    
    Ran 14 tests in 11936.921s
    
    FAILED (errors=1)
    (END)
    
    And in the failed plus exceptions:
    
    [njohn...@dkrlab01.dev test_snapshots_improvement_FE4IW5]$ cat 
failed_plus_exceptions.txt 
    2016-08-26 03:26:10,082 - CRITICAL - EXCEPTION: 
test_01_snapshot_on_rootVolume: ['Traceback (most recent call last):\n', '  
File "/usr/lib64/python2.7/unittest/case.py", line 398, in run\n    
self.tearDown()\n', '  File 
"/home/njohnson/cloudstack-ena/test/integration/component/test_snapshots_improvement.py",
 line 195, in tearDown\n    raise Exception("Warning: Exception during cleanup 
: %s" % e)\n', "Exception: Warning: Exception during cleanup : Job failed: 
{jobprocstatus : 0, created : u'2016-08-26T03:20:58-0500', jobresult : 
{errorcode : 530, errortext : u'Failed to delete snapshot'}, cmd : 
u'org.apache.cloudstack.api.command.user.snapshot.DeleteSnapshotCmd', userid : 
u'f1d1ed88-4fb7-11e6-986a-000c29b79f06', jobstatus : 2, jobid : 
u'26b7de07-d293-445f-8e60-fb2089aad844', jobresultcode : 530, jobinstanceid : 
u'a23db950-4035-4906-b6a6-2d1d50437450', jobresulttype : u'object', 
jobinstancetype : u'Snapshot', accountid : 
u'f1d12b61-4fb7-11e6-986a-000c29b79f06'}\n"]
    [njohn...@dkrlab01.dev test_snapshots_improvement_FE4IW5]$ 
    
    
    I can paste full logs in a gist if anyone is interested.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to