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

MF-715 - Conflict on updating connection with a valid list of channels #716

Merged
merged 2 commits into from
Apr 17, 2019

Conversation

dborovcanin
Copy link
Collaborator

What does this do?

This pull request checks if some of the channels added during connections update already exist.

Which issue(s) does this PR fix/relate to?

This pull request resolves #715.

Have you included tests for your changes?

Yes, I've updated tests.

@dborovcanin dborovcanin self-assigned this Apr 16, 2019
@dborovcanin dborovcanin changed the title NOISSUE - Add check if Channels already exist MF-715 - Conflict on updating coinnection with a valid list of channels Apr 16, 2019
@drasko drasko changed the title MF-715 - Conflict on updating coinnection with a valid list of channels MF-715 - Conflict on updating connection with a valid list of channels Apr 16, 2019
Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>
@codecov-io
Copy link

codecov-io commented Apr 17, 2019

Codecov Report

Merging #716 into master will decrease coverage by 0.12%.
The diff coverage is 85.18%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #716      +/-   ##
==========================================
- Coverage   85.71%   85.58%   -0.13%     
==========================================
  Files          64       64              
  Lines        4019     4011       -8     
==========================================
- Hits         3445     3433      -12     
- Misses        393      395       +2     
- Partials      181      183       +2
Impacted Files Coverage Δ
bootstrap/postgres/configs.go 72.19% <60%> (-0.47%) ⬇️
bootstrap/service.go 84.91% <90.9%> (-1.79%) ⬇️

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 2f17a05...5f35111. Read the comment docs.

@dborovcanin dborovcanin force-pushed the fix/bs branch 5 times, most recently from f471682 to 8a2df4e Compare April 17, 2019 16:53
@dborovcanin dborovcanin marked this pull request as ready for review April 17, 2019 16:55
Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>
@nmarcetic nmarcetic merged commit d9d9da4 into absmach:master Apr 17, 2019
@dborovcanin dborovcanin deleted the fix/bs branch May 13, 2019 09:06
davide83 pushed a commit to davide83/mainflux that referenced this pull request May 13, 2019
absmach#716)

* Add check if Channels already exist

Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>

* Update streams tests to use time offset

Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>
rugwirobaker pushed a commit to rugwirobaker/mainflux that referenced this pull request Jun 26, 2019
absmach#716)

* Add check if Channels already exist

Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>

* Update streams tests to use time offset

Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>
manuio pushed a commit that referenced this pull request Oct 12, 2020
#716)

* Add check if Channels already exist

Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>

* Update streams tests to use time offset

Signed-off-by: Dušan Borovčanin <dusan.borovcanin@mainflux.com>
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.

Conflict on updating coinnection with a valid list of channels
3 participants