-
Notifications
You must be signed in to change notification settings - Fork 344
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
Fix /deliveryservices/{{ID}}/servers
and /deliveryservices/{{ID}}/servers/eligible
to use RFC3339 timestamps
#7660
Fix /deliveryservices/{{ID}}/servers
and /deliveryservices/{{ID}}/servers/eligible
to use RFC3339 timestamps
#7660
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7660 +/- ##
=============================================
- Coverage 65.05% 29.82% -35.24%
Complexity 98 98
=============================================
Files 314 794 +480
Lines 12365 84943 +72578
Branches 907 908 +1
=============================================
+ Hits 8044 25331 +17287
- Misses 3968 57481 +53513
- Partials 353 2131 +1778
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 466 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Also missing the other usages in the v5 client, as well as associated testing changes
/deliveryservices/{{ID}}/servers
and /deliveryservices/{{ID}}/servers/eligible
to use RFC3339 timestamps
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.
Also missing the other usages in the v5 client, as well as associated testing changes
Related:#5911
Which Traffic Control components are affected by this PR?
What is the best way to verify this PR?
Response object with date must be in RFC3339-format date strings.
In
deliveryservices/{{ID}}/servers
- expected lastUpdated response in RFC3339-format date strings.In deliveryservices/{{ID}}/servers/eligible - expected lastUpdated in response RFC3339-format date strings.
PR submission checklist