-
Notifications
You must be signed in to change notification settings - Fork 128
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
tests: add integration tests to avoid false diffs in plugin protocols #1585
tests: add integration tests to avoid false diffs in plugin protocols #1585
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1585 +/- ##
=======================================
Coverage 28.91% 28.91%
=======================================
Files 62 62
Lines 6765 6765
=======================================
Hits 1956 1956
Misses 4667 4667
Partials 142 142 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Note: failing tests in CI should be fixed with https://github.com/Kong/deck/pull/1586/files |
go.mod
Outdated
@@ -13,7 +13,7 @@ require ( | |||
github.com/fatih/color v1.18.0 | |||
github.com/google/go-cmp v0.7.0 | |||
github.com/kong/go-apiops v0.1.41 | |||
github.com/kong/go-database-reconciler v1.22.1 | |||
github.com/kong/go-database-reconciler v1.22.2-0.20250403105251-3a1014c74cf4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll bump the version once the failing tests are fixed on main and rebased here.
4002ad7
to
5854e71
Compare
Changes
tests: add integration tests to verify no false diff when protocols are reordered in plugins
Fixes #1571
Depends on:
Kong/go-database-reconciler#240