Thanks to visit codestin.com
Credit goes to github.com

Skip to content

tests: fixes for upcoming 3.15 gateway release#2115

Merged
Prashansa-K merged 3 commits into
mainfrom
tests/3-15-corrections
Jun 19, 2026
Merged

tests: fixes for upcoming 3.15 gateway release#2115
Prashansa-K merged 3 commits into
mainfrom
tests/3-15-corrections

Conversation

@Prashansa-K

@Prashansa-K Prashansa-K commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

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

@Prashansa-K Prashansa-K changed the title tests: fixes for upcomng 3.15 gateway release tests: fixes for upcoming 3.15 gateway release Jun 18, 2026
@codecov-commenter

codecov-commenter commented Jun 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 33.17%. Comparing base (6424dc6) to head (7a393c9).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Prashansa-K Prashansa-K added the skip-oss Skip Open Source Integration Tests in CI label Jun 18, 2026
Comment thread tests/integration/sync_test.go Outdated
// proxy functionality, which should return a 200.
func Test_Sync_Vault(t *testing.T) {
// Skipping till we make this test more resilient
t.Skip()

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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.

@Prashansa-K Prashansa-K added the skip-konnect Skip Konnect Integration tests in CI label Jun 19, 2026
@Prashansa-K

Copy link
Copy Markdown
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.

@Prashansa-K

Copy link
Copy Markdown
Contributor Author

https://github.com/Kong/deck/actions/runs/27809703711/job/82297036933
Tested the new commit against 3.15 rc. 🟢

@Prashansa-K Prashansa-K merged commit 9f4b35a into main Jun 19, 2026
38 of 65 checks passed
@Prashansa-K Prashansa-K deleted the tests/3-15-corrections branch June 19, 2026 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-konnect Skip Konnect Integration tests in CI skip-oss Skip Open Source Integration Tests in CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants