Skip to content

streaming: emit response when stream received metadata event failed #245

@flaky-bot

Description

@flaky-bot

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    flakybot: flakyTells the Flaky Bot not to close or comment on this issue.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.priority: p2Moderately-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.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions