microsoft / microsoft/go

TestClientTimeout_Headers_h2 client_test.go failed in internal rolling build: "context deadline exceeded" "missing timeout substring"

Open
#187 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Flaky Test
Dominant language
Go
Stars
431
Forks
44
Avg merge
21h 18m
Merged PRs (30d)
30

Description

https://dev.azure.com/dnceng/internal/_build/results?buildId=1305063&view=ms.vss-test-web.build-test-results-tab&runId=38428678&resultId=105989&paneView=debug

windows_amd64_test
TestClientTimeout_Headers_h2

=== RUN   TestClientTimeout_Headers_h2
=== PAUSE TestClientTimeout_Headers_h2
=== CONT  TestClientTimeout_Headers_h2
client_test.go:1322: error string = "Get \"https://127.0.0.1:51622\": context deadline exceeded"; missing timeout substring
--- FAIL: TestClientTimeout_Headers_h2 (0.01s)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with client_test.go at line 1322 and the TestClientTimeout_Headers_h2 test, then inspect the linked internal build failure. Reproduce the windows_amd64 failure if possible and determine why the error is "context deadline exceeded" without the expected timeout substring. Done means the test passes reliably while retaining its timeout assertion.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
testing-qa
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.