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

Add get_server_info to db_pool.py #324

Merged
merged 1 commit into from Feb 16, 2024
Merged

Add get_server_info to db_pool.py #324

merged 1 commit into from Feb 16, 2024

Conversation

ernstp
Copy link
Contributor

@ernstp ernstp commented Jun 8, 2016

Django uses this for example.

Copy link
Member

@4383 4383 left a comment

Choose a reason for hiding this comment

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

Hello,

Is this patch still relevant?
AFAICS these changes make sense.

@ernstp
Copy link
Contributor Author

ernstp commented Jan 17, 2024

Wow, that was a long time ago! :-D

I guess step one is to rebase this! Feel free to do that and push and so on if you have time... I might have time to look at it in the weekend otherwise.

@4383
Copy link
Member

4383 commented Jan 17, 2024

hm... something went wrong during your rebase. All tests are failing and your addition does not seems in the right place in the code like before. Please check

Django uses this for example.
@ernstp
Copy link
Contributor Author

ernstp commented Feb 15, 2024

I guess it should be like this now.. ?

@4383
Copy link
Member

4383 commented Feb 16, 2024

Looks better, thanks

Copy link

codecov bot commented Feb 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8f5ebf1) 55% compared to head (13bde2c) 55%.
Report is 14 commits behind head on master.

Additional details and impacted files
@@          Coverage Diff          @@
##           master   #324   +/-   ##
=====================================
  Coverage      55%    55%           
=====================================
  Files          90     90           
  Lines        9878   9959   +81     
  Branches     1831   1855   +24     
=====================================
+ Hits         5460   5537   +77     
- Misses       4044   4047    +3     
- Partials      374    375    +1     
Flag Coverage Δ
ipv6 23% <ø> (+<1%) ⬆️
py310asyncio 52% <ø> (+<1%) ⬆️
py310epolls 53% <ø> (+<1%) ⬆️
py310poll 53% <ø> (+<1%) ⬆️
py310selects 52% <ø> (+<1%) ⬆️
py311asyncio 52% <ø> (+<1%) ⬆️
py311epolls 53% <ø> (+<1%) ⬆️
py312asyncio 50% <ø> (+<1%) ⬆️
py312epolls 50% <ø> (+<1%) ⬆️
py37asyncio 50% <ø> (+<1%) ⬆️
py37epolls 50% <ø> (+<1%) ⬆️
py38asyncio 50% <ø> (+<1%) ⬆️
py38epolls 53% <ø> (+<1%) ⬆️
py38openssl 51% <ø> (+<1%) ⬆️
py38poll 53% <ø> (+<1%) ⬆️
py38selects 52% <ø> (+<1%) ⬆️
py39asyncio 50% <ø> (+<1%) ⬆️
py39dnspython1 51% <ø> (+<1%) ⬆️
py39epolls 53% <ø> (+<1%) ⬆️
py39poll 53% <ø> (+<1%) ⬆️
py39selects 52% <ø> (+<1%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@4383 4383 merged commit 06ec630 into eventlet:master Feb 16, 2024
29 checks passed
@4383 4383 mentioned this pull request Feb 19, 2024
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.

None yet

2 participants