-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1609149 - Remove ping_type
from pings.
#653
Conversation
0064384
to
8f7b970
Compare
8f7b970
to
dc630d5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The schema change was merged. Does it need to be deployed as well? Is it already live?
glean-core/android/src/test/java/mozilla/telemetry/glean/scheduler/MetricsPingSchedulerTest.kt
Show resolved
Hide resolved
ping_type
from pings.ping_type
from pings.
I'll check if it is live with the team. This only becomes relevant once this lands in a release used by applications though. I'm adding a changelog entry, so we don't forget. |
Codecov Report
@@ Coverage Diff @@
## master #653 +/- ##
=========================================
Coverage 75.52% 75.52%
Complexity 266 266
=========================================
Files 98 98
Lines 6191 6191
Branches 751 751
=========================================
Hits 4676 4676
Misses 969 969
Partials 546 546
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r+ from me with @Dexterp37's change addressed
0f7b828
to
9d5f1f4
Compare
I added back the checks where it makes sense. |
but only for |
Maybe due to my async flush? |
9d5f1f4
to
9e0996c
Compare
9e0996c
to
9ce09c4
Compare
Waiting for reason codes/baseline PRs to land and a release first. |
9ce09c4
to
397b040
Compare
397b040
to
9ea7e1a
Compare
Needs mozilla-services/mozilla-pipeline-schemas#485 to land first.