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/internal/mmap: TestMultipleMaps failures #68458

Closed
gopherbot opened this issue Jul 15, 2024 · 5 comments
Closed

x/telemetry/internal/mmap: TestMultipleMaps failures #68458

gopherbot opened this issue Jul 15, 2024 · 5 comments
Assignees
Labels
NeedsFix The path to resolution is known, but the work has not been done. telemetry x/telemetry issues
Milestone

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- pkg == "golang.org/x/telemetry/internal/mmap" && test == "TestMultipleMaps"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestMultipleMaps
    mmap_test.go:157: counter 0 has value 200, want 300
    mmap_test.go:157: counter 1 has value 200, want 300
    mmap_test.go:157: counter 2 has value 200, want 300
    mmap_test.go:163: counter 0 has value 200, want 300
    mmap_test.go:163: counter 1 has value 200, want 300
--- FAIL: TestMultipleMaps (0.01s)

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Jul 15, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/telemetry/internal/mmap" && test == "TestMultipleMaps"
2024-07-12 15:15 x_telemetry-go1.21-linux-arm telemetry@d9d12e83 release-branch.go1.21@e073febe x/telemetry/internal/mmap.TestMultipleMaps (log)
=== RUN   TestMultipleMaps
    mmap_test.go:157: counter 0 has value 200, want 300
    mmap_test.go:157: counter 1 has value 200, want 300
    mmap_test.go:157: counter 2 has value 200, want 300
    mmap_test.go:163: counter 0 has value 200, want 300
    mmap_test.go:163: counter 1 has value 200, want 300
--- FAIL: TestMultipleMaps (0.01s)
2024-07-12 21:09 x_telemetry-go1.21-linux-arm telemetry@268b4a8e release-branch.go1.21@e073febe x/telemetry/internal/mmap.TestMultipleMaps (log)
=== RUN   TestMultipleMaps
    mmap_test.go:158: counter 0 has value 221, want 300
    mmap_test.go:158: counter 1 has value 221, want 300
    mmap_test.go:158: counter 2 has value 221, want 300
    mmap_test.go:164: counter 0 has value 221, want 300
    mmap_test.go:164: counter 1 has value 221, want 300
--- FAIL: TestMultipleMaps (0.00s)

watchflakes

@gopherbot gopherbot added the telemetry x/telemetry issues label Jul 15, 2024
@gopherbot gopherbot added this to the Unreleased milestone Jul 15, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/telemetry/internal/mmap" && test == "TestMultipleMaps"
2024-07-16 16:07 x_telemetry-go1.21-linux-arm telemetry@44ac6ef1 release-branch.go1.21@e073febe x/telemetry/internal/mmap.TestMultipleMaps (log)
=== RUN   TestMultipleMaps
    mmap_test.go:158: counter 0 has value 233, want 300
    mmap_test.go:158: counter 1 has value 233, want 300
    mmap_test.go:158: counter 2 has value 233, want 300
    mmap_test.go:164: counter 0 has value 233, want 300
    mmap_test.go:164: counter 1 has value 233, want 300
--- FAIL: TestMultipleMaps (0.00s)
2024-07-16 18:15 x_telemetry-go1.21-linux-arm telemetry@03c10642 release-branch.go1.21@e073febe x/telemetry/internal/mmap.TestMultipleMaps (log)
=== RUN   TestMultipleMaps
    mmap_test.go:158: counter 0 has value 284, want 300
    mmap_test.go:158: counter 1 has value 284, want 300
    mmap_test.go:158: counter 2 has value 284, want 300
    mmap_test.go:164: counter 0 has value 284, want 300
    mmap_test.go:164: counter 1 has value 284, want 300
--- FAIL: TestMultipleMaps (0.00s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/telemetry/internal/mmap" && test == "TestMultipleMaps"
2024-07-18 16:59 x_telemetry-go1.21-linux-arm telemetry@79a4c46d release-branch.go1.21@dabed2e0 x/telemetry/internal/mmap.TestMultipleMaps (log)
=== RUN   TestMultipleMaps
    mmap_test.go:158: counter 0 has value 223, want 300
    mmap_test.go:158: counter 1 has value 223, want 300
    mmap_test.go:158: counter 2 has value 223, want 300
    mmap_test.go:164: counter 0 has value 223, want 300
    mmap_test.go:164: counter 1 has value 223, want 300
--- FAIL: TestMultipleMaps (0.00s)
2024-07-19 15:35 x_telemetry-go1.21-linux-arm telemetry@36c02124 release-branch.go1.21@dabed2e0 x/telemetry/internal/mmap.TestMultipleMaps (log)
=== RUN   TestMultipleMaps
    mmap_test.go:158: counter 0 has value 179, want 300
    mmap_test.go:158: counter 1 has value 179, want 300
    mmap_test.go:158: counter 2 has value 179, want 300
    mmap_test.go:164: counter 0 has value 179, want 300
    mmap_test.go:164: counter 1 has value 179, want 300
--- FAIL: TestMultipleMaps (0.00s)

watchflakes

@gopherbot
Copy link
Contributor Author

Change https://go.dev/cl/600915 mentions this issue: internal/mmap: on 1.21 linux/arm, skip tests relying on 64-bit atomics

@findleyr findleyr self-assigned this Jul 24, 2024
@dmitshur dmitshur moved this to Active in Test Flakes Jul 24, 2024
@dmitshur dmitshur added NeedsFix The path to resolution is known, but the work has not been done. and removed NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Jul 24, 2024
@github-project-automation github-project-automation bot moved this from Active to Done in Test Flakes Aug 5, 2024
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/telemetry/internal/mmap" && test == "TestMultipleMaps"
2024-07-24 21:01 x_telemetry-go1.21-linux-arm telemetry@b54ba84a release-branch.go1.21@dabed2e0 x/telemetry/internal/mmap.TestMultipleMaps (log)
=== RUN   TestMultipleMaps
    mmap_test.go:158: counter 0 has value 200, want 300
    mmap_test.go:158: counter 1 has value 200, want 300
    mmap_test.go:158: counter 2 has value 200, want 300
    mmap_test.go:164: counter 0 has value 200, want 300
    mmap_test.go:164: counter 1 has value 200, want 300
--- FAIL: TestMultipleMaps (0.00s)

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsFix The path to resolution is known, but the work has not been done. telemetry x/telemetry issues
Projects
Archived in project
Development

No branches or pull requests

3 participants