Skip to content

Add retries to GraphQL test suite runner#8476

Merged
aljazerzen merged 2 commits intomasterfrom
tests-graphql-retry
Mar 22, 2025
Merged

Add retries to GraphQL test suite runner#8476
aljazerzen merged 2 commits intomasterfrom
tests-graphql-retry

Conversation

@aljazerzen
Copy link
Contributor

Make our test suite runner for GraphQL retry queries on
TransactionConflictError.
We are getting serilization errors in some test runs.
(Tests on PostgreSQL Versions, remote compiler)

Make our test suite runner for GraphQL retry queries on
TransactionConflictError.
We are getting serilization errors in some test runs.
(Tests on PostgreSQL Versions, remote compiler)
@aljazerzen aljazerzen force-pushed the tests-graphql-retry branch from 28c6012 to 91ab7cf Compare March 20, 2025 12:27
@aljazerzen aljazerzen requested review from fantix and vpetrovykh March 21, 2025 14:11
@aljazerzen aljazerzen merged commit 973a598 into master Mar 22, 2025
28 of 31 checks passed
@aljazerzen aljazerzen deleted the tests-graphql-retry branch March 22, 2025 15:39
aljazerzen added a commit that referenced this pull request Apr 5, 2025
Followup for #8476

I was catching the wrong exception (from server-side errors), while
I should be catching the error from the bindings.
Also, I used a nonexistant function, which would fail if it ever got to
there.
aljazerzen added a commit that referenced this pull request Apr 5, 2025
Followup for #8476

I was catching the wrong exception (from server-side errors), while
I should be catching the error from the bindings.
Also, I used a nonexistant function, which would fail if it ever got to
there.
aljazerzen added a commit that referenced this pull request Apr 7, 2025
Followup for #8476

I was catching the wrong exception (from server-side errors), while
I should be catching the error from the bindings.
Also, I used a nonexistent function, which would fail if it ever got to
there.
@msullivan msullivan added the backported-6.x PRs that *have* been backported to 6.x label Apr 8, 2025
msullivan pushed a commit that referenced this pull request Apr 8, 2025
Make our test suite runner for GraphQL retry queries on
TransactionConflictError.
We are getting serilization errors in some test runs.
(Tests on PostgreSQL Versions, remote compiler)
msullivan pushed a commit that referenced this pull request Apr 8, 2025
Followup for #8476

I was catching the wrong exception (from server-side errors), while
I should be catching the error from the bindings.
Also, I used a nonexistent function, which would fail if it ever got to
there.
msullivan pushed a commit that referenced this pull request Apr 8, 2025
Make our test suite runner for GraphQL retry queries on
TransactionConflictError.
We are getting serilization errors in some test runs.
(Tests on PostgreSQL Versions, remote compiler)
msullivan pushed a commit that referenced this pull request Apr 8, 2025
Followup for #8476

I was catching the wrong exception (from server-side errors), while
I should be catching the error from the bindings.
Also, I used a nonexistent function, which would fail if it ever got to
there.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backported-6.x PRs that *have* been backported to 6.x

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants