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: truncate output if greater than 64*1024 characters #1022

Merged
merged 3 commits into from
Jul 28, 2023

Conversation

h4ck3rk3y
Copy link
Contributor

@h4ck3rk3y h4ck3rk3y commented Jul 28, 2023

Description:

We would written a lot of data and the client would fail as it wouldn't accept over > 4mb.

going with this limit instead of something lower as a lot of our tests rely on output value matching.

@h4ck3rk3y h4ck3rk3y linked an issue Jul 28, 2023 that may be closed by this pull request
@h4ck3rk3y h4ck3rk3y requested a review from tedim52 July 28, 2023 15:28
@h4ck3rk3y h4ck3rk3y changed the title fix: truncate output if greater than 300 characters fix: truncate output if greater than 64*1024 characters Jul 28, 2023
@h4ck3rk3y h4ck3rk3y enabled auto-merge (squash) July 28, 2023 15:43
Copy link
Contributor

@tedim52 tedim52 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@h4ck3rk3y h4ck3rk3y merged commit c3e8939 into main Jul 28, 2023
29 checks passed
@h4ck3rk3y h4ck3rk3y deleted the gyani/add-trunction branch July 28, 2023 15:47
victorcolombo pushed a commit that referenced this pull request Jul 28, 2023
🤖 I have created a release *beep* *boop*
---


##
[0.80.22](0.80.21...0.80.22)
(2023-07-28)


### Features

* Add starlark converter to kurtosis import
([#1010](#1010))
([8554635](8554635))
* Support resource reservations on Docker compose import
([#1023](#1023))
([e7a5576](e7a5576))


### Bug Fixes

* truncate output if greater than 64*1024 characters
([#1022](#1022))
([c3e8939](c3e8939))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
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.

kurtosis run breaks if the server returns more than 4mb of data
2 participants