Skip to content

Conversation

@simodima
Copy link
Owner

@simodima simodima commented Oct 25, 2024

  • Implement a consumer Ping() function to test queue connectivity
    • For SQS driver it checks the AWS connectivity by calling GetQueueAttributes
    • For In Memory driver do nothing
  • Improves README.md
  • More test coverage

@simodima simodima linked an issue Oct 25, 2024 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Oct 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.33%. Comparing base (a61bad0) to head (26693b0).
Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
+ Coverage   87.90%   89.33%   +1.43%     
==========================================
  Files          10       11       +1     
  Lines         281      347      +66     
==========================================
+ Hits          247      310      +63     
- Misses         25       30       +5     
+ Partials        9        7       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@simodima simodima force-pushed the improves-test-startup branch from 630220b to 26693b0 Compare October 25, 2024 21:14
@simodima simodima changed the title Improves test startup Implements consumer Ping() Oct 25, 2024
@simodima simodima merged commit f21a654 into master Oct 25, 2024
14 checks passed
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.

Add Ping or Status method helper for consumer

2 participants