kingsword09 commented on code in PR #6312: URL: https://github.com/apache/opendal/pull/6312#discussion_r2154813237
########## bindings/nodejs/tests/suites/asyncReadOptions.suite.mjs: ########## @@ -32,7 +32,7 @@ export function run(op) { describe.runIf(capability.read && capability.write)('async read options', () => { test('read with range', async () => { - const size = 5 * 1024 * 1024 + const size = 3 * 1024 * 1024 Review Comment: Limit range request to 3MB because the etcd service enforces a 4MB gRPC message size limit, and larger requests will fail. https://github.com/apache/opendal/actions/runs/15731991430/job/44335059868?pr=6312#step:9:493 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@opendal.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org