Member Junction
    Preparing search index...

    The self-contained Query/Category fixtures the runquery-cache bundle needs: one Query Category and two Queries (TTL-mode + smart-validation-mode), created before the bundle's checks run and torn down afterwards. Lifted from runquery-cache-tests.ts's Ctx; threaded onto IntegrationCheckContext.Fixtures so the Q-checks read them identically whether driven by the driver or the tsx script.

    interface RunQueryFixtures {
        Category: MJQueryCategoryEntity;
        TtlQuery: MJQueryEntity;
        ValidatedQuery: MJQueryEntity;
    }
    Index

    Properties

    "Integration Test Queries " category owning the fixture queries.

    TtlQuery: MJQueryEntity

    Query WITHOUT CacheValidationSQL → TTL caching mode.

    ValidatedQuery: MJQueryEntity

    Query WITH CacheValidationSQL → smart-validation caching mode.