-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Labels
authIssues related to the auth libraryIssues related to the auth libraryflakeUsed to track tests that flake (and then ruthlessly crush them)Used to track tests that flake (and then ruthlessly crush them)type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.
Description
This test flakes:
google-cloud-rust/src/auth/src/credentials/mds.rs
Lines 1101 to 1104 in 679d374
| async fn get_mds_signer() -> TestResult { | |
| use base64::{Engine, prelude::BASE64_STANDARD}; | |
| use serde_json::json; | |
Probably because this does not make a successful connection and times out:
google-cloud-rust/src/auth/src/credentials/mds.rs
Lines 1133 to 1138 in 679d374
| let signer = Builder::default() | |
| .with_endpoint(&endpoint) | |
| .build_signer_with_iam_endpoint_override(Some(endpoint))?; | |
| let client_email = signer.client_email().await?; | |
| assert_eq!(client_email, "test-client-email"); |
Metadata
Metadata
Assignees
Labels
authIssues related to the auth libraryIssues related to the auth libraryflakeUsed to track tests that flake (and then ruthlessly crush them)Used to track tests that flake (and then ruthlessly crush them)type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.