-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix go-logging concurrent map read-write bug
This bug sometimes fails unit tests because logging are sometimes set up in parallel. Added a RWLock to op/go-logging/level.go's moduleLeveled struct and it RLocks in GetLevel and WLocks at SetLevel Change-Id: I78e837879fece869af9a5e573930492d439a6e82 Signed-off-by: Yacov Manevich <yacovm@il.ibm.com>
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.