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.
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.