Felix Hassert
Felix Hassert
for apache, afaik, it's only a limitation in mod_proxy that applies to fcgi/fpm setups. mod_php should get underscore headers.
I might have the same issue: In one of my tests I call an `/etc/init.d` script. As long as I do this, bats doesn't return after the last check. This...
In my init-script example I can terminate the hang by stopping the started daemon from another shell. Furthermore, I have found a race condition in my test. One check has...
Yes, @Sylvain303, I start a daemon, run several checks and stop it lastly. This is split up in several tests to have somewhat meaningful test names for everything. My problem...
``` $ nerdctl version Client: Version: v0.15.0 Git commit: b72b5ca14550b2e23a42787664b6182524c5053f Server: containerd: Version: v1.5.8 GitCommit: 1e5ef943eb76627a6d3b6de8cd1ef6537f393a71 ```
Maybe a shortcut to Jenkins could be a [TAP](https://testanything.org/) output. That seems to be quite close to the structure of the current output and is still somewhat human readable, and...
Are you proposing a set of response headers that are sent by default (on error responses)? Or do you want that to be user configurable? What header/info besides the `req.id`...
yes. but this leads to "unattended" rollouts.
I can confirm the problem with this code (with PHP7, Imagick 3.4.3RC1, ImageMagick 7.0.2): ``` $i = new Imagick('lenna.png'); $i->setImageFormat("png"); $i->setImageCompressionQuality(5); $i->writeImage("out05.png"); ``` All quality values (0-99) produce a 474630...
I like the idea. How would you define the order? We could inspect expressions (especially those using request.context), like we do to order request sequences. Or would you use the...