[Task] Fix blob test case timeout on Node 14/16/18
Open
blob-storage
bug
engsys
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 393
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 36
Description
With pipeline move from Node 10/12 to Node 14/16/18, 2 blob test case will cause "npm run test:blob" timeout. (test pass, but npm test will never finish.)
- `blobclient.download should download full data successfully when internal stream unexpected ends @loki @Sql`
- `blobclient.download should download data failed when exceeding max stream retry requests @loki @Sql`
Currently, we added --exit to the mocha tests to workaround it.
We should investigate the timeout and fix it later.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.