docker / libcompose

*Unmaintained/Deprecated* An experimental go library providing Compose-like functionality
https://godoc.org/github.com/docker/libcompose
Apache License 2.0
586 stars 191 forks source link

Jenkins marking tests successful when they fail? #527

Closed CpuID closed 5 years ago

CpuID commented 5 years ago

https://jenkins.dockerproject.org/job/docker/job/libcompose/branch/master/178/consoleFull

Ctrl+f failed, whereas the build supposedly is passing?

This GH issue should be about ensuring Jenkins reflects reality, not necessarily fixing the underlying tests.

CpuID commented 5 years ago
13:12:12 =============== 79 failed, 43 passed, 1 error in 654.69 seconds ================
vdemeester commented 5 years ago

@CpuID yes, the acceptance tests from docker/compose are here for information (of what was required for the library to do), but they are not bloking

CpuID commented 5 years ago

Fair enough, I'll close this in that case.