You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Ernest Burghardt (Jira)" <ji...@apache.org> on 2020/03/30 23:35:04 UTC

[jira] [Closed] (GEODE-7527) Harden create_instance and delete_instance CI scripts

     [ https://issues.apache.org/jira/browse/GEODE-7527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ernest Burghardt closed GEODE-7527.
-----------------------------------
    Assignee: Ernest Burghardt

> Harden create_instance and delete_instance CI scripts
> -----------------------------------------------------
>
>                 Key: GEODE-7527
>                 URL: https://issues.apache.org/jira/browse/GEODE-7527
>             Project: Geode
>          Issue Type: Bug
>          Components: ci
>            Reporter: Scott Jewell
>            Assignee: Ernest Burghardt
>            Priority: Major
>             Fix For: 1.12.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The following issues have been identified in the create_instance and delete_instance scripts.
> create_instance is used within a retry loop and as such attempts to clean up any instance
> from a previous attempt that may have failed.  However, the retry attempt may be targeting
> a different cloud region than the previous attempt and the cleanup fails.
> delete_instance has been seen to fail due to attempting to delete a non-existent instance.
> It appears that the gcloud compute instances list command occasionally returns duplicate
> entries and when the script attempts to delete the second occurance, it will fail.
> delete_instance should be tolerant of a "not found" when attempting to delete an instnce.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)