-
Notifications
You must be signed in to change notification settings - Fork 12
Add types to SortedDict and add tests #391
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
Conversation
|
/unit_test |
GiGL Automation@ 19:49:56UTC : 🔄 @ 19:59:16UTC : ✅ Workflow completed successfully. |
GiGL Automation@ 19:49:56UTC : 🔄 @ 20:52:25UTC : ✅ Workflow completed successfully. |
mkolodner-sc
left a comment
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.
Thanks Kyle! A general comment is that I think it'd be great if we could try to consolidate and/or reduce some of these tests here -- having so many tests here makes it a bit harder to maintain and extend upon in the future.
mkolodner-sc
left a comment
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.
Thanks Kyle!
Scope of work done
We should probably start using
SortedDictmore generally, it's useful for distributed setups when we need order to be conistent.Updated the class with types and also some unit tests :)
Where is the documentation for this feature?: N/A
Did you add automated tests or write a test plan?
Updated Changelog.md? NO
Ready for code review?: NO