dbt-sqlserver icon indicating copy to clipboard operation
dbt-sqlserver copied to clipboard

Tests fail due to collisions in view names

Open Benjamin-Knight opened this issue 1 year ago • 0 comments

Due to the usage of the selection of a random number from a range in instances when a large number of tests are being run I will occasionally run into view name collisions which cause the test to fail.

Added potential fix to generate a more unique view name using the test SQL itself

Benjamin-Knight avatar Oct 24 '24 13:10 Benjamin-Knight