Skip to content

fix: use smaller one for gen_bytes close #5858#5859

Closed
yihong0618 wants to merge 2 commits intoapache:mainfrom
yihong0618:hy/close_issue_5858
Closed

fix: use smaller one for gen_bytes close #5858#5859
yihong0618 wants to merge 2 commits intoapache:mainfrom
yihong0618:hy/close_issue_5858

Conversation

@yihong0618
Copy link
Copy Markdown
Contributor

Which issue does this PR close?

Closes #5858

This patch try to fix 5858 by using the smaller one for gen_bytes in behavior test.

the code bring #3309

I think its better follow the logic that, use the Default max size is 4MB or cap.write_total_max_size which is small one
to better match the logic

cc @erickguan

@yihong0618 yihong0618 requested a review from Xuanwo as a code owner March 24, 2025 01:21
@github-actions github-actions Bot added the releases-note/fix The PR fixes a bug or has a title that begins with "fix" label Mar 24, 2025
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
@yihong0618 yihong0618 force-pushed the hy/close_issue_5858 branch from d397a04 to ed6c353 Compare March 24, 2025 02:49
@Xuanwo
Copy link
Copy Markdown
Member

Xuanwo commented Mar 24, 2025

Close to continue discussing #5858 (comment)

I don't think this PR is the good way to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

releases-note/fix The PR fixes a bug or has a title that begins with "fix"

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: behavior tests try to create huge files with large write_total_max_size

2 participants