aglinxinyuan opened a new issue, #4820:
URL: https://github.com/apache/texera/issues/4820

   ### Task Summary
   
   Six value/builder classes in 
`amber/src/main/scala/org/apache/texera/amber/engine/architecture/scheduling/config`
 currently have no unit tests:
   
   - `ChannelConfig.generateChannelConfigs` — channel layout per 
`PartitionInfo` (cross-product / fan-in / zip / empty branches, plus the 
`SinglePartition` size assertion)
   - `LinkConfig.toPartitioning` — translates each `PartitionInfo` subtype to 
its corresponding `Partitioning` and propagates parameters (hash attrs, range 
bounds, batch size)
   - `PortConfig` hierarchy — `OutputPortConfig`, 
`IntermediateInputPortConfig`, `InputPortConfig` and their `storageURIs` 
projections
   - `OperatorConfig.empty` and the case-class round-trip
   - `ResourceConfig` defaults
   - `WorkerConfig.generateWorkerConfigs` — non-parallelizable, 
suggested-count, and configured-default branches
   
   ### Priority
   P3 – Low
   
   ### Task Type
   - [x] Testing / QA


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to