You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe your maintenance task
Currently, the test result views are created with a prefix of "tr_dot_model", followed by the names of the entity and the testtype.
Hence, setting up the same testtype twice (e.g. expression is true) on the same entity leads to two views with the same name, which breaks the execution of DOT. This could maybe be prevented by implementing all conditions or specifications for multiple scenarios into one test, but this would complicate the test definition and interpretation of test results.
The text was updated successfully, but these errors were encountered:
The previous error was from an issue with syntax in the Add_Test query. Post fixing that, I get the actual error detailed in this Github Issue which is below:
Error while adding test! ERROR: duplicate key value violates unique constraint "configured_tests_pkey" Detail: Key (test_id)=(c3a73e06-5c42-3fe0-8eb1-cd7e618171fd) already exists.
Describe your maintenance task
Currently, the test result views are created with a prefix of "tr_dot_model", followed by the names of the entity and the testtype.
Hence, setting up the same testtype twice (e.g. expression is true) on the same entity leads to two views with the same name, which breaks the execution of DOT. This could maybe be prevented by implementing all conditions or specifications for multiple scenarios into one test, but this would complicate the test definition and interpretation of test results.
The text was updated successfully, but these errors were encountered: