-
Notifications
You must be signed in to change notification settings - Fork 112
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
Run graceful recovery tests in pipeline #2045
Run graceful recovery tests in pipeline #2045
Conversation
Looking in the pipeline that was run for the functional tests, looks like because of some label the test is getting skipped:
|
17d1bbe
to
ad5618d
Compare
ad5618d
to
b59ef51
Compare
6b3d2aa
to
15ad48c
Compare
6e3f8d3
to
3c4cdaa
Compare
057e036
to
15ad48c
Compare
Be sure to name your branches appropriately so the PR gets tagged the right way. These are test changes, not a feature or enhancement. |
Why did the bot add the enhancement label and remove the test label 🤔 ? Is it because of the naming of the branch? |
@bjee19 Because the branch is named with |
I'll ensure to update the tag before merge! @bjee19 @sjberman |
514cd56
to
19e3c07
Compare
3be07d6
to
7d3badb
Compare
7d3badb
to
2d4d527
Compare
Adds graceful recovery test to be run in pipeline Problem: As a user, I want to automate graceful recovery tests Solution: Added a job to run graceful recovery tests in pipeline
Proposed changes
Problem: As a user, I want to automate graceful recovery tests
Solution: Added a job to run graceful recovery tests in pipeline
Testing: Running it as part of pipeline
Please focus on (optional): If you any specific areas where you would like reviewers to focus their attention or provide
specific feedback, add them here.
Closes #1910
Checklist
Before creating a PR, run through this checklist and mark each as complete.
Release notes
If this PR introduces a change that affects users and needs to be mentioned in the release notes,
please add a brief note that summarizes the change.