fidesops icon indicating copy to clipboard operation
fidesops copied to clipboard

Write tests for large SQL queries

Open seanpreston opened this issue 4 years ago • 1 comments

We want to stress test Fidesops by having the query execution layer run large (longer running) queries over identity graphs. We should generate a some SQL datasets with faker, and use them in some example access and erasure requests.

Open Questions

  • Do we want this to be part of our test suite, since this will certainly add to the CI time significantly?
  • Should we be using fixtures or SQL files to seed this data?
  • How big should the SQL datasets get?

seanpreston avatar Nov 06 '21 15:11 seanpreston

There are existing integration tests that go between db integrations, but this will specifically handle a "torture test" for larger, multiple databases.

iamkelllly avatar Nov 16 '21 15:11 iamkelllly