=== ETAPA 9: WORKERS ASSINCRONOS TESTS === --- T9.1 Infra --- PASS T9.1.01 JobSerializer serializa/deserializa PASS T9.1.02 QueueManager route map tem todos eventos PASS T9.1.03 BaseWorker retry delays exponenciais PASS T9.1.04 bin/worker.php existe e e executavel PASS T9.1.05 supervisor config tem todos workers --- T9.2 OmsWorker --- [2026-04-04 02:53:10] [OmsWorker] Payment paid for order #129 [2026-04-04 02:53:10] [OmsWorker] Created 1 splits for order #129 PASS T9.2.01 payment.paid confirma pedido + cria splits [2026-04-04 02:53:10] [OmsWorker] Cancelled splits for order #130 PASS T9.2.02 order.cancelled cancela splits --- T9.3 StockWorker --- [2026-04-04 02:53:10] [StockWorker] Reserved 3 of product #219 in WH #1 PASS T9.3.01 order.splits_created reserva estoque [2026-04-04 02:53:10] [StockWorker] Reserved 3 of product #220 in WH #1 [2026-04-04 02:53:10] [StockWorker] Released 3 of product #220 PASS T9.3.02 order.cancelled libera reservas --- T9.4 FulfillmentWorker --- [2026-04-04 02:53:10] [FulfillmentWorker] Creating picking order for product #221 in WH #1 [2026-04-04 02:53:10] [FulfillmentWorker] Created picking order PCK-20260404-29976 PASS T9.4.01 stock.reserved cria picking order [2026-04-04 02:53:10] [FulfillmentWorker] Created shipment SHP-20260404-66050 for split #59 PASS T9.4.02 picking.completed cria shipment --- T9.5 NotificationWorker --- [2026-04-04 02:53:10] [NotificationWorker] Notification sent to user #352: Pedido enviado! PASS T9.5.01 shipment.shipped cria notificacao === RESULTADO === Total: 12 | PASS: 12 | FAIL: 0 ALL TESTS PASSED!