Andrei Belov

Results 10 issues of Andrei Belov

**Describe the bug** It's impossible to get the actual error message produced by libxml2 when there's an issue with passed XML data. While in some cases it's easy to get...

enhancement
3.x

How to reproduce: 1. Generate some valid XML larger than XML_MAX_LOOKUP_LIMIT (https://github.com/GNOME/libxml2/blob/master/include/libxml/parserInternals.h#L73, 10000000 bytes by default) e.g. with this script: https://gist.github.com/defanator/e06a66a3275fd75b39c37d6a00f7b7a4 ``` vagrant@vagrant:~$ ./generate-xml.sh 26700 > test.xml vagrant@vagrant:~$ stat test.xml...

__Steps to reproduce:__ List the minimal actions needed to reproduce the behaviour. 1. Install and set up influxdb 2.7.3. 2. Ingest some data to bucket(s). 3. Upgrade to influxdb 2.7.4....

**Description** After upgrading from 3006.4 to 3006.5 we are no longer able to use states that rely on a family of `boto_*` modules. **Setup** TBA Please be as specific as...

Bug
Regression

### Proposed changes Simple fix to Makefile ensuring that any subsequent invocations of `make clean` will succeed. ### Checklist Before creating a PR, run through this checklist and mark each...

chore

Introduced the `-b` (or `--bind-ip`) command line option, that can accept either single IP address, or CIDR mask, e.g.: wrk -b 127.0.0.2 http://localhost/ wrk -b 127.0.0.1/28 http://localhost/ In addition, the...

Originally based on https://github.com/wg/wrk/pull/183 with the following changes: 1) no separate option to disable keepalive at wrk side (this should be done either with `-H "Connection: close"` or at server's...

Closes wg/wrk#47

This feature may be useful for testing HTTPS performance in strictly defined environment. In our particular case we've been comparing a number of configurations of nginx with Cavium Nitrox SSL...

**Description** The `archive.extracted` state fails with `UnicodeEncodeError` when being applied from master to a minion, but works fine when applied from the minion via calling `salt-call`. **Setup** I'm observing this...

Bug
help-wanted