Skip to content

Remove the fully commented-out PythonWorkflowWorkerSpec #7445

Description

@aglinxinyuan

Task Summary

PythonWorkflowWorkerSpec.scala contributes zero test suites — every line in it is commented out, including the package declaration, so it compiles to a licence header.

File Lines Live lines
amber/.../engine/architecture/pythonworker/PythonWorkflowWorkerSpec.scala 201 0

The commented body targets APIs deleted long ago (InitializeOperatorLogicHandler, UpdateInputLinkingHandler, OpenOperator, engine.common.Constants, the old PhysicalLink shape), so it cannot be un-commented as-is. Live PythonWorkflowWorker coverage lives in the @IntegrationTest e2e specs, which this file does not participate in.

Pure deletion, no behaviour change: −201 lines.

Task Type

  • Refactor / Cleanup

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions