feat: use dedicated fragments for AGW token generation #384
checks.yaml
on: pull_request
Code Quality Checks
9s
Annotations
10 errors and 5 warnings
|
ty (not-iterable):
tests/agentgateway/integration/test_agw_bdd.py#L216
tests/agentgateway/integration/test_agw_bdd.py:216:17: not-iterable: Object of type `list[MCPTool] | None` may not be iterable
info: It may not have an `__iter__` method or a `__getitem__` method
info: rule `not-iterable` is enabled by default
|
|
ty (not-iterable):
tests/agentgateway/integration/test_agw_bdd.py#L207
tests/agentgateway/integration/test_agw_bdd.py:207:17: not-iterable: Object of type `list[MCPTool] | None` may not be iterable
info: It may not have an `__iter__` method or a `__getitem__` method
info: rule `not-iterable` is enabled by default
|
|
ty (invalid-argument-type):
tests/agentgateway/integration/test_agw_bdd.py#L201
tests/agentgateway/integration/test_agw_bdd.py:201:16: invalid-argument-type: Argument to function `len` is incorrect: Expected `Sized`, found `list[MCPTool] | None`
info: Element `None` of this union is not assignable to `Sized`
stdlib/builtins.pyi:3784:5: info: Function defined here
stdlib/builtins.pyi:3784:9: Parameter declared here
info: rule `invalid-argument-type` is enabled by default
|
|
ty (unresolved-attribute):
tests/agentgateway/integration/test_agw_bdd.py#L153
tests/agentgateway/integration/test_agw_bdd.py:153:17: unresolved-attribute: Attribute `access_token` is not defined on `None` in union `AuthResult | None`
info: rule `unresolved-attribute` is enabled by default
|
|
ty (unresolved-attribute):
tests/agentgateway/integration/test_agw_bdd.py#L151
tests/agentgateway/integration/test_agw_bdd.py:151:16: unresolved-attribute: Attribute `access_token` is not defined on `None` in union `AuthResult | None`
info: rule `unresolved-attribute` is enabled by default
|
|
ty (unresolved-attribute):
tests/agentgateway/integration/test_agw_bdd.py#L145
tests/agentgateway/integration/test_agw_bdd.py:145:16: unresolved-attribute: Attribute `gateway_url` is not defined on `None` in union `AuthResult | None`
info: rule `unresolved-attribute` is enabled by default
|
|
ty (unresolved-attribute):
tests/agentgateway/integration/test_agw_bdd.py#L139
tests/agentgateway/integration/test_agw_bdd.py:139:12: unresolved-attribute: Attribute `gateway_url` is not defined on `None` in union `AuthResult | None`
info: rule `unresolved-attribute` is enabled by default
|
|
ty (unresolved-attribute):
tests/agentgateway/integration/test_agw_bdd.py#L138
tests/agentgateway/integration/test_agw_bdd.py:138:23: unresolved-attribute: Attribute `gateway_url` is not defined on `None` in union `AuthResult | None`
info: rule `unresolved-attribute` is enabled by default
|
|
ty (unresolved-attribute):
tests/agentgateway/integration/test_agw_bdd.py#L132
tests/agentgateway/integration/test_agw_bdd.py:132:12: unresolved-attribute: Attribute `access_token` is not defined on `None` in union `AuthResult | None`
info: rule `unresolved-attribute` is enabled by default
|
|
ty (unresolved-attribute):
tests/agentgateway/integration/test_agw_bdd.py#L131
tests/agentgateway/integration/test_agw_bdd.py:131:23: unresolved-attribute: Attribute `access_token` is not defined on `None` in union `AuthResult | None`
info: rule `unresolved-attribute` is enabled by default
|
|
Code Quality Checks
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, astral-sh/setup-uv@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
ty (unused-ignore-comment):
tests/dms/integration/test_dms_bdd.py#L131
tests/dms/integration/test_dms_bdd.py:131:65: unused-ignore-comment: Unused `ty: ignore` directive
help: Remove the unused suppression comment
|
|
ty (unused-ignore-comment):
tests/dms/integration/conftest.py#L17
tests/dms/integration/conftest.py:17:73: unused-ignore-comment: Unused `ty: ignore` directive
help: Remove the unused suppression comment
|
|
ty (unused-ignore-comment):
tests/core/unit/auditlog_ng/unit/test_client.py#L37
tests/core/unit/auditlog_ng/unit/test_client.py:37:33: unused-ignore-comment: Unused `ty: ignore` directive
help: Remove the unused suppression comment
|
|
Code Quality Checks
Failed to restore: Cache service responded with 400
|