Skip to content

[THIS UNBLOCKS DEV] fix(allowed features): int test, log, erroring#8768

Merged
aaronArinder merged 3 commits intodevfrom
aaron/fix-allowed-feats-int-tests
Dec 18, 2025
Merged

[THIS UNBLOCKS DEV] fix(allowed features): int test, log, erroring#8768
aaronArinder merged 3 commits intodevfrom
aaron/fix-allowed-feats-int-tests

Conversation

@aaronArinder
Copy link
Contributor


kind of weird, but here's what you'll see in the failing ci/cd runs for the other branches:

  • a log saying the jwt has expired (it hasn't)
  • a router config validation failures

what happened:

  • the logs changed because we crossed over the warnAt threshold (a few hours ago), so we aren't able to match on the logs we expect to be there
  • some funky copy-pasting of the test, I think; we need replace_config_string() for the config to get the target values (otherwise it'll fail for an invalid uri char)
  • some funky copy-pasting of the logs; we have an error-level log that should be warn saying the jwt has expired when it hasn't, it's just past it's warnAt date
  • a bypass of the licensing when in a warnAt state (ie, we need to actually return an error, not just log out violations)

Checklist

Complete the checklist (and note appropriate exceptions) before the PR is marked ready-for-review.

  • PR description explains the motivation for the change and relevant context for reviewing
  • PR description links appropriate GitHub/Jira tickets (creating when necessary)
  • Changeset is included for user-facing changes
  • Changes are compatible1
  • Documentation2 completed
  • Performance impact assessed and acceptable
  • Metrics and logs are added3 and documented
  • Tests added and passing4
    • Unit tests
    • Integration tests
    • Manual tests, as necessary

Exceptions

Note any exceptions here

Notes

Footnotes

  1. It may be appropriate to bring upcoming changes to the attention of other (impacted) groups. Please endeavour to do this before seeking PR approval. The mechanism for doing this will vary considerably, so use your judgement as to how and when to do this.

  2. Configuration is an important part of many changes. Where applicable please try to document configuration examples.

  3. A lot of (if not most) features benefit from built-in observability and debug-level logs. Please read this guidance on metrics best-practices.

  4. Tick whichever testing boxes are applicable. If you are adding Manual Tests, please document the manual testing (extensively) in the Exceptions.

@aaronArinder aaronArinder requested a review from a team December 16, 2025 21:59
@apollo-librarian
Copy link

apollo-librarian bot commented Dec 16, 2025

✅ Docs preview has no changes

The preview was not built because there were no changes.

Build ID: 0a93565ac9c53698ee9709ce
Build Logs: View logs

@github-actions

This comment has been minimized.

@aaronArinder aaronArinder requested a review from a team as a code owner December 17, 2025 16:52
@aaronArinder aaronArinder force-pushed the aaron/fix-allowed-feats-int-tests branch from bdd83cc to 7c69576 Compare December 17, 2025 18:25
@aaronArinder aaronArinder enabled auto-merge (squash) December 17, 2025 18:59
@aaronArinder aaronArinder changed the title fix(allowed features): int test, log, erroring [THIS UNBLOCKS DEV] fix(allowed features): int test, log, erroring Dec 17, 2025
Copy link
Member

@calvincestari calvincestari left a comment

Choose a reason for hiding this comment

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

I''m going to approve because it all seems correct to me; I understand the intent, the code looks correct, and we need to unblock PRs. I would still recommend getting someone more familiar with Router code to approve too though.

@bnjjj

This comment has been minimized.

@aaronArinder aaronArinder merged commit 6d91882 into dev Dec 18, 2025
14 of 15 checks passed
@aaronArinder aaronArinder deleted the aaron/fix-allowed-feats-int-tests branch December 18, 2025 18:24
@abernix abernix mentioned this pull request Jan 27, 2026
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.

3 participants