)]}'
{
  "commit": "8b7252cd4126e636f0f2dc69493d875cbcd747aa",
  "tree": "05cd456429ac882e966e7bcda40ff161875a5a0a",
  "parents": [
    "376e9cfdff3c96bdcee87f24f9ee3ce1dd32b962"
  ],
  "author": {
    "name": "Daniel Leung",
    "email": "daniel.leung@intel.com",
    "time": "Mon May 03 10:35:23 2021 -0700"
  },
  "committer": {
    "name": "Anas Nashif",
    "email": "anas.nashif@intel.com",
    "time": "Mon May 03 17:28:12 2021 -0400"
  },
  "message": "tests: condvar_api: fix permissions to multiple condvar\n\nThe permission to use multiple_condvar is not granted to test\ntest_condvar_multiple_threads_wait_wake, which results in\nbunch or permission error messages, and actually not testing\nthe conditional variables. This grants the permission to\nthe those conditional variables to the test threads. Also,\nreplace the k_yield() with k_msleep() to allow all created\nthreads time to run. A simply k_yield() might let a few to\nrun before the next batch of \"waking\" threads start to run,\nresulting in some conditional variables not being initialized\nbut trying to wake.\n\nFixes #34777\n\nSigned-off-by: Daniel Leung \u003cdaniel.leung@intel.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "bb90fe725527ca93be7da4f14f8280e3f7b4902e",
      "old_mode": 33188,
      "old_path": "tests/kernel/condvar/condvar_api/src/main.c",
      "new_id": "861d1c8c13d6fa614f13fbf06324107084fd617f",
      "new_mode": 33188,
      "new_path": "tests/kernel/condvar/condvar_api/src/main.c"
    }
  ]
}
