]> Cypherpunks repositories - gostls13.git/commit
internal/sync: refactor HashTrieMap tests into per-op suites
authorMichael Anthony Knyszek <mknyszek@google.com>
Thu, 15 Aug 2024 18:53:33 +0000 (18:53 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 18 Nov 2024 20:35:25 +0000 (20:35 +0000)
commit107e094f51319f99f7353f1aeae36229deda34c0
treeef6a8130a9fd056038e68c5fa5cd7e00414da2f8
parent700c7b95ae001244e60e820dcc4f63ae4f5fc5b1
internal/sync: refactor HashTrieMap tests into per-op suites

This change does a minor refactor of the HashTrieMap tests to be better
organized into suites for each operation. It might be worthwhile to
deduplicate some code in here, but it's also helpful to see exactly
what's happening when something goes wrong.

Change-Id: I138515ee6de5aec5f3d38afe8a3bf3972afb2800
Reviewed-on: https://go-review.googlesource.com/c/go/+/606457
Auto-Submit: Michael Knyszek <mknyszek@google.com>
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/internal/sync/hashtriemap_test.go