-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Labels
flakybot: flakyTells the Flaky Bot not to close or comment on this issue.Tells the Flaky Bot not to close or comment on this issue.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.An issue filed by the Flaky Bot. Should not be added manually.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Note: #260 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
commit: 064e131ba7371e6d994e3d73790fa5e1fd09189a
buildURL: Build Status, Sponge
status: failed
Test output
Expected values to be strictly deep-equal: + actual - expected{
code: 200,
details: '',
message: 'OK',
-
metadata: {
-
metadata: true -
}
}- expected - actual
{
"code": 200
"details": ""
"message": "OK"- "metadata": {
- "metadata": true
- }
}
/workspace/test/unit/streaming.ts:363
assert.deepStrictEqual(receivedResponse, expectedResponse);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
-
actual - expected
{
code: 200,
details: '',
message: 'OK',
- metadata: {
-
metadata: true - }
}
at null.check (test/unit/streaming.ts:363:16)
at StreamProxy. (test/unit/streaming.ts:377:7)
at Immediate._onImmediate (test/unit/streaming.ts:334:11)
at processImmediate (internal/timers.js:464:21)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
flakybot: flakyTells the Flaky Bot not to close or comment on this issue.Tells the Flaky Bot not to close or comment on this issue.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.An issue filed by the Flaky Bot. Should not be added manually.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.