Skip to content
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

bulk test cases #1372

Open
wants to merge 1 commit into
base: mvp_demo
Choose a base branch
from
Open

Conversation

msvinaykumar
Copy link
Contributor

@msvinaykumar msvinaykumar commented Nov 14, 2024

Description

Bulk API Related test cases (ToDo : inprogress)

Fixes # (issue)

Type of change

  • Bug fix
  • New feature
  • Docs update
  • Breaking change (What changes might users need to make in their application due to this PR?)
  • Requires DB changes

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.

  • New Test X
  • Functional testsuite

Test Configuration

  • Kubernetes clusters tested on:

Checklist 🎯

  • Followed coding guidelines
  • Comments added
  • Dependent changes merged
  • Documentation updated
  • Tests added or updated

Additional information

Include any additional information such as links, test results, screenshots here

Signed-off-by: msvinaykumar <vinakuma@redhat.com>
with caplog.at_level(logging.INFO):
# Log request payload and curl command for POST request
logger.info("Sending POST request to URL: %s", f"{URL}/bulk")
logger.info("Request Payload: %s", bulk_request_payload)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add functions in kruize.py for bulk API for both post and get job status as these will be used in other tests too.

@chandrams
Copy link
Contributor

@msvinaykumar Please update the test doc with the description of the tests being added. Also update the bulk demo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

3 participants