Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug(race): Fixed races #46

Merged
merged 1 commit into from
Mar 25, 2020
Merged

Conversation

brandonforster
Copy link
Contributor

@brandonforster brandonforster commented Feb 26, 2020

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

What is the current behavior?

We do not currently make use of the built in Go race detector.

Issue Number: Addressed as part of #35

What is the new behavior?

We make use of the built in Go race detector.

Does this PR introduce a breaking change?

  • Yes
  • No

Are there any specific instructions or things that should be known prior to reviewing?

Other information

@brandonforster brandonforster changed the title bug(race): Added race detection and fixed races bug(race): Fixed races Feb 27, 2020
@brandonforster
Copy link
Contributor Author

@lenny-intel @rsdmike Any updates on this PR?

@@ -6,4 +6,4 @@ test:
$(GO) test ./... -coverprofile=coverage.out ./...
$(GO) vet ./...
gofmt -l .
[ "`gofmt -l .`" = "" ]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't -race be added to the test line?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, then. :-)

Copy link
Member

@lenny-goodell lenny-goodell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lenny-goodell lenny-goodell merged commit 748645b into edgexfoundry:master Mar 25, 2020
@brandonforster brandonforster deleted the issue_35 branch March 25, 2020 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants