-
-
Notifications
You must be signed in to change notification settings - Fork 496
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
feat: Enable more than one Keploy Containers to run simultaenously #2172
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Yash Khare <khareyash05@gmail.com>
Signed-off-by: Yash Khare <khareyash05@gmail.com>
Signed-off-by: Yash Khare <khareyash05@gmail.com>
Signed-off-by: Yash Khare <khareyash05@gmail.com>
Signed-off-by: Yash Khare <khareyash05@gmail.com>
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.
please address the comments. You can also add logic of generating random keploy container name if the name from the config is conflicting with any other container.
logger.Info("Command terminated with exit code 143 (SIGTERM), treating as successful exit") | ||
return nil | ||
} | ||
} |
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 think we now give exit code 1 if the tests cases fail we need to handle this properly around keploy binary and keploy docker communication.
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.
Making another condition to send a debug log with exit code 1
Signed-off-by: Yash Khare <khareyash05@gmail.com>
will review by this week. |
Signed-off-by: Yash Khare <khareyash05@gmail.com>
Closes #2206
Describe the changes you've made
Type of change
Please let us know if any test cases are added
Please describe the tests(if any). Provide instructions how its affecting the coverage.
Describe if there is any unusual behaviour of your code(Write
NA
if there isn't)A clear and concise description of it.
Checklist:
Screenshots (if any)