Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/telemetry/godev/internal/content: TestServer_ServeHTTP//noindex/ failures #65972

Open
gopherbot opened this issue Feb 27, 2024 · 1 comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. telemetry x/telemetry issues
Milestone

Comments

@gopherbot
Copy link

#!watchflakes
default <- pkg == "golang.org/x/telemetry/godev/internal/content" && test == "TestServer_ServeHTTP//noindex/"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestServer_ServeHTTP//noindex/
    content_test.go:120: GET /noindex/ response body mismatch (-want, +got):
          (
          	"""
        + 	<!doctype html>
        + 	<meta name="viewport" content="width=device-width">
          	<pre>
          	<a href="noindex.html.out">noindex.html.out</a>
          	... // 2 identical lines
          	"""
          )
--- FAIL: TestServer_ServeHTTP//noindex/ (0.00s)

watchflakes

@gopherbot gopherbot added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. telemetry x/telemetry issues labels Feb 27, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/telemetry/godev/internal/content" && test == "TestServer_ServeHTTP//noindex/"
2024-02-21 20:17 x_telemetry-gotip-netbsd-arm64 telemetry@cf35bc45 go@08d93971 x/telemetry/godev/internal/content.TestServer_ServeHTTP//noindex/ (log)
=== RUN   TestServer_ServeHTTP//noindex/
    content_test.go:120: GET /noindex/ response body mismatch (-want, +got):
          (
          	"""
        + 	<!doctype html>
        + 	<meta name="viewport" content="width=device-width">
          	<pre>
          	<a href="noindex.html.out">noindex.html.out</a>
          	... // 2 identical lines
          	"""
          )
--- FAIL: TestServer_ServeHTTP//noindex/ (0.00s)

watchflakes

@gopherbot gopherbot added this to the Unreleased milestone Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. telemetry x/telemetry issues
Projects
Status: No status
Development

No branches or pull requests

1 participant