IBM / go-sdk-core

The go-sdk-core repository contains core functionality required by Go code generated by the IBM OpenAPI SDK Generator.
Apache License 2.0
30 stars 24 forks source link

fix: data race warnings #102

Closed pyrooka closed 3 years ago

pyrooka commented 3 years ago

Fixes arf/planning-sdk-squad#2440

Problem

There were several warnings about race conditions (mostly about the tokenData field) when running the unit tests.

Reproduce

go test -tags=all -race

Solution

Introduced "getter" and "setter" functions for the authenticator's tokenData with mutex.

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

ibm-devx-automation commented 3 years ago

:tada: This PR is included in version 5.2.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: