rmetzger opened a new pull request #13359: URL: https://github.com/apache/flink/pull/13359
The `test_confluent_schema_registry.sh` e2e test has stalled forever in at least one instance. From the logs it seems that the test job gets submitted successfully, but then the schema registry is returning a 500 error: ``` 2020-08-17T22:10:51.8856950Z [2020-08-17 22:10:49,775] INFO 127.0.0.1 - - [17/Aug/2020:22:10:49 +0000] "POST /subjects/test-output-subject/versions HTTP/1.1" 500 61 524 (io.confluent.rest-utils.requests:77) ``` From that point, the test is not making any progress anymore. With this PR, we are adding a timeout of 15 minutes to the test. If the test is stalling for that long, we'll print the Flink logs. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
