grpc/grpc-dart

Interop dart server is timing out

ejona86 opened this issue · 3 comments

The cross-language interop tests have been failing since Jun 7th. That was initially due to a dart compilation failure (the first failure, build 33753. On Jun 21 (build 34003), that issue was fixed, but it was replaced with various tests failing when hitting the dart server. (Google-Internal CI link for all builds)

The recent build 34251. Java client fails "AssertionError: Timed out waiting for response". cloud_to_cloud:java:dart_server:ping_pong:tls test . The other dart_server:ping_pong:tls tests (including javaokhttp client) passed in about a second. That one failed in 17. The code has a 15s timeout.

Build 34243 passed with Java but failed with:

2023-07-07 00:47:11,227 TIMEOUT: cloud_to_cloud:dart:dart_server:ping_pong:tls [pid=210107, time=180.1sec]

Build 34240 had 7 timeouts to dart_server.

I believe all of these tests are against master. A different suite tests released versions.

Probably related to recent changes @mosuem

mosuem commented

This is tracked internally in b/288120247 and seems related to the Dart version rev in the docker build script, but I am investigating.