Egon Elbre

Results 186 issues of Egon Elbre

https://build.dev.storj.tools/job/storj-gerrit-verify/24542/testReport/junit/storj/io_storj_satellite_payments_accountfreeze/TestAutoFreezeChore_Spanner_BillingFreeze_event_for_failed_invoice__failed_later_payment_attempt_/ ``` chore_test.go:1043: Error Trace: /var/lib/jenkins/workspace/storj-gerrit-verify/satellite/payments/accountfreeze/chore_test.go:1043 /var/lib/jenkins/workspace/storj-gerrit-verify/satellite/console/accountfreezes.go:252 /var/lib/jenkins/workspace/storj-gerrit-verify/satellite/satellitedb/consoledb/consoledb.go:123 /var/lib/jenkins/workspace/storj-gerrit-verify/satellite/satellitedb/dbx/gen.go:82 /var/lib/jenkins/workspace/storj-gerrit-verify/shared/dbutil/txutil/transactions.go:76 /var/lib/jenkins/workspace/storj-gerrit-verify/shared/dbutil/txutil/transactions.go:37 /var/lib/jenkins/workspace/storj-gerrit-verify/satellite/satellitedb/dbx/gen.go:81 /var/lib/jenkins/workspace/storj-gerrit-verify/satellite/satellitedb/consoledb/consoledb.go:109 /var/lib/jenkins/workspace/storj-gerrit-verify/satellite/console/accountfreezes.go:210 /var/lib/jenkins/workspace/storj-gerrit-verify/satellite/console/accountfreezes.go:264 /var/lib/jenkins/workspace/storj-gerrit-verify/satellite/payments/accountfreeze/chore.go:349 /var/lib/jenkins/workspace/storj-gerrit-verify/satellite/payments/accountfreeze/chore.go:93 /go/pkg/mod/storj.io/[email protected]/sync2/cycle.go:146 /var/lib/jenkins/workspace/storj-gerrit-verify/satellite/payments/accountfreeze/chore.go:91 /var/lib/jenkins/workspace/storj-gerrit-verify/private/lifecycle/group.go:87 /usr/local/go/src/runtime/pprof/runtime.go:51 /var/lib/jenkins/workspace/storj-gerrit-verify/private/lifecycle/group.go:86 /go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:128 /usr/local/go/src/runtime/asm_amd64.s:1700 Error: Not equal: expected: 1 actual...

Flaky

Graphviz svg output supports CSS/JS, so it should be possible to add rules that make things highlight based on the hovered element. If you hover on a node, it should...

We've been seeing some kind of session recycling issue in our unit tests. I'm not quite sure where exactly the problem lies. It could be a spanner emulator bug, or...

type: bug
priority: p2

Scanning array of spanner structs into a slice of Go structs doesn't seem to be working. Smallest reproducer: ``` Go func structTypes(projectId, instanceId, databaseId string) error { ctx := context.Background()...