Open Bug 1768832 Opened 3 years ago Updated 1 year ago

Refactor testing in glean-core to get rid of public `get_value` functions

Categories

(Data Platform and Tools :: Glean: SDK, defect, P4)

defect

Tracking

(Not tracked)

People

(Reporter: janerik, Unassigned)

Details

With switching to uniffi we gained some get_value functions, that are sync and public.
These are used in tests. Because tests are built as integration tests right now we need to make them public.

We should:

  • Have them better named (with a suffix as others: test_get_value_sync)
  • make them crate-private.
Whiteboard: [telemetry:glean-rs:m?]
No longer blocks: 1731069
Priority: P3 → P4
You need to log in before you can comment on or make changes to this bug.