-
Notifications
You must be signed in to change notification settings - Fork 72
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
Fixes #34706 - introduce an option to exclude step from whitelist #601
Conversation
Issues: #34706 |
This doesn't prevent users from whitelisting those steps, right? It just doesn't suggest that it's possible/desireable to do so? If the above is correct, then the patch should do what you say, but the commit message is misleading ;-) |
tested this and this is what i got.
I kinda think we should make this step never skippable. Its asking for too many problems, but i'm fine with whatever support says |
Yeah, I feel there could be still a situation where failures are false positives. In that case users should have option to skip it? Unless we are very sure whatever problems reported by the switchover are always legit. |
I think that there are situations/steps that should not be disable-able, at all. |
I like the idea however we need to be 100% sure that whatever failures reported by the content-switchover are always legit. This means there are no situation where we will use whitelist, which I think difficult to agree on? |
The switchover step is so vital to be run successfully that i don't think it should be skippable. If a user skips it, they are likely completely destroying all the content views on their satellite and will have to start over from scratch. I'd rather have 100 users debug this failing and work through it than 1 user skipping it and losing everything. |
Should his be called "mandatory" instead? |
As per the discussion with Ashish I have modified the message for downstream situation. As example,
|
@evgeni added the tests, if you think those can be written in some better way then suggestions are welcome :) |
Can we add a failing step to the tests, that has I think that's the last missing piece before I say ACK ;-) |
done :) |
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.
ACK!
No description provided.