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/perf/storage: test failures #60414

Closed
gopherbot opened this issue May 24, 2023 · 6 comments
Closed

x/perf/storage: test failures #60414

gopherbot opened this issue May 24, 2023 · 6 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@gopherbot
Copy link

gopherbot commented May 24, 2023

#!watchflakes
post <- pkg ~ `^golang.org/x/perf/storage`

Issue created automatically to collect these failures.

Example (log):

2023/05/24 20:26:38 Close("uploads/20230524.1/0.txt") took 0.00 seconds
2023/05/24 20:26:38 query: q="label0:0" sql={"SELECT r.Content FROM (SELECT UploadID, RecordID FROM RecordLabels WHERE Name = ? AND Value = ?) t0 LEFT JOIN Records r USING (UploadID, RecordID)" []interface {}{"label0", "0"}}
2023/05/24 20:26:38 query: q="label1:0" sql={"SELECT r.Content FROM (SELECT UploadID, RecordID FROM RecordLabels WHERE Name = ? AND Value = ?) t0 LEFT JOIN Records r USING (UploadID, RecordID)" []interface {}{"label1", "0"}}
2023/05/24 20:26:38 query: q="label0:5 name:Name" sql={"SELECT r.Content FROM (SELECT UploadID, RecordID FROM RecordLabels WHERE Name = ? AND Value = ?) t0 INNER JOIN (SELECT UploadID, RecordID FROM RecordLabels WHERE Name = ? AND Value = ?) t1 USING (UploadID, RecordID) LEFT JOIN Records r USING (UploadID, RecordID)" []interface {}{"label0", "5", "name", "Name"}}
2023/05/24 20:26:38 query: q="label0:0 label0:5" err=EOF
2023/05/24 20:26:38 context canceled
--- FAIL: TestUploads (0.00s)
    upload_test.go:83: post /upload: 500 Internal Server Error
2023/05/24 20:26:38 Close("uploads/20230524.1/0.txt") took 0.00 seconds

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 May 24, 2023
@gopherbot gopherbot added this to the Unreleased milestone May 24, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/perf/storage/db" && test == "TestUploads"
2023-04-27 22:15 freebsd-amd64-race perf@d343f639 go@a6fb97b6 x/perf/storage/db.TestUploads (log)
2023/05/24 20:26:38 Close("uploads/20230524.1/0.txt") took 0.00 seconds
2023/05/24 20:26:38 query: q="label0:0" sql={"SELECT r.Content FROM (SELECT UploadID, RecordID FROM RecordLabels WHERE Name = ? AND Value = ?) t0 LEFT JOIN Records r USING (UploadID, RecordID)" []interface {}{"label0", "0"}}
2023/05/24 20:26:38 query: q="label1:0" sql={"SELECT r.Content FROM (SELECT UploadID, RecordID FROM RecordLabels WHERE Name = ? AND Value = ?) t0 LEFT JOIN Records r USING (UploadID, RecordID)" []interface {}{"label1", "0"}}
2023/05/24 20:26:38 query: q="label0:5 name:Name" sql={"SELECT r.Content FROM (SELECT UploadID, RecordID FROM RecordLabels WHERE Name = ? AND Value = ?) t0 INNER JOIN (SELECT UploadID, RecordID FROM RecordLabels WHERE Name = ? AND Value = ?) t1 USING (UploadID, RecordID) LEFT JOIN Records r USING (UploadID, RecordID)" []interface {}{"label0", "5", "name", "Name"}}
2023/05/24 20:26:38 query: q="label0:0 label0:5" err=EOF
2023/05/24 20:26:38 context canceled
--- FAIL: TestUploads (0.00s)
    upload_test.go:83: post /upload: 500 Internal Server Error
2023/05/24 20:26:38 Close("uploads/20230524.1/0.txt") took 0.00 seconds

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/perf/storage/db" && test == "TestUploads"
2023-04-27 22:15 windows-amd64-2016 perf@d343f639 go@1ddab592 x/perf/storage/db.TestUploads (log)
--- FAIL: TestUploads (0.00s)
    upload_test.go:83: post /upload: 500 Internal Server Error
2023/05/24 22:36:13 Close("uploads/20230524.1/0.txt") took 0.00 seconds

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/perf/storage/db" && test == "TestUploads"
2023-04-27 22:15 freebsd-amd64-race perf@d343f639 go@2a4f4fc5 x/perf/storage/db.TestUploads (log)
2023/05/25 00:17:46 Close("uploads/20230525.1/0.txt") took 0.00 seconds
2023/05/25 00:17:46 query: q="label0:0" sql={"SELECT r.Content FROM (SELECT UploadID, RecordID FROM RecordLabels WHERE Name = ? AND Value = ?) t0 LEFT JOIN Records r USING (UploadID, RecordID)" []interface {}{"label0", "0"}}
2023/05/25 00:17:46 query: q="label1:0" sql={"SELECT r.Content FROM (SELECT UploadID, RecordID FROM RecordLabels WHERE Name = ? AND Value = ?) t0 LEFT JOIN Records r USING (UploadID, RecordID)" []interface {}{"label1", "0"}}
2023/05/25 00:17:46 query: q="label0:5 name:Name" sql={"SELECT r.Content FROM (SELECT UploadID, RecordID FROM RecordLabels WHERE Name = ? AND Value = ?) t0 INNER JOIN (SELECT UploadID, RecordID FROM RecordLabels WHERE Name = ? AND Value = ?) t1 USING (UploadID, RecordID) LEFT JOIN Records r USING (UploadID, RecordID)" []interface {}{"label0", "5", "name", "Name"}}
2023/05/25 00:17:46 query: q="label0:0 label0:5" err=EOF
2023/05/25 00:17:46 context canceled
--- FAIL: TestUploads (0.00s)
    upload_test.go:83: post /upload: 500 Internal Server Error
2023/05/25 00:17:46 Close("uploads/20230525.1/0.txt") took 0.00 seconds

watchflakes

@bcmills bcmills changed the title x/perf/storage/db: TestUploads failures x/perf/storage: test failures Jun 13, 2023
@bcmills
Copy link
Contributor

bcmills commented Jun 13, 2023

(attn @golang/compiler @golang/runtime per https://dev.golang.org/owners)

@bcmills bcmills added the compiler/runtime Issues related to the Go compiler and/or runtime. label Jun 13, 2023
@bcmills
Copy link
Contributor

bcmills commented Jun 13, 2023

This seems likely to be the same cluster of failures as #60384.

@prattmic
Copy link
Member

Indeed, x/perf/storage and x/build/perfdata are nearly identical packages (the former is the deprecated version).

Duplicate of #60384.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: Done
Development

No branches or pull requests

3 participants