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)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
NEW
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.
Reporter | ||
Updated•3 years ago
|
Whiteboard: [telemetry:glean-rs:m?]
Updated•1 year ago
|
Priority: P3 → P4
You need to log in
before you can comment on or make changes to this bug.
Description
•