Closed
Bug 1509154
Opened 6 years ago
Closed 6 years ago
Flaky test in client_test.js
Categories
(Taskcluster :: Services, enhancement)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dustin, Assigned: dustin)
Details
1) client_test.js (real)
auth.listClients
"before each" hook for "limit / continuationToken":
Error: client with same clientId already exists, possibly an issue with retry logic or idempotency
Assignee | ||
Comment 1•6 years ago
|
||
Ah, missed await...
Assignee | ||
Comment 2•6 years ago
|
||
Comment 3•6 years ago
|
||
Commits pushed to master at https://github.com/taskcluster/taskcluster-auth
https://github.com/taskcluster/taskcluster-auth/commit/6375db436a015e587979ded3e94fe36cd90ec7c6
Bug 1509154 - await row removals
https://github.com/taskcluster/taskcluster-auth/commit/9babc5e6d48fc27013e58e8e67eb085bfaa6561e
Merge pull request #186 from djmitche/bug1509154
Bug 1509154 - await row removals
Assignee | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Authentication → Services
You need to log in
before you can comment on or make changes to this bug.
Description
•