-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Update to xk6-timers v0.2.2 - fixing ordering of timers #3501
Conversation
@@ -94,4 +94,5 @@ require ( | |||
golang.org/x/text v0.13.0 // indirect | |||
google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 // indirect | |||
google.golang.org/genproto/googleapis/rpc v0.0.0-20230731193218-e0aa005b6bdf // indirect | |||
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect |
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.
Can't figure out why it decided to add with this one in particular :(
a8e2f69
to
8350c1d
Compare
8350c1d
to
cc224e3
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3501 +/- ##
==========================================
+ Coverage 72.46% 72.51% +0.04%
==========================================
Files 274 276 +2
Lines 20837 20842 +5
==========================================
+ Hits 15099 15113 +14
+ Misses 4771 4766 -5
+ Partials 967 963 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
What?
Update xk6-timers to include ordering fixes for timers
Why?
Align with the specification
Checklist
make lint
) and all checks pass.make tests
) and all tests pass.Related PR(s)/Issue(s)
Related to #3297