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

refactor: remove gomega #3169

Closed

Conversation

acpana
Copy link
Contributor

@acpana acpana commented Nov 23, 2023

  • Removes gomega from gatekeeper as it's only used for async assertions and we can cover all use cases with existing require/assert libs.
  • also small refactor for external_dataprovider_test to use testutils which fixes a small data race-y bug

@acpana acpana requested a review from a team as a code owner November 23, 2023 01:29
@acpana acpana changed the title refactor: remove gomega on top of syncset changes refactor: remove gomega Nov 23, 2023
Signed-off-by: Alex Pana <[email protected]>
@acpana acpana force-pushed the acpana/remove-gomega-r branch from 9224e64 to 6431504 Compare November 23, 2023 01:30
@codecov-commenter
Copy link

codecov-commenter commented Nov 23, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c0e231a) 53.75% compared to head (fb9ea86) 53.76%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3169   +/-   ##
=======================================
  Coverage   53.75%   53.76%           
=======================================
  Files         136      136           
  Lines       12198    12198           
=======================================
+ Hits         6557     6558    +1     
  Misses       5138     5138           
+ Partials      503      502    -1     
Flag Coverage Δ
unittests 53.76% <ø> (+<0.01%) ⬆️

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.

@acpana acpana requested a review from maxsmythe November 30, 2023 21:35
Copy link
Contributor

@JaydipGabani JaydipGabani left a comment

Choose a reason for hiding this comment

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

@acpana LGTM, please resolve the conflicts.

@maxsmythe
Copy link
Contributor

Closing this as acpana's attention is now elsewhere

@maxsmythe maxsmythe closed this Feb 29, 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.

4 participants