ballerina-platform / ballerina-library

The Ballerina Library
https://ballerina.io/learn/api-docs/ballerina/
Apache License 2.0
137 stars 58 forks source link

The GraphQL Test Hangs From Time to Time #7030

Open MohamedSabthar opened 2 days ago

MohamedSabthar commented 2 days ago

Description: After the recent update (2201.10.x), we have observed that the GraphQL PR tests are hanging in the GitHub workflow. Previously, with earlier Ballerina versions, this hanging behavior was infrequent and minimal, but after the current update, we notice that the PR checks hang more frequently. Notably, the tests never hang when run locally.

To fix this issue, we are planning to refactor the GraphQL tests into different suites, similar to what has been done in the HTTP module.

Describe your problem(s)

Describe your solution(s)

Related Issues (optional):

Suggested Labels (optional):

Suggested Assignees (optional):

MohamedSabthar commented 2 days ago

@warunalakshitha, @HindujaB did we introduce any runtime changes with the Ballerina 10 update? We haven't seen this behavior before.