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

Revert "Redis asyncio testing (#881)" #911

Merged
merged 2 commits into from
Aug 25, 2023

Conversation

lrafeei
Copy link
Contributor

@lrafeei lrafeei commented Aug 25, 2023

This reverts commit 05cff1b.

This is part 1 of swapping PR #881 with PR #782

@github-actions
Copy link

github-actions bot commented Aug 25, 2023

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON bandit 2 0 4.94s
✅ PYTHON black 3 0 0 0.75s
✅ PYTHON flake8 3 0 0.39s
✅ PYTHON isort 3 0 0 0.2s
✅ PYTHON pylint 3 0 2.5s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@lrafeei lrafeei marked this pull request as ready for review August 25, 2023 17:58
@lrafeei lrafeei requested a review from a team August 25, 2023 17:59
@codecov-commenter
Copy link

Codecov Report

Merging #911 (bc1fc8b) into develop-swap-redis-asyncio-commits (399c81f) will decrease coverage by 0.05%.
The diff coverage is 100.00%.

@@                          Coverage Diff                           @@
##           develop-swap-redis-asyncio-commits     #911      +/-   ##
======================================================================
- Coverage                               81.69%   81.64%   -0.05%     
======================================================================
  Files                                     185      185              
  Lines                                   18638    18636       -2     
  Branches                                 3265     3265              
======================================================================
- Hits                                    15226    15216      -10     
- Misses                                   2496     2504       +8     
  Partials                                  916      916              
Files Changed Coverage Δ
newrelic/hooks/datastore_redis.py 82.56% <100.00%> (-6.63%) ⬇️

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@lrafeei lrafeei merged commit d7d0968 into develop-swap-redis-asyncio-commits Aug 25, 2023
45 of 46 checks passed
@lrafeei lrafeei deleted the revert-redis-asyncio branch August 25, 2023 20:27
@mergify mergify bot removed the tests-failing label Aug 25, 2023
@umaannamalai umaannamalai added this to the v9.0.0 milestone Aug 28, 2023
lrafeei added a commit that referenced this pull request Aug 28, 2023
* Revert "Redis asyncio testing (#881)" (#911)

* Revert "Redis asyncio testing (#881)"

This reverts commit 05cff1b.

* Add spublish to list of commands

* Fix redis.asyncio sync operations wrapper (#782)

* Fix redis.asyncio sync operations wrapper

* Add clean ups

* Fixes:
- `loop` -> noqa
- catch `TimeoutError` on `asyncio.timeout`

* Added separate instrumentation for redis.asyncio.client (#808)

* Added separate instrumentation for redis.asyncio.client

Merge main branch updates

Add tests for newrelic/config.py (#860)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

* Modify redis tests

* removed redis.asyncio from aioredis instrumentation

removed aioredis instrumentation in redis asyncio client

removed redis.asyncio from aioredis instrumentation

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Lalleh Rafeei <lrafeei@newrelic.com>
Co-authored-by: Lalleh Rafeei <84813886+lrafeei@users.noreply.github.com>

* Modify tests

* Tweak tests and instrumentation

* Tweak tests to separate aioredis and redis.asyncio

* Correctly separate commands to sync/async

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Ahmed <ahmedhropewala@gmail.com>
Co-authored-by: Lalleh Rafeei <lrafeei@newrelic.com>
Co-authored-by: Lalleh Rafeei <84813886+lrafeei@users.noreply.github.com>

* Remove formatting in import

---------

Co-authored-by: Błażej Cyrzon <36710760+bc291@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Ahmed <ahmedhropewala@gmail.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.

3 participants