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

Update reference to go-mod-core-contracts to fix race condition #2313

Closed
wants to merge 1 commit into from
Closed

Update reference to go-mod-core-contracts to fix race condition #2313

wants to merge 1 commit into from

Conversation

brandonforster
Copy link
Contributor

Fixes #2237

Signed-off-by: Brandon Forster me@brandonforster.com

Signed-off-by: Brandon Forster <me@brandonforster.com>
@brandonforster brandonforster added the bug Something isn't working label Jan 21, 2020
@brandonforster brandonforster self-assigned this Jan 21, 2020
@sonarcloud
Copy link

sonarcloud bot commented Jan 21, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
3.4% 3.4% Duplication

@michaelestrin michaelestrin requested review from AnthonyMBonafide and removed request for michaelestrin January 21, 2020 16:17
@codecov-io
Copy link

Codecov Report

Merging #2313 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2313   +/-   ##
=======================================
  Coverage   37.14%   37.14%           
=======================================
  Files         158      158           
  Lines       12824    12824           
=======================================
  Hits         4764     4764           
  Misses       7802     7802           
  Partials      258      258

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d939fa2...aa4bf5d. Read the comment docs.

@@ -7,7 +7,7 @@ require (
github.com/cloudflare/gokey v0.1.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/edgexfoundry/go-mod-bootstrap v0.0.11
github.com/edgexfoundry/go-mod-core-contracts v0.1.37
github.com/edgexfoundry/go-mod-core-contracts v0.1.41
Copy link
Contributor

Choose a reason for hiding this comment

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

Now that all of the other changes are in go-mod-core-contracts should we update to v0.1.42?

Copy link
Member

Choose a reason for hiding this comment

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

I think there's additional refactoring work in-flight related to this issue (edgexfoundry/go-mod-core-contracts#196) to consolidate common code into the underlying client implementation. Once that's complete, there's an additional follow-on issue (edgexfoundry/go-mod-core-contracts#204) that should be worked before actually updating edgex-go to the latest (that would include those outstanding changes).

@brandonforster
Copy link
Contributor Author

brandonforster commented Jan 23, 2020

Closing. It's clear based on conversation that this PR was a little preliminary. A new PR will be created that references this one, addresses #2237, and updates the core contracts version when edgexfoundry/go-mod-core-contracts#204 is merged in and we have a complete codebase on that side.

@brandonforster brandonforster deleted the issue_2237 branch January 23, 2020 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Address core-command Blackbox Test Failure
4 participants