-
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
bug 1847950 - Trigger upload after scanning pending pings #2621
bug 1847950 - Trigger upload after scanning pending pings #2621
Conversation
aeaf94c
to
9eab439
Compare
This is the one where we need to give a think to how and when we should use the global STATE inside the SDK. Should +Cc @badboy who was going to give this a noodle. |
Right right. And I kinda did a bit and nothing satisfying came out of this. |
Well, the threadcrash test covers this fairly decently, by proving that there is an additional thread spawned when we expect it to be spawned. Would that do? |
3fe7b72
to
2d2addc
Compare
2d2addc
to
7e394ef
Compare
Uh oh! Looks like an error! DetailsTaskcluster-GitHub attempted to cancel previously created task groups with following scopes:
Client ID static/taskcluster/github does not have sufficient scopes and is missing the following scopes:
This request requires the client to satisfy the following scope expression:
|
This requires changing the thread crashing test as we now launch another uploader thread that needs to be crashed. Continues the questionable trend of calling Global STATE Callbacks from inside glean-core specifically to trigger upload if possible. Uses the dispatcher to avoid deadlock (see bug 1859574).
7e394ef
to
ed1bbea
Compare
Uh oh! Looks like an error! DetailsTaskcluster-GitHub attempted to cancel previously created task groups with following scopes:
Client ID static/taskcluster/github does not have sufficient scopes and is missing the following scopes:
This request requires the client to satisfy the following scope expression:
|
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2621 +/- ##
=======================================
Coverage 33.33% 33.33%
=======================================
Files 1 1
Lines 42 42
=======================================
Hits 14 14
Misses 28 28 ☔ View full report in Codecov by Sentry. |
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.
triggered iOS CI. Code looks good.
No description provided.