From 01457835fdbc614ce87b76bd35b8c974e62c386c Mon Sep 17 00:00:00 2001 From: rodrigozhou Date: Thu, 14 Nov 2024 16:28:30 -0700 Subject: [PATCH] fix task queue tests --- temporalcli/commands_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/temporalcli/commands_test.go b/temporalcli/commands_test.go index d1000eb6..38a4169f 100644 --- a/temporalcli/commands_test.go +++ b/temporalcli/commands_test.go @@ -216,6 +216,8 @@ func (s *SharedServerSuite) SetupSuite() { // Allow a high rate of change to namespaces, particularly // for the task-queue command tests. "frontend.namespaceRPS.visibility": 10000, + // Disable DescribeTaskQueue cache. + "matching.TaskQueueInfoByBuildIdTTL": 0, }, }, })