-
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
Duplicate test UUID across the test suite #3834
Comments
maybe Travis should check this |
@omaciel what would be the strategy for that found duplicates? keep the oldest and change the newest test? |
@rochacbruno yes, but is the plan to do this automatically or show the failure and let the contributor manually update the uuid? |
We can 2 two things.
That command will find any occurence of empty So when writing stubs we can just generate all ids in bulk for that file. |
@rochacbruno I wonder if we should use a pre-commit hook that calls the make task? So folks have no choice and have to fix things before they can commit? |
@omaciel the pre-commit hook will call make test-robottelo anyway, good idea, but everyone should add the hook locally |
I spotted some duplicate UUIDs while doing my routine check. I guess we should fix them to keep Polarion gods happy ;):
The text was updated successfully, but these errors were encountered: