mirror of
https://github.com/hibiken/asynq.git
synced 2026-07-25 23:16:44 +08:00
Add tests for all uncovered BatchEnqueueContext error paths: nil task, empty/blank typename, invalid options, group rejection, unique rejection, and broker-down (sleeping broker). Add pipeline error test for rdb.BatchEnqueue via cancelled context, and TestTaskOptions/TestTaskOptionsNil for the new Options() accessor on Task.