Add URLEndpointListener QE tests and TLS support in iOS TestServer #1278
Annotations
12 errors and 4 warnings
|
python-format
The process '/opt/hostedtoolcache/ruff/0.15.10/x86_64/ruff' failed with exit code 1
|
|
ruff (F401):
tests/QE/test_peer_to_peer.py#L20
tests/QE/test_peer_to_peer.py:20:5: F401 `cbltest.api.replicator_types.WaitForDocumentEventEntry` imported but unused
help: Remove unused import
|
|
ruff (F401):
tests/QE/test_peer_to_peer.py#L18
tests/QE/test_peer_to_peer.py:18:5: F401 `cbltest.api.replicator_types.ReplicatorDocumentFlags` imported but unused
help: Remove unused import
|
|
ruff (F401):
tests/QE/test_peer_to_peer.py#L16
tests/QE/test_peer_to_peer.py:16:5: F401 `cbltest.api.replicator_types.ReplicatorBasicAuthenticator` imported but unused
help: Remove unused import
|
|
ruff (F401):
tests/QE/test_peer_to_peer.py#L12
tests/QE/test_peer_to_peer.py:12:40: F401 `cbltest.api.database_types.DocumentEntry` imported but unused
help: Remove unused import: `cbltest.api.database_types.DocumentEntry`
|
|
ruff (F401):
tests/QE/test_peer_to_peer.py#L11
tests/QE/test_peer_to_peer.py:11:31: F401 `cbltest.api.cloud.CouchbaseCloud` imported but unused
help: Remove unused import: `cbltest.api.cloud.CouchbaseCloud`
|
|
ruff (F401):
tests/QE/test_peer_to_peer.py#L8
tests/QE/test_peer_to_peer.py:8:21: F401 `aiohttp.BasicAuth` imported but unused
help: Remove unused import: `aiohttp.BasicAuth`
|
|
ruff (F401):
tests/QE/test_peer_to_peer.py#L5
tests/QE/test_peer_to_peer.py:5:20: F401 `random.randint` imported but unused
help: Remove unused import: `random.randint`
|
|
ruff (F401):
tests/QE/test_peer_to_peer.py#L2
tests/QE/test_peer_to_peer.py:2:8: F401 `json` imported but unused
help: Remove unused import: `json`
|
|
ruff (I001):
tests/QE/test_peer_to_peer.py#L1
tests/QE/test_peer_to_peer.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (I001):
client/src/cbltest/api/listener.py#L1
client/src/cbltest/api/listener.py:1:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ty
Process completed with exit code 1.
|
|
client-test
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@v6. 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/
|
|
python-format
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/ruff-action@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/
|
|
python-lint
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/ruff-action@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
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@v6. 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/
|