Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: deflake postgres and sqlite integration joins test #9939

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

r1tsuu
Copy link
Member

@r1tsuu r1tsuu commented Dec 12, 2024

relationTo was specified incorrectly which led to

  ● Joins Field › rEST API should not populate individual join by providing schemaPath=false

    error: insert or update on table "collection_restricted" violates foreign key constraint "collection_restricted_category_id_restricted_categories_id_fk"

      18 |       .returning()
      19 |   } else {
    > 20 |     result = await (db as TransactionPg).insert(table).values(values).returning()

@r1tsuu r1tsuu merged commit c298cbc into main Dec 12, 2024
59 checks passed
@r1tsuu r1tsuu deleted the chore/fix-flaky-joins-test branch December 12, 2024 19:49
Copy link
Contributor

🚀 This is included in version v3.7.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant