Skip to content

add unit test coverage for Python InputManager #6486

Description

@eugenegujing

Task Summary

amber/src/main/python/core/architecture/packaging/input_manager.py is the Python worker's input-side bookkeeping (instantiated per worker in Context).

Note the Scala engine's InputManager was covered by #5450 / PR #5451; this task is its untested Python counterpart. Nothing in amber/src/test/python imports this module — existing runnables tests exercise it only indirectly through MainLoop. All of the above is unit-testable directly with an InternalQueue, in-memory Schema/ArrowTableTupleProvider inputs, and stubbed reader runnables.

Task Type

  • Refactor / Cleanup
  • DevOps / Deployment / CI
  • Testing / QA
  • Documentation
  • Performance
  • Other

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Fields

No fields configured for Task.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions