Atlas › Test

TestGenerateKey

Exact test identity: go.temporal.io/server/common/definition/TestResourceDeduplicationSuite/TestGenerateKey

Package
go.temporal.io/server/common/definition
Suite / test hierarchy
TestResourceDeduplicationSuite/TestGenerateKey
Test
TestGenerateKey
Introduced at
resource_dedup.go ×1 Frontier kind: Joint frontier
Covered ranges
1
Covered lines
3
Covered files
1

Covered source

Expand a file to inspect source; the > gutter marks covered lines.

go.temporal.io/server/common/definition/resource_dedup.go 3 covered LOC · 1 range

Open complete file

66 }
67
68 > func generateKey(resourceType int32, id string) string { resource_dedup.go
69 > return fmt.Sprintf(resourceIDTemplate, resourceType, id)
70 > }