Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ORA-00001: unique constraint (UTP3.UT_COVERAGE_SOURCES_TMP_PK) violated #568

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

Closed
jgebal opened this issue Jan 30, 2018 · 1 comment
Closed
Labels
Milestone

Comments

@jgebal
Copy link
Member

jgebal commented Jan 30, 2018

The issue occures when there is more than one file mapping to the same database object.
To get that resolved, we need to fix the file mapping mechanism to either raise a proper exception or deduplicate and pick the first file from the duplicates.
Maywe we should give warning on duplicated and de-duplicate, so we do not stop the tests from getting executed.

@jgebal jgebal added the bug label Jan 30, 2018
@jgebal jgebal modified the milestones: v3.0.5, v3.1.0 Jan 30, 2018
@Shoelace
Copy link
Member

warning and continues seems like a good idea.

however you could argue that the lastly defined mapping should be the one to use though and not the first.

do you also want to warn if teh mapping is defined twice as the same thing? or only if defined differently?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants