Skip to content

close connection on graph destruction #130

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

Merged
merged 6 commits into from
Jun 22, 2021
Merged

Conversation

AvitalFineRedis
Copy link
Contributor

Close connection on graph object destruction only when the connection was created by the constructor (bypassing host and port)

… was created by the constructor (by passing host and port)
@codecov
Copy link

codecov bot commented May 25, 2021

Codecov Report

Merging #130 (1fbae80) into master (eff17ac) will increase coverage by 0.05%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #130      +/-   ##
==========================================
+ Coverage   85.41%   85.46%   +0.05%     
==========================================
  Files           8        8              
  Lines         521      523       +2     
==========================================
+ Hits          445      447       +2     
  Misses         76       76              
Impacted Files Coverage Δ
redisgraph/graph.py 87.50% <100.00%> (+0.17%) ⬆️

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 eff17ac...1fbae80. Read the comment docs.

@AvitalFineRedis AvitalFineRedis linked an issue May 25, 2021 that may be closed by this pull request
@AvitalFineRedis AvitalFineRedis marked this pull request as ready for review May 27, 2021 10:00
@AvitalFineRedis AvitalFineRedis requested a review from swilly22 May 27, 2021 10:00
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jun 1, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@swilly22 swilly22 merged commit 92eba8d into master Jun 22, 2021
@swilly22 swilly22 deleted the close_connection_on_graph branch June 22, 2021 11:32
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.

close connection on graph object destruction
3 participants