Refactor Job manager routes #226
Annotations
3 errors and 1 warning
Run pytest:
extensions/gubbins/gubbins-client/tests/test_gubbins_client.py#L141
test_async_client_extension
AssertionError: Traceback (most recent call last):
File "/tmp/pytest-of-runner/pytest-0/test_async_client_extension0/test_client_ext.py", line 12, in <module>
asyncio.run(main())
File "/home/runner/micromamba/envs/test-env/lib/python3.11/asyncio/runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/home/runner/micromamba/envs/test-env/lib/python3.11/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/micromamba/envs/test-env/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/tmp/pytest-of-runner/pytest-0/test_async_client_extension0/test_client_ext.py", line 7, in main
async with DiracClient() as api:
^^^^^^^^^^^^^
File "/home/runner/micromamba/envs/test-env/lib/python3.11/site-packages/diracx/client/patches/aio/utils.py", line 163, in __init__
super().__init__( # type: ignore
File "/home/runner/micromamba/envs/test-env/lib/python3.11/site-packages/gubbins/client/generated/aio/_client.py", line 82, in __init__
self.auth = AuthOperations(
^^^^^^^^^^^^^^^
File "/home/runner/micromamba/envs/test-env/lib/python3.11/site-packages/gubbins/client/generated/aio/operations/_operations.py", line 230, in __init__
raise_if_not_implemented(
File "/home/runner/micromamba/envs/test-env/lib/python3.11/site-packages/gubbins/client/generated/aio/_vendor.py", line 16, in raise_if_not_implemented
raise NotImplementedError(
NotImplementedError: The following methods on operation group 'AuthOperations' are not implemented: 'token'. Please refer to https://aka.ms/azsdk/python/dpcodegen/python/customize to learn how to customize.
|
Run pytest:
extensions/gubbins/gubbins-client/tests/test_gubbins_client.py#L178
test_async_gubbins_client
AssertionError: Traceback (most recent call last):
File "/tmp/pytest-of-runner/pytest-0/test_async_gubbins_client0/test_client_ext.py", line 12, in <module>
asyncio.run(main())
File "/home/runner/micromamba/envs/test-env/lib/python3.11/asyncio/runners.py", line 190, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/home/runner/micromamba/envs/test-env/lib/python3.11/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runner/micromamba/envs/test-env/lib/python3.11/asyncio/base_events.py", line 654, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/tmp/pytest-of-runner/pytest-0/test_async_gubbins_client0/test_client_ext.py", line 7, in main
async with GubbinsClient() as api:
^^^^^^^^^^^^^^^
File "/home/runner/micromamba/envs/test-env/lib/python3.11/site-packages/diracx/client/patches/aio/utils.py", line 163, in __init__
super().__init__( # type: ignore
File "/home/runner/micromamba/envs/test-env/lib/python3.11/site-packages/gubbins/client/generated/aio/_client.py", line 82, in __init__
self.auth = AuthOperations(
^^^^^^^^^^^^^^^
File "/home/runner/micromamba/envs/test-env/lib/python3.11/site-packages/gubbins/client/generated/aio/operations/_operations.py", line 230, in __init__
raise_if_not_implemented(
File "/home/runner/micromamba/envs/test-env/lib/python3.11/site-packages/gubbins/client/generated/aio/_vendor.py", line 16, in raise_if_not_implemented
raise NotImplementedError(
NotImplementedError: The following methods on operation group 'AuthOperations' are not implemented: 'token'. Please refer to https://aka.ms/azsdk/python/dpcodegen/python/customize to learn how to customize.
|
Run pytest
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading