Skip to content

test(daemon-service): adoption census expects 34 retrieval capabilities, catalog has 41 #2246

Description

@ScriptedAlchemy

`adoption_observation::tests::census_counts_each_composed_family_and_omits_uncomposed_families` fails on `origin/master` (08a6807).

Reproduce:

cargo test -p tracedecay-daemon-service --lib adoption_observation::tests::census_counts_each_composed_family_and_omits_uncomposed_families
left:  [..., ("retrieval", 41, 41, 41)]
right: [..., ("retrieval", 34, 34, 34)]

The retrieval family now composes 41 catalog capabilities but the test still pins 34. The other families (analytics, context_scout, feedback, git, lsp) match. Either the literal needs to follow the catalog change that added the seven retrieval capabilities, or those capabilities were composed into the retrieval family by mistake. The owner of that catalog change should decide which.

Found while landing the typed problem detail change; that change does not touch the tool catalog.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions