Skip to content

add unit test coverage for AmberFIFOChannel and WorkerPort #4830

Description

@aglinxinyuan

Task Summary

AmberFIFOChannel implements per-channel exactly-once FIFO ordering with credit accounting; WorkerPort is the per-input-port worker-side state value. Neither is currently tested. Add focused specs covering the FIFO ordering branches (in-order delivery, out-of-order stash, duplicate drop), credit accounting on take, enable/disable, port-id association, plus the WorkerPort case-class defaults / mutation / equality.

WorkerTimerService is intentionally skipped because it is a thin wrapper around AkkaActorService.sendToSelfWithFixedDelay.

Priority

P3 – Low

Task Type

  • Testing / QA

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions