You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/03/16 04:43:24 UTC

[GitHub] [cloudstack] Pearl1594 opened a new pull request #6124: travis: Fix failing list vms & snapshots tests

Pearl1594 opened a new pull request #6124:
URL: https://github.com/apache/cloudstack/pull/6124


   ### Description
   
   This PR fixes issues in the number of resources returned (VMs/Snapshots) for the corresponding list commands. This pertains to the change in behavior with listall & isrecusive.
   <!--- Describe your changes in DETAIL - And how has behaviour functionally changed. -->
   
   <!-- For new features, provide link to FS, dev ML discussion etc. -->
   <!-- In case of bug fix, the expected and actual behaviours, steps to reproduce. -->
   
   <!-- When "Fixes: #<id>" is specified, the issue/PR will automatically be closed when this PR gets merged -->
   <!-- For addressing multiple issues/PRs, use multiple "Fixes: #<id>" -->
   <!-- Fixes: # -->
   
   <!--- ********************************************************************************* -->
   <!--- NOTE: AUTOMATATION USES THE DESCRIPTIONS TO SET LABELS AND PRODUCE DOCUMENTATION. -->
   <!--- PLEASE PUT AN 'X' in only **ONE** box -->
   <!--- ********************************************************************************* -->
   
   ### Types of changes
   
   - [ ] Breaking change (fix or feature that would cause existing functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [X] Bug fix (non-breaking change which fixes an issue)
   - [ ] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   ### Feature/Enhancement Scale or Bug Severity
   
   #### Bug Severity
   
   - [ ] BLOCKER
   - [ ] Critical
   - [ ] Major
   - [X] Minor
   - [ ] Trivial
   
   
   ### Screenshots (if appropriate):
   
   
   ### How Has This Been Tested?
   ```
   nosetests --with-xunit --xunit-file=results.xml --with-marvin --marvin-config=setup/dev/advanced.cfg  -s -a tags=xx --hypervisor=simulator test/integration/component/test_acl_listsnapshot.py 
   
   ==== Marvin Init Started ====
   
   === Marvin Parse Config Successful ===
   
   === Marvin Setting TestData Successful===
   
   ==== Log Folder Path: /tmp/MarvinLogs/Mar_15_2022_15_55_59_V8ZQH8. All logs will be available here ====
   
   === Marvin Init Logging Successful===
   
   ==== Marvin Init Successful ====
   === TestName: test_listSnapshot_as_domainadmin_domainid_listall_true | Status : SUCCESS ===
   
   === TestName: test_listSnapshot_as_domainadmin_listall_true_rec_false | Status : SUCCESS ===
   
   
   
   
   [16:46:11] pearl@pearl-XPS-15-7590:~/lab/shapeblue/cloudstack$ nosetests --with-xunit --xunit-file=results.xml --with-marvin --marvin-config=setup/dev/advanced.cfg  -s -a tags=xx --hypervisor=simulator test/integration/component/test_acl_listvm.py
   
   ==== Marvin Init Started ====
   
   === Marvin Parse Config Successful ===
   
   === Marvin Setting TestData Successful===
   
   ==== Log Folder Path: /tmp/MarvinLogs/Mar_15_2022_16_49_53_7T5J5R. All logs will be available here ====
   
   === Marvin Init Logging Successful===
   
   ==== Marvin Init Successful ====
   === TestName: test_listVM_as_domainadmin_domainid_listall_true | Status : SUCCESS ===
   
   === TestName: test_listVM_as_domainadmin_listall_true_rec_false | Status : SUCCESS ===
   
   === TestName: test_listVM_as_rootadmin_domainid_listall_true | Status : SUCCESS ===
   
   ```
   
   
   <!-- Please read the [CONTRIBUTING](https://github.com/apache/cloudstack/blob/main/CONTRIBUTING.md) document -->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] nvazquez commented on pull request #6124: travis: Fix failing list vms & snapshots tests

Posted by GitBox <gi...@apache.org>.
nvazquez commented on pull request #6124:
URL: https://github.com/apache/cloudstack/pull/6124#issuecomment-1068922062


   @blueorangutan test


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #6124: travis: Fix failing list vms & snapshots tests

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #6124:
URL: https://github.com/apache/cloudstack/pull/6124#issuecomment-1068805574


   @Pearl1594 a Jenkins job has been kicked to build packages. It will be bundled with  KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] nvazquez closed pull request #6124: travis: Fix failing list vms & snapshots tests

Posted by GitBox <gi...@apache.org>.
nvazquez closed pull request #6124:
URL: https://github.com/apache/cloudstack/pull/6124


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] nvazquez commented on pull request #6124: travis: Fix failing list vms & snapshots tests

Posted by GitBox <gi...@apache.org>.
nvazquez commented on pull request #6124:
URL: https://github.com/apache/cloudstack/pull/6124#issuecomment-1069098345


   Closing in favour of #6126 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] Pearl1594 commented on pull request #6124: travis: Fix failing list vms & snapshots tests

Posted by GitBox <gi...@apache.org>.
Pearl1594 commented on pull request #6124:
URL: https://github.com/apache/cloudstack/pull/6124#issuecomment-1068804421


   @blueorangutan package


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #6124: travis: Fix failing list vms & snapshots tests

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #6124:
URL: https://github.com/apache/cloudstack/pull/6124#issuecomment-1068835994


   Packaging result: :heavy_check_mark: el7 :heavy_check_mark: el8 :heavy_check_mark: debian :heavy_check_mark: suse15. SL-JID 2902


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #6124: travis: Fix failing list vms & snapshots tests

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #6124:
URL: https://github.com/apache/cloudstack/pull/6124#issuecomment-1068922490


   @nvazquez a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org