David Aronchick

Results 165 issues of David Aronchick

- Start devstack - Go to new window - Run: ```bash go run . docker run ubuntu echo "hello world" go run . list ``` Expected: ``` CREATION_TIME ID JOB...

Repro: ``` ❯ go run . docker run ubuntu echo "hello world" 15:01:00.638 | INF bacalhau/utils.go:69 > Development client version, skipping version check d7d4d23d-08ff-46f4-a695-f37647da67cc ❯ go run . list CREATION_TIME...

bug

Epic for tracking examples. Need real world examples for Bacalhau - each one should have: - Real world scenario - e.g. "What can you do with Bacalhau that you can't...

We need a dashboard that walks our traces and produces the following things (daily): - Number of jobs - Length of each job running - Spec of job (e.g. used...

It's out of date - https://docs.bacalhau.org/demos/image-processing Too many flags currently there - e..g -v, -i, and -o are no longer necessary.

The flow would look like the following: ``` > bacalhau docker run ubuntu -- /bin/true 8b1e6ec5-a53d-4c34-9135-08f1f46e203c > bacalhau describe 8b1e6ec5-a53d-4c34-9135-08f1f46e203c > job.yaml > bacalhau create -f job.yaml ``` The yaml...

Ideas: - [x] Don't build a new base image every time you run a test - [ ] Have a way to run jobs using local docker registry? - [...

testing

``` // TODO: This test seems broken due to existence of output directory ``` https://github.com/filecoin-project/bacalhau/blob/4d191b995d4d10b84a19c82840d377437c182322/pkg/test/verifier/ipfs_verifier_test.go#L43

testing

``` // TODO: Refactor all of these tests to use common functionality; they're all very similar ``` https://github.com/filecoin-project/bacalhau/blob/dd2e3f5d2971cf55f226524903578ced7281aeb1/cmd/bacalhau/docker_run_test.go#L64

testing