Skip to content

DM-50550: Enable exception diagnostics output in pipetask report #339

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

enourbakhsh
Copy link
Contributor

Checklist

  • ran Jenkins
  • added a release note for user-visible changes to doc/changes

Copy link

codecov bot commented May 8, 2025

❌ 11 Tests Failed:

Tests completed Failed Passed Skipped
36 11 25 0
View the top 3 failed test(s) by shortest run time
tests/test_cliCmdCleanup.py::tests.test_cliCmdCleanup
Stack Traces | 0s run time
tests/test_cliCmdCleanup.py:33: in <module>
    from lsst.ctrl.mpexec.cli.pipetask import cli as pipetask_cli
.../mpexec/cli/pipetask.py:30: in <module>
    from lsst.daf.butler.cli.butler import LoaderCLI
.../test/lib/python3.13.../butler/cli/butler.py:105: in <module>
    class LoaderCLI(click.MultiCommand, abc.ABC):
E   TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases
tests/test_cmdLineFwk.py::tests.test_cmdLineFwk
Stack Traces | 0s run time
tests/test_cmdLineFwk.py:81: in <module>
    from lsst.pipe.base.tests.simpleQGraph import (
.../test/lib/python3.13.../base/tests/simpleQGraph.py:40: in <module>
    import lsst.daf.butler.tests as butlerTests
.../test/lib/python3.13.../butler/tests/__init__.py:32: in <module>
    from .cliCmdTestBase import CliCmdTestBase
.../test/lib/python3.13.../butler/tests/cliCmdTestBase.py:36: in <module>
    from ..cli import butler
.../test/lib/python3.13.../butler/cli/butler.py:105: in <module>
    class LoaderCLI(click.MultiCommand, abc.ABC):
E   TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases
tests/test_taskFactory.py::tests.test_taskFactory
Stack Traces | 0s run time
tests/test_taskFactory.py:35: in <module>
    import lsst.daf.butler.tests as butlerTests
.../test/lib/python3.13.../butler/tests/__init__.py:32: in <module>
    from .cliCmdTestBase import CliCmdTestBase
.../test/lib/python3.13.../butler/tests/cliCmdTestBase.py:36: in <module>
    from ..cli import butler
.../test/lib/python3.13.../butler/cli/butler.py:105: in <module>
    class LoaderCLI(click.MultiCommand, abc.ABC):
E   TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases

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

@enourbakhsh enourbakhsh force-pushed the tickets/DM-50550 branch 16 times, most recently from 676e927 to fcd4926 Compare May 11, 2025 21:15
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.

1 participant