-
Notifications
You must be signed in to change notification settings - Fork 580
DPB-ACL scale tests (#30) #1243
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
please use the new assert api. |
* DPB-ACL scale tests and code-review comments addressed * Remove sleeps that were put earlier Co-authored-by: Vasant <[email protected]>
a4be55b
to
6fce5d3
Compare
This pull request introduces 3 alerts when merging 6fce5d3 into 3829053 - view on LGTM.com new alerts:
|
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.
I have a few minor suggestions but overall LGTM. :)
This pull request introduces 1 alert when merging f871bfc into 3829053 - view on LGTM.com new alerts:
|
f871bfc
to
0878d5e
Compare
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.
LGTM, once we update the scope I think this is good to merge.
…nic-net#1243) After conversion to Python 3 using the 2to3 tool, all calls to `dict.keys()` and `dict.values()` were converted to lists. In the instances where the returned view objects from these calls are iterated over, there is no need to convert to a list, so I removed those. Also, when iterating over the keys of a dictionary, one need not call `dict.keys()`, one can simply iterate over the dictionary as `for key in dict:`, so I cleaned those up as well.
DPB-ACL scale tests and code-review comments addressed
Remove sleeps that were put earlier
Co-authored-by: Vasant [email protected]
What I did
Wrote DPB scale test cases
Why I did it
To catch any race conditions or corner cases
How I verified it
Ran VS test cases
Details if related
Test cases after second commit
Test result after third commit