-
Notifications
You must be signed in to change notification settings - Fork 57
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
Included stress test for Bulk API #1458
base: mvp_demo
Are you sure you want to change the base?
Conversation
@msvinaykumar Can you please review this PR |
@chandrams Can you please rebase this PR with latest mvp demo |
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.
Hope it works for new format.
Signed-off-by: Chandrakala Subramanyam <[email protected]>
Signed-off-by: Chandrakala Subramanyam <[email protected]>
Signed-off-by: Chandrakala Subramanyam <[email protected]>
19e08a5
to
1898178
Compare
Done |
Yes, I have made changes as per the new format. But the tests fail with issues already raised. |
tests/scripts/helpers/kruize.py
Outdated
if include: | ||
getJobIDURL = url_include | ||
|
||
if logger: |
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.
Since the logger condition is repeated multiple times, the logging and printing logic can be moved to a common function.
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 Shreya, I have made the changes.
Signed-off-by: Chandrakala Subramanyam <[email protected]>
Description
Included stress test for Bulk API
Fixes # (issue)
Type of change
How has this been tested?
Please describe the tests that were run to verify your changes and steps to reproduce. Please specify any test configuration required.
Test Configuration
Checklist 🎯
Additional information
Include any additional information such as links, test results, screenshots here