Merge pull request #835 from butonic/fix-820

fix 820 - race condition
This commit is contained in:
Benedikt Kulmann
2020-11-10 15:48:27 +01:00
committed by GitHub
3 changed files with 9 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
Bugfix: Make settings service start without go coroutines
The go routines cause a race condition that sometimes causes the tests to fail. The ListRoles request would not return all permissions.
https://github.com/owncloud/ocis/pull/835