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 sync modules (except search) tests to cluster CI #2850

Merged
merged 14 commits into from Aug 3, 2023

Conversation

dvora-h
Copy link
Collaborator

@dvora-h dvora-h commented Jul 16, 2023

Pull Request check-list

Please make sure to review and check all of these items:

  • Does $ tox pass with this change (including linting)?
  • Do the CI tests pass with this change (enable it first in your forked repo and wait for the github action build to finish)?
  • Is the new or changed code fully tested?
  • Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?
  • Is there an example added to the examples folder (if applicable)?
  • Was the change added to CHANGES file?

NOTE: these things are not required to open a PR and can be done
afterwards / while the PR is open.

Description of change

Please provide a description of the change here.

@dvora-h dvora-h added the maintenance Maintenance (CI, Releases, etc) label Jul 16, 2023
@dvora-h dvora-h requested a review from chayim July 16, 2023 21:25
@codecov-commenter
Copy link

codecov-commenter commented Jul 16, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.03% ⚠️

Comparison is base (8e5d5ce) 90.98% compared to head (f11f7d3) 90.96%.
Report is 4 commits behind head on master.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2850      +/-   ##
==========================================
- Coverage   90.98%   90.96%   -0.03%     
==========================================
  Files         126      126              
  Lines       32295    32178     -117     
==========================================
- Hits        29385    29272     -113     
+ Misses       2910     2906       -4     
Files Changed Coverage Δ
tests/test_graph.py 98.18% <ø> (-0.14%) ⬇️
redis/commands/bf/__init__.py 93.16% <100.00%> (ø)
redis/commands/helpers.py 88.23% <100.00%> (+0.73%) ⬆️
redis/commands/json/__init__.py 97.82% <100.00%> (+2.17%) ⬆️
redis/commands/timeseries/__init__.py 96.00% <100.00%> (+4.00%) ⬆️
tests/test_asyncio/test_bloom.py 99.31% <100.00%> (ø)
tests/test_asyncio/test_json.py 99.78% <100.00%> (+<0.01%) ⬆️
tests/test_bloom.py 99.31% <100.00%> (-0.06%) ⬇️
tests/test_json.py 99.80% <100.00%> (-0.02%) ⬇️
tests/test_timeseries.py 90.92% <100.00%> (-0.49%) ⬇️

... and 6 files with indirect coverage changes

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

@dvora-h dvora-h merged commit 66bad8e into redis:master Aug 3, 2023
55 checks passed
@dvora-h dvora-h deleted the modules-cluster-ci branch August 6, 2023 03:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Maintenance (CI, Releases, etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants