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/build/perfdata/db: TestUploads failures #60418

Closed
gopherbot opened this issue May 24, 2023 · 1 comment
Closed

x/build/perfdata/db: TestUploads failures #60418

gopherbot opened this issue May 24, 2023 · 1 comment
Labels
Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "golang.org/x/build/perfdata/db" && test == "TestUploads"

Issue created automatically to collect these failures.

Example (log):

2023/05/24 22:57:47 Close("uploads/20230524.1/0.txt") took 0.00 seconds
2023/05/24 22:57:47 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 22:57:47 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 22:57:47 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 22:57:47 query: q="label0:0 label0:5" err=EOF
2023/05/24 22:57:47 context canceled
--- FAIL: TestUploads (0.00s)
    upload_test.go:84: post /upload: 500 Internal Server Error
2023/05/24 22:57:47 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
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/build/perfdata/db" && test == "TestUploads"
2023-05-23 16:16 windows-amd64-2016 build@26b6615d go@326df693 x/build/perfdata/db.TestUploads (log)
2023/05/24 22:57:47 Close("uploads/20230524.1/0.txt") took 0.00 seconds
2023/05/24 22:57:47 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 22:57:47 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 22:57:47 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 22:57:47 query: q="label0:0 label0:5" err=EOF
2023/05/24 22:57:47 context canceled
--- FAIL: TestUploads (0.00s)
    upload_test.go:84: post /upload: 500 Internal Server Error
2023/05/24 22:57:47 Close("uploads/20230524.1/0.txt") took 0.00 seconds

watchflakes

@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label May 24, 2023
@gopherbot gopherbot added this to the Unreleased milestone May 24, 2023
@bcmills bcmills closed this as completed Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards) 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

2 participants