Hi Justin, On Fri, 2020-10-23 at 12:52 -0400, Justin Erenkrantz wrote: > How should downstream projects think about conducting build tests > (eg, 'make check', etc, etc)? > > In particular, we've been working on bringing Buildstream to Apache Serf > (which is an HTTP client library)[1]. Our current test suite requires > network access - it brings up a mock HTTP server and then runs test cases > with the local builds.
A private loopback network is available in Bubblewrap sandboxes. I.e. as long as the mock HTTP server is brought up on localhost in the same BuildStream sandbox as the client tests, I expect this to work. Or have you encountered any issues with this? Issues related to running tests in BuildStream: * https://gitlab.com/BuildStream/buildstream/-/issues/776 * https://gitlab.com/BuildStream/buildstream/-/issues/1327 Cheers, Jürg
