Skip to content

net/url: TestParseErrors failing on all builders #33875

@ALTree

Description

@ALTree

TestParseErrors is currently failing on all builders: https://build.golang.org

--- FAIL: TestParseErrors (0.00s)
    url_test.go:1459: Parse("mysql://x@y(z:123)/foo") = parse mysql://x@y(z:123)/foo: invalid port ":123)" after host; want no error
    url_test.go:1459: Parse("mysql://x@y(1.2.3.4:123)/foo") = parse mysql://x@y(1.2.3.4:123)/foo: invalid port ":123)" after host; want no error
FAIL
FAIL	net/url	0.007s
FAIL

Failures started by https://go-review.googlesource.com/c/go/+/185080

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions