google-cloud-rust icon indicating copy to clipboard operation
google-cloud-rust copied to clipboard

Flake in `google-cloud-auth` integration tests

Open coryan opened this issue 8 months ago • 2 comments

This build failed:

https://github.com/googleapis/google-cloud-rust/pull/1985/checks?check_run_id=41554609466

the error shows it was a flake:

---- driver::run_api_key stdout ----
12:46:48 | Error: Error { kind: Rpc, source: ServiceError { status: Status { code: 500, message: "Internal error encountered.", status: Some("INTERNAL"), details: [] }, http_status_code: Some(500), headers: Some({"transfer-encoding": "chunked", "content-type": "application/json; charset=UTF-8", "x-content-type-options": "nosniff", "x-frame-options": "SAMEORIGIN", "accept-ranges": "none", "date": "Fri, 02 May 2025 16:46:48 GMT", "x-xss-protection": "0", "server": "scaffolding on HTTPServer2", "vary": "Origin,Accept-Encoding"}) } }
12:46:48 |  
12:46:48 |  

Looks like we need a retry policy in these tests.

coryan avatar May 02 '25 16:05 coryan

Repeated 5 minutes later...

coryan avatar May 02 '25 16:05 coryan

https://github.com/googleapis/google-cloud-rust/pull/1988/checks?check_run_id=41556322954

coryan avatar May 02 '25 17:05 coryan

drats

https://github.com/googleapis/google-cloud-rust/pull/2545/checks?check_run_id=44947823661

dbolduc avatar Jun 27 '25 18:06 dbolduc

No repeats in over 90d, closing.

coryan avatar Nov 04 '25 16:11 coryan