Skip to content

fixed ISSUE-45414: AccessLevelTest.testADataAccessLevel tests on views

Asier Lostalé requested to merge (removed):fix/45414-test-view into master

While in general testing access level on views is not a problem, there are some cases when this is problematic as tested view might require on some extra config which could be not set.

This patch:

  • Skips testing on database views
  • Adds information about the entity that failed in case of an exception

Merge request reports