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

Run e2e tests on mysql and redis index backends #2079

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

cmurphy
Copy link
Contributor

@cmurphy cmurphy commented Apr 12, 2024

Ensure both index storage backend paths are functionally tested.

Summary

Release Note

Documentation

Ensure both index storage backend paths are functionally tested.

Signed-off-by: Colleen Murphy <colleenmurphy@google.com>
run: ./tests/e2e-test.sh
env:
INDEX_BACKEND: redis
- name: Refactor-e2e mysql index # this will a WIP to move all the tests to respective packages
Copy link
Contributor Author

Choose a reason for hiding this comment

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

It looks like this refactor was started two years ago and never finished, I'm not sure it's worth duplicating these steps or which step should be preferred.

Copy link
Member

Choose a reason for hiding this comment

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

this seems reasonable to me at first glance

Copy link

codecov bot commented Apr 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 48.92%. Comparing base (488eb97) to head (efa27ed).
Report is 81 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2079       +/-   ##
===========================================
- Coverage   66.46%   48.92%   -17.54%     
===========================================
  Files          92       80       -12     
  Lines        9258     6639     -2619     
===========================================
- Hits         6153     3248     -2905     
- Misses       2359     2987      +628     
+ Partials      746      404      -342     
Flag Coverage Δ
e2etests ?
unittests 48.92% <ø> (+1.23%) ⬆️

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.

Copy link
Member

@cpanato cpanato left a comment

Choose a reason for hiding this comment

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

thanks

@bobcallaway bobcallaway merged commit 2fafbc5 into sigstore:main Apr 12, 2024
14 checks passed
@github-actions github-actions bot added this to the v1.2.2 milestone Apr 12, 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

3 participants