]> git.feebdaed.xyz Git - 0xmirror/grpc.git/commitdiff
[Build Fix] grpc/core/master/linux/grpc_flaky_network (#41272)
authorVignesh Babu <vigneshbabu@google.com>
Fri, 19 Dec 2025 21:58:47 +0000 (13:58 -0800)
committerCopybara-Service <copybara-worker@google.com>
Fri, 19 Dec 2025 22:00:55 +0000 (14:00 -0800)
Should fix build failure: https://btx.cloud.google.com/invocations/0a1f31fb-d340-4ff5-af2c-25543f19068e/log

Closes #41272

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/41272 from Vignesh2208:cbf 28a57fb83eebedce3353f59a8a0c528b58c8c24e
PiperOrigin-RevId: 846857224

test/cpp/end2end/BUILD

index e12b1e27703ecd4d878dc1092e10361780c101b9..6c88fdcbb66fb0eacdf3745a3e2d9189e1419c5d 100644 (file)
@@ -1090,6 +1090,8 @@ grpc_cc_test(
     name = "flaky_network_test",
     srcs = ["flaky_network_test.cc"],
     external_deps = [
+        "absl/memory",
+        "absl/log",
         "gtest",
     ],
     tags = [
@@ -1104,9 +1106,11 @@ grpc_cc_test(
     ],
     deps = [
         ":test_service_impl",
+        "//:backoff",
         "//:gpr",
         "//:grpc",
         "//:grpc++",
+        "//src/core:env",
         "//src/proto/grpc/testing:echo_cc_grpc",
         "//src/proto/grpc/testing:echo_messages_cc_proto",
         "//test/core/test_util:grpc_test_util",