You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error occurs when executing unit tests with the -race option on the boltdb module. (Reference: golang/go#34964)
The maintenance of boltdb seems no longer active and they have not fixed this issue.
To Reproduce
Execute the following command in the project root directory:
cd internal/meta/metadata/storage && go test -race
Describe this problem
This error occurs when executing unit tests with the -race option on the
boltdb
module. (Reference: golang/go#34964)The maintenance of boltdb seems no longer active and they have not fixed this issue.
To Reproduce
Execute the following command in the project root directory:
cd internal/meta/metadata/storage && go test -race
Expected behavior
The following error will occur:
Additional Information
None.
The text was updated successfully, but these errors were encountered: