Skip to content

Commit

Permalink
[components] 1510308: Move experiments inside of ping_info
Browse files Browse the repository at this point in the history
UltraBlame original commit: 92fb5b2703d44d1820c67710e2844fbb89aaeb12
  • Loading branch information
marco-c committed May 1, 2024
1 parent 3fcb54f commit 7268e07
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ String
GLEAN_PING_SCHEMA_GIT_HASH
=
"
46cfccf
6041aa6
"
String
GLEAN_PING_SCHEMA_URL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,18 @@ mozilla
.
components
.
service
.
glean
.
storages
.
ExperimentsStorageEngine
import
mozilla
.
components
.
support
.
base
Expand Down Expand Up @@ -354,6 +366,22 @@ BuildConfig
.
LIBRARY_VERSION
)
pingInfo
.
put
(
"
experiments
"
ExperimentsStorageEngine
.
getSnapshotAsJSON
(
"
"
false
)
)
/
/
TODO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,6 @@ events
to
EventsStorageEngine
"
experiments
"
to
ExperimentsStorageEngine
"
string
"
to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -943,20 +943,27 @@ metricsJson
opt
(
"
experiments
ping_info
"
)
)
assertNotNull
(
metricsJson
.
opt
getJSONObject
(
"
ping_info
"
)
.
opt
(
"
experiments
"
)
)
assert
(
Expand Down

0 comments on commit 7268e07

Please sign in to comment.