AutoBE
    Preparing search index...

    Interface IAutoBeDebugRuntimeFailureCluster

    Runtime failure cluster grouped by failure kind and provider location.

    interface IAutoBeDebugRuntimeFailureCluster {
        endpoints: string[];
        failed: number;
        failureSignatures?: string[];
        kind: string;
        providerLocations?: string[];
        testNames?: string[];
    }
    Index

    Properties

    endpoints: string[]

    Endpoint keys represented by this cluster.

    failed: number

    Total failed e2e operation count represented by this cluster.

    failureSignatures?: string[]

    Stable failure signatures represented by this cluster.

    kind: string

    Machine-readable failure kind set represented by this cluster.

    providerLocations?: string[]

    Provider file paths represented by this cluster, when known.

    testNames?: string[]

    Failed runtime test names represented by this cluster.