Egon Elbre

Results 224 comments of Egon Elbre

Failure at https://build.dev.storj.tools/job/storj-gerrit-verify/13083/testReport/junit/storj/io_storj_satellite_orders/TestUploadDownloadBandwidth_Cockroach/: ``` orders_test.go:193: Error Trace: /var/lib/jenkins/workspace/storj-gerrit-verify/satellite/orders/orders_test.go:193 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testplanet/run.go:67 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testmonkit/run.go:49 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testmonkit/run.go:43 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testplanet/run.go:47 Error: Not equal: expected: 1100800 actual : 1126912 Test: TestUploadDownloadBandwidth/Cockroach ```

Still flaky https://build.dev.storj.tools/job/storj-gerrit-verify/14594/testReport/junit/storj/io_storj_satellite_orders/TestUploadDownloadBandwidth_Cockroach/ ``` orders_test.go:193: Error Trace: /var/lib/jenkins/workspace/storj-gerrit-verify/satellite/orders/orders_test.go:193 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testplanet/run.go:67 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testmonkit/run.go:49 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testmonkit/run.go:43 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testplanet/run.go:47 Error: Not equal: expected: 1100800 actual : 1126912 Test: TestUploadDownloadBandwidth/Cockroach orders_test.go:198: Error Trace: /var/lib/jenkins/workspace/storj-gerrit-verify/satellite/orders/orders_test.go:198 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testplanet/run.go:67 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testmonkit/run.go:49 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testmonkit/run.go:43 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testplanet/run.go:47...

https://build.dev.storj.tools/job/storj-gerrit-verify/14712/testReport/junit/storj/io_storj_satellite_orders/TestUploadDownloadBandwidth_Cockroach/ ``` orders_test.go:193: Error Trace: /var/lib/jenkins/workspace/storj-gerrit-verify/satellite/orders/orders_test.go:193 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testplanet/run.go:67 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testmonkit/run.go:49 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testmonkit/run.go:43 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testplanet/run.go:47 Error: Not equal: expected: 1100800 actual : 1126912 Test: TestUploadDownloadBandwidth/Cockroach orders_test.go:198: Error Trace: /var/lib/jenkins/workspace/storj-gerrit-verify/satellite/orders/orders_test.go:198 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testplanet/run.go:67 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testmonkit/run.go:49 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testmonkit/run.go:43 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testplanet/run.go:47 Error: Not...

https://build.dev.storj.tools/job/storj-gerrit-verify/15157/testReport/junit/storj/io_storj_satellite_orders/TestUploadDownloadBandwidth_Cockroach/ ``` orders_test.go:193: Error Trace: /var/lib/jenkins/workspace/storj-gerrit-verify/satellite/orders/orders_test.go:193 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testplanet/run.go:72 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testmonkit/run.go:49 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testmonkit/run.go:43 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testplanet/run.go:52 Error: Not equal: expected: 1100800 actual : 1126912 Test: TestUploadDownloadBandwidth/Cockroach orders_test.go:198: Error Trace: /var/lib/jenkins/workspace/storj-gerrit-verify/satellite/orders/orders_test.go:198 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testplanet/run.go:72 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testmonkit/run.go:49 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testmonkit/run.go:43 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testplanet/run.go:52 Error: Not...

still happening https://build.dev.storj.tools/job/storj-gerrit-verify/15831/testReport/junit/storj/io_storj_satellite_orders/TestUploadDownloadBandwidth_Cockroach/ ``` orders_test.go:193: Error Trace: /var/lib/jenkins/workspace/storj-gerrit-verify/satellite/orders/orders_test.go:193 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testplanet/run.go:72 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testmonkit/run.go:49 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testmonkit/run.go:43 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testplanet/run.go:52 Error: Not equal: expected: 1100800 actual : 1126912 Test: TestUploadDownloadBandwidth/Cockroach orders_test.go:198: Error Trace: /var/lib/jenkins/workspace/storj-gerrit-verify/satellite/orders/orders_test.go:198 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testplanet/run.go:72 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testmonkit/run.go:49 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testmonkit/run.go:43 /var/lib/jenkins/workspace/storj-gerrit-verify/private/testplanet/run.go:52...

Mostly, I don't want to put the effort into a stable API. I could provide an unstable one. Is there a concrete problem you are finding difficult to solve? I'm...

If you just want all the packages, then this would be sufficient: ``` package main import ( "golang.org/x/tools/go/packages" ) func Dependencies(pkgs ...string) (map[string]*packages.Package, error) { roots, err := packages.Load(&packages.Config{ Mode:...

If there are things that you do not care about, it's possible to use: ``` goda tree 'reach(./pilot/cmd/pilot-discovery/...:all, k8s.io/api/authorization/v1beta1) - k8s.io/client-go/kubernetes/scheme' # or goda tree 'reach(./pilot/cmd/pilot-discovery/...:all, k8s.io/api/authorization/v1beta1) - k8s.io/client-go/kubernetes/scheme/...' ```...

Oh, maybe printing things as layers would help? ``` // Input graph A -> {B, Z} B -> C C -> Z D -> C Ranking, would give us something...

Yes, there's `DeleteObject` https://pkg.go.dev/storj.io/uplink#Project.DeleteObject.