Skip to content

Add Pixie notebook tests that account for non-linear workflows #995

@alex-l-kong

Description

@alex-l-kong

Is your feature request related to a problem? Please describe.

The current Pixie notebook tests assume linear workflows. In reality, users may run cells out of order, or begin at certain cells in certain states. We should think about what the common use-case scenarios are and explicitly test these.

Describe the solution you'd like

Pretty similar to the existing workflows, except we can simulate running the cells out of order in a separate test class.

Some common scenarios could be:

  1. Restarting from a particular step, with and without some FOV data already generated for that process
  2. Redoing the metacluster remapping
  3. Running a step multiple times with an explicit overwrite flag.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions