-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.release-blocker
Milestone
Description
Using TempDir with subtests with the unreleased testing.TB.TempDir (#35998) doesn't work, as ioutil.TempDir doesn't want a slash in its pattern:
=== RUN TestLinkerGC/only_conn
TestLinkerGC/only_conn: testing.go:819: TempDir: pattern contains path separator
=== RUN TestLinkerGC/only_client
TestLinkerGC/only_client: testing.go:819: TempDir: pattern contains path separator
=== RUN TestLinkerGC/only_server
TestLinkerGC/only_server: testing.go:819: TempDir: pattern contains path separator
--- FAIL: TestLinkerGC (0.00s)
Seems easy enough to fix... just mangle the test name a bit.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.release-blocker