Skip to content

flake: E2E 'paginated exporter listing returns all exporters' times out on gRPC connection #738

Description

@raballew

Description

The e2e test paginated exporter listing returns all exporters in e2e/test/e2e_test.go:432 fails with a gRPC connection timeout to the kind cluster endpoint.

Frequency

1 confirmed occurrence in the last 7 days, but the failure pattern (gRPC timeout to nip.io endpoint) suggests infrastructure instability that could recur.

Error

[FAILED] Error: Timeout connecting to grpc.jumpstarter.10.1.0.237.nip.io:8082 (Caused by: )

The test ran for 3m10s before timing out.

Affected runs

Impact

Blocks e2e gate check. Because the test is in an ordered container, subsequent lease and admin CLI tests are skipped (~20 tests).

Likely cause

Kind cluster networking instability in CI runners. The nip.io DNS resolution or the NodePort service may not be reliably reachable under load. Could benefit from a retry/reconnect mechanism in the test setup or a health check gate before running the test.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions