You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JS SDK runs several E2E tests before PRs can be accepted. In a recent one, I've updated the E2E test to use the latest Dapr runtime (1.15.3) and CLI (1.15.0).
Since then, one of the E2E tests is failing where it specifies the --dapr-http-max-request-size flag with an argument value of 10.
Since this argument is listed in the documentation, I would expect it'd be a legal flag.
This appears to be a regression, as I've successfully had two PRs complete E2E testing when this was previously using Dapr CLI version 1.14.0 and Dapr runtime 1.41.1 prior to this PR.
Actual Behavior
That E2E test fails before it even starts with the following ending in an error:
This page also needs an update to reflect the new argument name of --dapr-http-read-buffer-size to --read-buffer-size
WhitWaldo
changed the title
Max HTTP request size argument not found
Max HTTP request size/read buffer size arguments - names have changed, docs not updated
Mar 17, 2025
Expected Behavior
The JS SDK runs several E2E tests before PRs can be accepted. In a recent one, I've updated the E2E test to use the latest Dapr runtime (1.15.3) and CLI (1.15.0).
Since then, one of the E2E tests is failing where it specifies the
--dapr-http-max-request-size
flag with an argument value of 10.Since this argument is listed in the documentation, I would expect it'd be a legal flag.
This appears to be a regression, as I've successfully had two PRs complete E2E testing when this was previously using Dapr CLI version 1.14.0 and Dapr runtime 1.41.1 prior to this PR.
Actual Behavior
That E2E test fails before it even starts with the following ending in an error:
Error: unknown flag: --dapr-http-max-request-size
Usage:
unknown flag: --dapr-http-max-request-size
dapr run [flags]
Steps to Reproduce the Problem
Re-run the failed job.
Release Note
RELEASE NOTE: FIX Dapr CLI allows use of --dapr-http-max-request-size flag fixing regression
The text was updated successfully, but these errors were encountered: