Thanks to visit codestin.com
Credit goes to github.com

Skip to content

probes: shared IntentProbe stub selection within a run #1878

Description

@patriciapampanelli

Follow-up to #1838 probes.base: balance IntentProbe pruning across intents. It balances the cap across intents within one probe; this tracks the broader ask: stub selection that is reproducible and shared across probes.

Today Probe._prune_data samples with the global unseeded random and IntentService returns unordered sets, so run.seed has no effect and probes over the same intent prune to different stubs.

Wanted:

  • Stable per-intent stub ordering plus an RNG seeded from run.seed (prerequisite).
  • The same surviving stub subset across every probe using an intent in a run.
  • Same run.seed reproduces the selection.

Related:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions