Skip to content

Conversation

@google-labs-jules
Copy link
Contributor

Increased gRPC message size limits to 100MB in tavern/internal/redirectors/grpc/grpc.go to allow transferring files larger than the default 4MB limit. Verified with a reproduction test case.


PR created automatically by Jules for task 8116729124826664009 started by @KCarretto

…ile transfers.

This change increases the MaxRecvMsgSize and MaxSendMsgSize for both the ingress gRPC server and the egress gRPC client stream in the redirector to 100MB. This resolves an issue where downloading files larger than the default 4MB limit would fail.
@google-labs-jules
Copy link
Contributor Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 2, 2026

Summary

Tests 📝 Passed ✅ Failed ❌ Skipped ⏭️ Other ❓ Flaky 🍂 Duration ⏱️
1237    ±0 1236    ±0 1    ±0 0    ±0 0    ±0 0    ±0 1ms    ±0

Previous Results

Build 🏗️ Result 🧪 Tests 📝 Passed ✅ Failed ❌ Skipped ⏭️ Other ❓ Flaky 🍂 Duration ⏱️
#206 1237 1236 1 0 0 0 26.7s

Insights

Average Tests per Run Total Flaky Tests Total Failed Slowest Test (p95)
1237 0 1 52.5s

Fail Rate

Fail Rate 0.08%    ±0
Test 📝 Results 📊 Passed ✅ Failed ❌ Fail Rate (%) 📈
eldritch: assets::copy_impl::tests::test_embedded_copy 2 1 1 50.00    ↑50.00
eldritch: assets::copy_impl::tests::test_embedded_copy 2 1 1 50.00    ↑50.00

Failed Tests

Failed Tests
❌ eldritch: assets::copy_impl::tests::test_embedded_copy
thread 'assets::copy_impl::tests::test_embedded_copy' (12749) panicked at lib/eldritch/src/assets/copy_impl.rs:227:9

Trace:

thread 'assets::copy_impl::tests::test_embedded_copy' (12749) panicked at lib/eldritch/src/assets/copy_impl.rs:227:9:
assertion failed: contents.contains("hello from an embedded shell script")
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Slowest Tests

Test 📝 Results 📊 Duration (avg) ⏱️ Duration (p95) ⏱️
eldritch: random::string_impl::tests::test_string_uniform 1 52.5s 52.5s
eldritch: random::string_impl::tests::test_string_length 1 8.8s 8.8s
eldritch-stdlib-tests: tests::test_all_tomes 1 5.2s 5.2s
eldritch: time::sleep_impl::tests::test_sleep 1 5.1s 5.1s
eldritch: pivot::arp_scan_impl::tests::test_lock_failure 1 3.1s 3.1s
eldritch: random::int_impl::tests::test_random_int_uniform_average 1 3.1s 3.1s
imixv2::bin/imixv2: tests::task_tests::test_task_streaming_error 1 3.0s 3.0s
imixv2::bin/imixv2: tests::task_tests::test_task_streaming_output 1 3.0s 3.0s
eldritch: random::int_impl::tests::test_random_int_uniform_chi_square 1 2.8s 2.8s
eldritch-libfile: std::timestomp_impl::tests::test_timestomp 1 2.1s 2.1s

🍂 No flaky tests in this run.

Github Test Reporter by CTRF 💚

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.

1 participant