Skip to content

Flaky test get_mds_signer() in google-cloud-auth #4280

@coryan

Description

@coryan

This test flakes:

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:

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 libraryflakeUsed to track tests that flake (and then ruthlessly crush them)type: cleanupAn internal cleanup or hygiene concern.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions