googleapis / nodejs-speech

This repository is deprecated. All of its content and history has been moved to googleapis/google-cloud-node.
https://cloud.google.com/speech/
Apache License 2.0
689 stars 291 forks source link

SpeechClient TypeScript system test v1p1beta1: calls streamingRecognize failed #879

Closed flaky-bot[bot] closed 2 years ago

flaky-bot[bot] commented 2 years ago

Note: #863 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.


commit: 1a0f0ea55dcabc2df65c30357df0aa8389043b14 buildURL: Build Status, Sponge status: failed

Test output
Expected values to be strictly equal:
+ actual - expected

+ 'test of streaming recognize call'
- 'test of streaming recognized call'
                              ^

      + expected - actual

      -test of streaming recognize call
      +test of streaming recognized call

AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected

+ 'test of streaming recognize call'
- 'test of streaming recognized call'
                              ^
    at Pumpify. (build/system-test/speech_typescript_system_test_v1p1beta1.js:88:20)
        -> /workspace/system-test/speech_typescript_system_test_v1p1beta1.ts:110:16
    at addChunk (node_modules/readable-stream/lib/_stream_readable.js:298:12)
    at readableAddChunk (node_modules/readable-stream/lib/_stream_readable.js:280:11)
    at Pumpify.Readable.push (node_modules/readable-stream/lib/_stream_readable.js:241:10)
    at Pumpify.Duplexify._forward (node_modules/duplexify/index.js:172:26)
    at PassThrough.onreadable (node_modules/duplexify/index.js:136:10)
    at emitReadable_ (_stream_readable.js:557:12)
    at processTicksAndRejections (internal/process/task_queues.js:83:21)
flaky-bot[bot] commented 2 years ago

Test passed for commit e837b642990c67080963623aa35febbd86c3ae08 (Build Status, Sponge)! Closing this issue.