dhiaayachi / temporal

Temporal service
https://docs.temporal.io
MIT License
0 stars 0 forks source link

Schedule list with query times out on server 1.25.0-rc.0 #105

Open dhiaayachi opened 2 months ago

dhiaayachi commented 2 months ago

Upgrading the server in the Go SDK test suite, causes a test that lists schedules with a visibility query to time out.

https://github.com/temporalio/sdk-go/commit/1350fb4bd58fa0782c774ab198d75e8cafb1fcff#diff-8118e44ac15fb5ab2e2ece2ab52fd23062a10b5cc9c55ee5b3620a1242cff27cR4938

dhiaayachi commented 1 month ago

Thanks for reporting the issue. The provided code snippet references the commit that introduced the change:

https://github.com/temporalio/sdk-go/commit/1350fb4bd58fa0782c774ab198d75e8cafb1fcff#diff-8118e44ac15fb5ab2e2ece2ab52fd23062a10b5cc9c55ee5b3620a1242cff27cR4938

Can you tell me more about the visibility query being used in the test case? Specifically, what are the query parameters being passed? This will help identify potential causes for the timeout.