Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix hang when read stream error occurs #226

Merged
merged 3 commits into from Jan 26, 2024
Merged

Conversation

IanMcCurdy
Copy link
Collaborator

Fixes potential hangs when read stream errors occur for LOB parameters. In particular, these hangs could have happened when stream read errors occur between writeLOB chunks or before the parameter is bound.

Bug: 316072

This fixes potential hangs when read stream errors occur for LOB
parameters. In particular, these hangs could have happened when
stream read errors occur between writeLOB chunks or before the
parameter is bound.

Bug: 316072
@IanMcCurdy IanMcCurdy merged commit 513f316 into SAP:master Jan 26, 2024
2 checks passed
johannes-vogel pushed a commit to cap-js/cds-dbs that referenced this pull request Mar 25, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [hdb](https://togithub.com/SAP/node-hdb) | [`0.19.7` ->
`0.19.8`](https://renovatebot.com/diffs/npm/hdb/0.19.7/0.19.8) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/hdb/0.19.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/hdb/0.19.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/hdb/0.19.7/0.19.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/hdb/0.19.7/0.19.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>SAP/node-hdb (hdb)</summary>

### [`v0.19.8`](https://togithub.com/SAP/node-hdb/releases/tag/v0.19.8)

[Compare
Source](https://togithub.com/SAP/node-hdb/compare/v0.19.7...v0.19.8)

##### What's Changed

- Ensure client.exec callback is called if client is closed by
[@&#8203;IanMcCurdy](https://togithub.com/IanMcCurdy) in
[SAP/node-hdb#224
- \[Test] Fix hanging ResultSetTransform test by
[@&#8203;IanMcCurdy](https://togithub.com/IanMcCurdy) in
[SAP/node-hdb#225
- Fix hang when read stream error occurs by
[@&#8203;IanMcCurdy](https://togithub.com/IanMcCurdy) in
[SAP/node-hdb#226
- \[TEST] Fix failing req.Authenticate test by
[@&#8203;IanMcCurdy](https://togithub.com/IanMcCurdy) in
[SAP/node-hdb#227
- Fix calling undefined cb in Connection.prototype.enqueue by
[@&#8203;IanMcCurdy](https://togithub.com/IanMcCurdy) in
[SAP/node-hdb#229
- Fix ESLint errors by
[@&#8203;IanMcCurdy](https://togithub.com/IanMcCurdy) in
[SAP/node-hdb#231
- Update to 0.19.8 by
[@&#8203;IanMcCurdy](https://togithub.com/IanMcCurdy) in
[SAP/node-hdb#230

**Full Changelog**:
SAP/node-hdb@v0.19.7...v0.19.8

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/cap-js/cds-dbs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants