Skip to content

chore: Add merge_bots task - #703

Open
ari-nz wants to merge 16 commits into
mainfrom
chore/merge_bots_task
Open

chore: Add merge_bots task#703
ari-nz wants to merge 16 commits into
mainfrom
chore/merge_bots_task

Conversation

@ari-nz

@ari-nz ari-nz commented Jul 30, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

@ari-nz
ari-nz requested a review from a team as a code owner July 30, 2026 13:56
@codecov

codecov Bot commented Jul 30, 2026

Copy link
Copy Markdown

❌ 2 Tests Failed:

Tests completed Failed Passed Skipped
998 2 996 15
View the top 2 failed test(s) by shortest run time
pytest::internal
Stack Traces | 0s run time
Traceback (most recent call last):
  File ".../python-sdk/python-sdk/.nox............................................./test-3-14-3/lib/python3.14....../site-packages/_pytest/main.py", line 330, in wrap_session
    session.exitstatus = doit(config, session) or 0
                         ~~~~^^^^^^^^^^^^^^^^^
  File ".../python-sdk/python-sdk/.nox............................................./test-3-14-3/lib/python3.14....../site-packages/_pytest/main.py", line 384, in _main
    config.hook.pytest_runtestloop(session=session)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
  File ".../python-sdk/python-sdk/.nox............................................./test-3-14-3/lib/python3.14.../site-packages/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
           ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File ".../python-sdk/python-sdk/.nox............................................./test-3-14-3/lib/python3.14.../site-packages/pluggy/_manager.py", line 120, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File ".../python-sdk/python-sdk/.nox............................................./test-3-14-3/lib/python3.14............/site-packages/pluggy/_callers.py", line 167, in _multicall
    raise exception
  File ".../python-sdk/python-sdk/.nox............................................./test-3-14-3/lib/python3.14............/site-packages/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File ".../python-sdk/python-sdk/.nox............................................./test-3-14-3/lib/python3.14.../site-packages/_pytest/logging.py", line 816, in pytest_runtestloop
    return (yield)  # Run all the tests.
            ^^^^^
  File ".../python-sdk/python-sdk/.nox............................................./test-3-14-3/lib/python3.14............/site-packages/pluggy/_callers.py", line 139, in _multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File ".../python-sdk/python-sdk/.nox............................................./test-3-14-3/lib/python3.14.../site-packages/_pytest/terminal.py", line 708, in pytest_runtestloop
    result = yield
             ^^^^^
  File ".../python-sdk/python-sdk/.nox............................................./test-3-14-3/lib/python3.14............/site-packages/pluggy/_callers.py", line 152, in _multicall
    teardown.send(result)
    ~~~~~~~~~~~~~^^^^^^^^
  File ".../python-sdk/python-sdk/.nox............................................./test-3-14-3/lib/python3.14.../site-packages/pytest_cov/plugin.py", line 352, in pytest_runtestloop
    self.cov_controller.finish()
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File ".../python-sdk/python-sdk/.nox............................................./test-3-14-3/lib/python3.14....../site-packages/pytest_cov/engine.py", line 44, in ensure_topdir_wrapper
    return meth(self, *args, **kwargs)
  File ".../python-sdk/python-sdk/.nox............................................./test-3-14-3/lib/python3.14....../site-packages/pytest_cov/engine.py", line 270, in finish
    self.cov.stop()
    ~~~~~~~~~~~~~^^
  File ".../python-sdk/python-sdk/.nox............................................./test-3-14-3/lib/python3.14.../site-packages/coverage/control.py", line 729, in stop
    self._collector.stop()
    ~~~~~~~~~~~~~~~~~~~~^^
  File ".../python-sdk/python-sdk/.nox............................................./test-3-14-3/lib/python3.14.../site-packages/coverage/collector.py", line 344, in stop
    assert self._collectors[-1] is self, (
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Expected current collector to be <Collector at 0x7fc9850a17f0: SysMonitor>, but it's <Collector at 0x7fc952c220d0: SysMonitor>
tests.aignostics.application.cli_test::test_cli_run_result_delete_fails_on_no_arg
Stack Traces | 0.026s run time
runner = <typer.testing.CliRunner object at 0x7ff566b98f30>
record_property = <function record_property.<locals>.append_property at 0x7ff568dc9f30>

    @pytest.mark.integration
    def test_cli_run_result_delete_fails_on_no_arg(runner: CliRunner, record_property) -> None:
        """Check run result delete command runs successfully."""
        record_property("tested-item-id", "SPEC-APPLICATION-SERVICE")
        result = runner.invoke(cli, ["application", "run", "result", "delete"])
>       assert "Missing argument 'RUN_ID'." in normalize_output(result.stderr)
E       assert "Missing argument 'RUN_ID'." in "Usage: root application run result delete [OPTIONS] {run_id}Try 'root application run result delete --help' for help.╭─ Error ──────────────────────────────────────────────────────────────────────╮│ Missing argument 'run_id'.                                                   │╰──────────────────────────────────────────────────────────────────────────────╯"
E        +  where "Usage: root application run result delete [OPTIONS] {run_id}Try 'root application run result delete --help' for help.╭─ Error ──────────────────────────────────────────────────────────────────────╮│ Missing argument 'run_id'.                                                   │╰──────────────────────────────────────────────────────────────────────────────╯" = normalize_output("\x1b[1;33mUsage: \x1b[0m\x1b[1mroot application run result delete [OPTIONS] {run_id}\x1b[0m\n\x1b[2mTry \x1b[0m\x1b[2;34m'root application run result delete \x1b[0m\x1b[1;2;34m-\x1b[0m\x1b[1;2;34m-help\x1b[0m\x1b[2;34m'\x1b[0m\x1b[2m for help.\x1b[0m\n\x1b[31m╭─\x1b[0m\x1b[31m Error \x1b[0m\x1b[31m─────────────────────────────────────────────────────────────────────\x1b[0m\x1b[31m─╮\x1b[0m\n\x1b[31m│\x1b[0m Missing argument 'run_id'.                                                   \x1b[31m│\x1b[0m\n\x1b[31m╰──────────────────────────────────────────────────────────────────────────────╯\x1b[0m\n")
E        +    where "\x1b[1;33mUsage: \x1b[0m\x1b[1mroot application run result delete [OPTIONS] {run_id}\x1b[0m\n\x1b[2mTry \x1b[0m\x1b[2;34m'root application run result delete \x1b[0m\x1b[1;2;34m-\x1b[0m\x1b[1;2;34m-help\x1b[0m\x1b[2;34m'\x1b[0m\x1b[2m for help.\x1b[0m\n\x1b[31m╭─\x1b[0m\x1b[31m Error \x1b[0m\x1b[31m─────────────────────────────────────────────────────────────────────\x1b[0m\x1b[31m─╮\x1b[0m\n\x1b[31m│\x1b[0m Missing argument 'run_id'.                                                   \x1b[31m│\x1b[0m\n\x1b[31m╰──────────────────────────────────────────────────────────────────────────────╯\x1b[0m\n" = <Result SystemExit(2)>.stderr

.../aignostics/application/cli_test.py:1040: AssertionError

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@sonarqubecloud

Copy link
Copy Markdown

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