Closed
Bug 1528393
Opened 7 years ago
Closed 7 years ago
Queue test failing
Categories
(Taskcluster :: Services, defect)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1526705
People
(Reporter: hassan, Assigned: dustin)
Details
The tests of taskcluster-queue failed in my most recent PR. The error seems to be happening on:
- worker-type seen creates and updates a worker-type
Happened from https://github.com/taskcluster/taskcluster/pull/264
| Assignee | ||
Comment 1•7 years ago
|
||
1) /taskcluster/services/queue/test/workerinfo_test.js (real)
worker-type seen creates and updates a worker-type:
AssertionError [ERR_ASSERTION]: expected a worker-type
+ expected - actual
-false
+true
at Context.test (test/workerinfo_test.js:182:5)
at process._tickCallback (internal/process/next_tick.js:68:7)
Looks pretty similar to bug 1526705, so I'll dupe there.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•