Raed Romanov

Results 3 comments of Raed Romanov

Travis [does support Docker](https://docs.travis-ci.com/user/docker/). If we prebuild the base image and push it to the Docker registry, using Docker will likely speed up the CI process because we won't have...

1. I suggest controlling network faults from tests. See [example](https://github.com/offscale/liboffkv/blob/8b9db2636fb162c3007b66aa96595f13cfc2c4b1/tests/connection_tests.cpp#L11). 2. Yes, a network namespace with a bridge interface is the possible way too. Though, I am not sure if...

> What if such a function does multiple network “operations” In this case we can design a framework with special instrumental markers and put the markers in the library functions...