tests: fixes for upcoming 3.15 gateway release#2115
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2115 +/- ##
=======================================
Coverage 33.17% 33.17%
=======================================
Files 78 78
Lines 7433 7433
=======================================
Hits 2466 2466
Misses 4763 4763
Partials 204 204 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
| // proxy functionality, which should return a 200. | ||
| func Test_Sync_Vault(t *testing.T) { | ||
| // Skipping till we make this test more resilient | ||
| t.Skip() |
Contributor
There was a problem hiding this comment.
Rather than skipping the entire test, can we comment out the part where we make http request to a route that proxies to httpbin?
We can still test for kong state reliably.
Contributor
Author
|
The new commit has added vault test back which is limited to EE. Hence, skipped the konnect tests. They ran successfully the last time. |
Contributor
Author
|
https://github.com/Kong/deck/actions/runs/27809703711/job/82297036933 |
harshadixit12
approved these changes
Jun 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Schema changes led to some failures in pre-existing tests for 3.15
Adding those changes here.
Also, ignored config checking for conditional plugins as our aim is to check
for "condition" field. Each new release will lead to more config variations and we
don't wish to bloat the tests.
Validated the fixes for 3.15 here: https://github.com/Kong/deck/actions/runs/27747469499/job/82089250439