this also exposes a potential problem with group::get_id when a group is created, deleted, and then a new one is creat…
Show more
Cover more group apithis also exposes a potential problem with group::get_id when a group is created, deleted, and then a new one is created with the same name (e.g. executing the test multiple times). As the memoize cache is not maintained, the returned group_id will be incorrect.
Show less