)]}'
{
  "commit": "423ae450dbc9ea21acf951553809808d53bf3584",
  "tree": "ed6dd641bb2aeac2396141d55dae6844958c682a",
  "parents": [
    "257f3b009f7978723a8748f9f5b413aa8eb38e3a"
  ],
  "author": {
    "name": "Gupta, Sangeet (sg774j)",
    "email": "sg774j@att.com",
    "time": "Thu Jun 04 17:12:49 2020 +0000"
  },
  "committer": {
    "name": "Sangeet Gupta",
    "email": "sg774j@att.com",
    "time": "Fri Jun 05 12:41:44 2020 +0000"
  },
  "message": "Fix 404 when deleteing volume group\n\nIn delete_group() method the group is deleted first and\nthen the volume information is fetched which internally\ntrys to find all the related groups. As group delete request\nwas placed earlier than volume list and the group might be\ndeleted before volume list try to find the group\ninformation, it returns 404.\n\nThis is race condition based on group is finish its deletion\nbefore list volume requests or not.\n\nBetter is to fetch the information of volumes first and then\ndelete the group. And use that volume info later\nto cleanup the volume also if requested.\n\nChange-Id: I5b52ebac2f325bfeda51773c90cb40e7f7e02c67\nCloses-Bug: #1882116\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "bcbcf43a26905744509ad1ebd8647d9f30be8fd6",
      "old_mode": 33188,
      "old_path": "tempest/api/volume/base.py",
      "new_id": "7af59271332f273e1bd79c083b44ba22c1d9899c",
      "new_mode": 33188,
      "new_path": "tempest/api/volume/base.py"
    }
  ]
}
