feat: graduate list collaboration to stable #29
dev-workflow-tests.yml
on: pull_request
shared-dev-infra
2m 3s
Annotations
2 errors and 1 warning
|
shared-dev-infra
Process completed with exit code 1.
|
|
queue-restate/src/tests/queue.test.ts > Restate Queue Provider > Group Fairness > should process jobs from different groups fairly with same priority:
packages/plugins/queue-restate/src/tests/queue.test.ts#L410
AssertionError: expected [ 200, 100, 300, 201, 101, 301, …(2) ] to deeply equal [ 200, 100, 300, 201, 101, 301, …(2) ]
- Expected
+ Received
@@ -3,8 +3,8 @@
100,
300,
201,
101,
301,
- 102,
103,
+ 102,
]
❯ queue-restate/src/tests/queue.test.ts:410:33
|
|
shared-dev-infra
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|