Member Junction
    Preparing search index...

    Per-selector knobs the driver reads off a check-bundle selection.

    interface IntegrationCheckSelectionConfig {
        datasetName?: string;
        entityName?: string;
        requireTwoDistinctUsers?: boolean;
        runMutationTests?: boolean;
    }
    Index

    Properties

    datasetName?: string

    dataset-cache bundle: the dataset name to exercise (default 'MJ_Metadata').

    entityName?: string

    aggregates-cache bundle: the entity to aggregate over (default 'MJ: User Settings').

    requireTwoDistinctUsers?: boolean

    rls-isolation bundle: require two distinct non-exempt users (else degrade to skip).

    runMutationTests?: boolean

    Include the bundle's RequiresMutation checks (the original RUN_MUTATION_TESTS gate).