-
Notifications
You must be signed in to change notification settings - Fork 115
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
[Task 1 - Customer Scenario Checks] Replacing Migrated BZs docstrings token to Jira based #15812
Conversation
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.
Just a nitpick - till now we are using uppercase :Verifies:
everywhere, shall we stick to it?
(yes, I am aware of this)
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
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.
@jyejare Ack, but let's be consistent and use uppercase Verifies
.
I am in favor to not stick with case, and we have added ignorecase for the same reason so we don't have to worry about it. |
@jameerpathan111 @vsedmik @shweta83 Yes, Tokens are case-insensitive. I mean I would do it in this PR but cant promise this would be followed by everyone later. Since there is no impact of case here, let it be any case. |
… token to Jira based (SatelliteQE#15812) Replacing Migrated BZs docstrings token to verifies
… token to Jira based (SatelliteQE#15812) Replacing Migrated BZs docstrings token to verifies
… token to Jira based (SatelliteQE#15812) Replacing Migrated BZs docstrings token to verifies
… token to Jira based (SatelliteQE#15812) Replacing Migrated BZs docstrings token to verifies
… token to Jira based (SatelliteQE#15812) Replacing Migrated BZs docstrings token to verifies
… token to Jira based (SatelliteQE#15812) Replacing Migrated BZs docstrings token to verifies
… token to Jira based (SatelliteQE#15812) Replacing Migrated BZs docstrings token to verifies
… token to Jira based (SatelliteQE#15812) Replacing Migrated BZs docstrings token to verifies
… token to Jira based (SatelliteQE#15812) Replacing Migrated BZs docstrings token to verifies
… token to Jira based (SatelliteQE#15812) Replacing Migrated BZs docstrings token to verifies
… token to Jira based (SatelliteQE#15812) Replacing Migrated BZs docstrings token to verifies
Problem Statement 1
The customer scenario check is based on the Bugzilla today, but since bug management is moved to Jira and the bugs have been closed as
CLOSED MIGRATED
, the customer scenario check is broken.Also, the new bugs are being created on the Jira, hence it's vital to update the test docstrings to have the details from Jira instead.
Solution 1
CLOSED MIGRATED
to get their latest updates from Jira as a new destination.Also,
The BZs which are not migrated are kept for reference
Some of the tests have already covered the verified token and hence only the BZ reference is removed.
Next
Notes
Why are we linking to the parent Jira to the automated test even though there are clones an subtasks?
fix_version
was missing on some of the clones at the time of writing this PRThe issue that could happen to link the test to parent Jira ?
Should we be needing the revisit, if some logic/implementation needs stricter status of a jira ids linked to the tests?