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

fix: AMQP health check #1363

Merged
merged 1 commit into from
Jun 20, 2022
Merged

Conversation

bstasyszyn
Copy link
Contributor

Reuse existing connection when testing AMQP connectivity.

Signed-off-by: Bob Stasyszyn Bob.Stasyszyn@securekey.com

@cla-bot cla-bot bot added the cla-signed label Jun 17, 2022
@codecov
Copy link

codecov bot commented Jun 17, 2022

Codecov Report

Merging #1363 (f4a4b5f) into main (be3bc8b) will increase coverage by 0.00%.
The diff coverage is 58.82%.

@@           Coverage Diff           @@
##             main    #1363   +/-   ##
=======================================
  Coverage   87.81%   87.81%           
=======================================
  Files         199      199           
  Lines       18541    18560   +19     
=======================================
+ Hits        16282    16299   +17     
+ Misses       1449     1448    -1     
- Partials      810      813    +3     
Impacted Files Coverage Δ
cmd/orb-server/startcmd/start.go 68.25% <ø> (+0.33%) ⬆️
pkg/pubsub/mempubsub/mempubsub.go 95.00% <0.00%> (ø)
pkg/httpserver/server.go 77.19% <53.84%> (-6.65%) ⬇️
pkg/pubsub/amqp/amqppubsub.go 88.85% <100.00%> (+0.65%) ⬆️
pkg/vct/proofmonitoring/monitoring.go 86.72% <0.00%> (+2.65%) ⬆️

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 be3bc8b...f4a4b5f. Read the comment docs.

@bstasyszyn bstasyszyn force-pushed the amqphealthcheck branch 8 times, most recently from 54ad169 to c778070 Compare June 20, 2022 18:11
Reuse existing connection when testing AMQP connectivity.

Signed-off-by: Bob Stasyszyn <Bob.Stasyszyn@securekey.com>
@bstasyszyn bstasyszyn merged commit 9ad7b0a into trustbloc:main Jun 20, 2022
@bstasyszyn bstasyszyn deleted the amqphealthcheck branch June 20, 2022 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants