Skip to content

[Bug]: pixi run local-start loads gubbins by default #986

Description

@ryuwd

Search before creating an issue

  • I have searched existing issues and confirmed this is not a duplicate

Bug Description

pixi run local-start provides a local running setup of diracx with gubbins installed. Gubbins introduces some example extensions which unfortunately replace some functionality like setting job attributes (making it a no-op) which makes it difficult to test job related functionality with run-local.

Steps to Reproduce

  1. pixi run local-start

  2. submit a job inside pixi run local-shell with dirac job submit blah.jdl

  3. try to set the job status to Waiting

Expected Behavior

The job status should change to Waiting. run-local shouldn't be loading Gubbins JobDB, etc.

Actual Behavior

The job status does not update. run-local loads GubbinsJobDB instead of JobDB, etc...

Environment

macOS.

Relevant Log Output

Additional Context

The fix is not to install gubbins for the task local-start and have a separate gubbins environment for local-start if needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions