Skip to content

net/http: TestHeadResponses failures #58273

Not planned
Not planned
@gopherbot

Description

@gopherbot
#!watchflakes
post <- pkg == "net/http" && test == "TestHeadResponses"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestHeadResponses (0.00s)
    --- FAIL: TestHeadResponses/h1 (0.03s)
        testing.go:1446: race detected during execution of test
    --- FAIL: TestHeadResponses/h2 (0.04s)
        testing.go:1446: race detected during execution of test

watchflakes

Activity

added
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.
on Feb 2, 2023
gopherbot

gopherbot commented on Feb 2, 2023

@gopherbot
ContributorAuthor

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "net/http" && test == "TestHeadResponses"
2023-02-01 19:47 linux-amd64-race go@ab0f0459 net/http.TestHeadResponses (log)
--- FAIL: TestHeadResponses (0.00s)
    --- FAIL: TestHeadResponses/h1 (0.03s)
        testing.go:1446: race detected during execution of test
    --- FAIL: TestHeadResponses/h2 (0.04s)
        testing.go:1446: race detected during execution of test
2023-02-01 21:30 darwin-amd64-race go@4b7f7eef net/http.TestHeadResponses (log)
--- FAIL: TestHeadResponses (0.00s)

watchflakes

bcmills

bcmills commented on Feb 2, 2023

@bcmills
Contributor

Duplicate of #58168

locked and limited conversation to collaborators on Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @bcmills@gopherbot

        Issue actions

          net/http: TestHeadResponses failures · Issue #58273 · golang/go