You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by ProjectMoon <gi...@git.apache.org> on 2016/05/26 11:22:12 UTC

[GitHub] cloudstack pull request: Emit template UUID and class type over ev...

GitHub user ProjectMoon opened a pull request:

    https://github.com/apache/cloudstack/pull/1564

    Emit template UUID and class type over event bus when deleting templates

    New version of #1378 for the 4.7b branch instead of 4.6.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/greenqloud/cloudstack pr-emit-template-uuid-on-delete-4.7

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/1564.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1564
    
----
commit 7aec943ef828d67b2f76f1182d3e81876387a3fd
Author: jeff <je...@greenqloud.com>
Date:   2016-01-28T14:21:38Z

    Emit template UUID and class type over event bus when deleting templates.
    
    The behavior is now consistent with template creation. This commit
    also adds a unit test for this functionality to make sure that it will
    always happen.

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: Emit template UUID and class type over ev...

Posted by swill <gi...@git.apache.org>.
Github user swill commented on the pull request:

    https://github.com/apache/cloudstack/pull/1564#issuecomment-222137481
  
    
    
    ### CI RESULTS
    
    ```
    Tests Run: 85
      Skipped: 0
       Failed: 1
       Errors: 0
     Duration: 8h 48m 33s
    ```
    
    **Summary of the problem(s):**
    ```
    FAIL: Test create, assign, remove of an Internal LB with roundrobin http traffic to 3 vm's in a Redundant VPC
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File "/data/git/cs1/cloudstack/test/integration/smoke/test_internal_lb.py", line 617, in test_02_internallb_roundrobin_1RVPC_3VM_HTTP_port80
        self.execute_internallb_roundrobin_tests(redundant_vpc_offering)
      File "/data/git/cs1/cloudstack/test/integration/smoke/test_internal_lb.py", line 635, in execute_internallb_roundrobin_tests
        vpc = self.create_vpc(vpc_offering)
      File "/data/git/cs1/cloudstack/test/integration/smoke/test_internal_lb.py", line 363, in create_vpc
        self.fail("Failed to create VPC due to %s" % e)
    AssertionError: Failed to create VPC due to Job failed: {jobprocstatus : 0, created : u'2016-05-26T20:01:47+0200', jobresult : {errorcode : 530, errortext : u'Failed to create VPC'}, cmd : u'org.apache.cloudstack.api.command.admin.vpc.CreateVPCCmdByAdmin', userid : u'6bc320da-234a-11e6-9445-5254001daa61', jobstatus : 2, jobid : u'3d062255-1891-4658-8ef0-a619a931a6db', jobresultcode : 530, jobresulttype : u'object', jobinstancetype : u'None', accountid : u'6bc303f1-234a-11e6-9445-5254001daa61'}
    ----------------------------------------------------------------------
    Additional details in: /tmp/MarvinLogs/test_network_UDVB3G/results.txt
    ```
    
    
    
    **Associated Uploads**
    
    **`/tmp/MarvinLogs/DeployDataCenter__May_26_2016_16_04_26_GS1ORI:`**
    * [dc_entries.obj](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1564/tmp/MarvinLogs/DeployDataCenter__May_26_2016_16_04_26_GS1ORI/dc_entries.obj)
    * [failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1564/tmp/MarvinLogs/DeployDataCenter__May_26_2016_16_04_26_GS1ORI/failed_plus_exceptions.txt)
    * [runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1564/tmp/MarvinLogs/DeployDataCenter__May_26_2016_16_04_26_GS1ORI/runinfo.txt)
    
    **`/tmp/MarvinLogs/test_network_UDVB3G:`**
    * [failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1564/tmp/MarvinLogs/test_network_UDVB3G/failed_plus_exceptions.txt)
    * [results.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1564/tmp/MarvinLogs/test_network_UDVB3G/results.txt)
    * [runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1564/tmp/MarvinLogs/test_network_UDVB3G/runinfo.txt)
    
    **`/tmp/MarvinLogs/test_vpc_routers_ZNXREG:`**
    * [failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1564/tmp/MarvinLogs/test_vpc_routers_ZNXREG/failed_plus_exceptions.txt)
    * [results.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1564/tmp/MarvinLogs/test_vpc_routers_ZNXREG/results.txt)
    * [runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1564/tmp/MarvinLogs/test_vpc_routers_ZNXREG/runinfo.txt)
    
    
    Uploads will be available until `2016-07-27 02:00:00 +0200 CEST`
    
    *Comment created by [`upr comment`](https://github.com/cloudops/upr).*



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: Emit template UUID and class type over ev...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/cloudstack/pull/1564


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: Emit template UUID and class type over ev...

Posted by swill <gi...@git.apache.org>.
Github user swill commented on the pull request:

    https://github.com/apache/cloudstack/pull/1564#issuecomment-222139257
  
    This test has been flaky recently and is unrelated to this PR.  I think this one is ready since we have reviews from the previous PR and the code has not changed.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---