Derek McGowan

Results 94 issues of Derek McGowan

Currently the log tap will return all logs for the requested stream. Usually the `compose` stream will be tapped and return logs from all applications. Since the client may only...

enhancement

Currently tests run serially and any given test failing will cause the entire suite to fail. The tests should be able to be run in parallel and eventually scaled out...

enhancement

Updates the test runner to setup a libcompose project and use libcompose to execute the tests. This will be extended in the future to support parallel execution.

Currently setup scripts run before docker starts up. If setup scripts can be run after docker startup and before compose, it would be possible to build a docker image which...

When specifying an image by digest in the golem configuration an error is returned like `Error creating runner: Image reference must have name and tag: dmcgowan/malevolent@sha256:0d86e087cfda57f54c41a24567ae78f3610e266d6104e11c5b7e4387b17ba5d8` Digest references should be...

Allow loading images into the test container using pull rather than load. While load is fast, saving the image the images in the test image container could be a hindrance...

Golem should be able to parse test output for `go test` and the tap formats. This allows finer grade reporting of test failure.

The example readme should give instructions for how to run the example using Golem.

Updates image-spec to v1.1.0

size/L

Update image-spec from rc to final release. Update grpc to version used in 1.6, 1.7 dependencies should not be behind 1.6.

size/XL