From 7d54c6656734257155b2542855f83b92302858e0 Mon Sep 17 00:00:00 2001 From: Carly de Frondeville Date: Wed, 8 Jan 2025 11:55:33 -0600 Subject: [PATCH] disable tq info caching in task queue test (#726) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## What was changed ## Why? ## Checklist 1. Closes 2. How was this tested: 3. Any docs updates needed? --- temporalcli/commands_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/temporalcli/commands_test.go b/temporalcli/commands_test.go index 5f8f1e88..cd15eb94 100644 --- a/temporalcli/commands_test.go +++ b/temporalcli/commands_test.go @@ -216,6 +216,9 @@ func (s *SharedServerSuite) SetupSuite() { // Allow a high rate of change to namespaces, particularly // for the task-queue command tests. "frontend.namespaceRPS.visibility": 10000, + // this is overridden since we don't want caching to be enabled while testing DescribeTaskQueue + // behaviour related to versioning + "matching.TaskQueueInfoByBuildIdTTL": 0 * time.Second, }, }, })