-
Notifications
You must be signed in to change notification settings - Fork 528
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
Calendar helper scripts for testing #17798
Calendar helper scripts for testing #17798
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 17230-calendar-feature #17798 +/- ##
==========================================================
- Coverage 65.16% 65.16% -0.01%
==========================================================
Files 1204 1204
Lines 109907 109902 -5
Branches 2587 2587
==========================================================
- Hits 71626 71620 -6
- Misses 32801 32802 +1
Partials 5480 5480
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
||
numberMoved := 0 | ||
for { | ||
list, err := service.Events.List("primary").EventTypes("default"). |
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.
does this only list future events? It could be lengthy is a user has a long calendar history.
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.
It is filtered by eventTitle: Q(eventTitle)
and returns a max of 1000 results MaxResults(1000)
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.
on second thought, a non-issue for loadtesting
Calendar helper scripts for testing
Calendar helper scripts for testing
Calendar helper scripts for testing