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
To compensate for a lack of query performance tests, we can at least test that queries are generated consistently. Especially for specific performance-related items.
In this issue, we should add a test to ensure the root transaction join clause is created correctly. This bit us recently when the small change was lost during a merge conflict.
Acceptance Criteria
A new test is created that generates a transaction search query. Ensure the correct root-intra parameters are used: (t.extra->>'root-intra')::int = root.intra.
The text was updated successfully, but these errors were encountered:
Subject of the issue
To compensate for a lack of query performance tests, we can at least test that queries are generated consistently. Especially for specific performance-related items.
In this issue, we should add a test to ensure the root transaction join clause is created correctly. This bit us recently when the small change was lost during a merge conflict.
Acceptance Criteria
A new test is created that generates a transaction search query. Ensure the correct root-intra parameters are used:
(t.extra->>'root-intra')::int = root.intra
.The text was updated successfully, but these errors were encountered: