An error occurred fetching the project authors.
- 11 Mar, 2019 1 commit
-
-
Łukasz Nowak authored
As the test runs in erp5.util.testnode, which has some ports reserved, and they collide with default ports of caddy-frontend services, select ports for those services, and leave out default for monitor, as test expects.
-
- 07 Mar, 2019 2 commits
-
-
Łukasz Nowak authored
Use safe JSON serialisation/deserialisation, as otherwise unusual slave_references can lead to issues and also character case is not kept. Also care about case of log access user, which was undetected since slave_reference in tests were always lowercase.
-
Łukasz Nowak authored
Hardcoded partition names has been fixed after the shortening.
-
- 04 Mar, 2019 1 commit
-
-
Łukasz Nowak authored
trafficserver-cache-availability.py may pass randomly, as we do not have a way during the test to really fill it.
-
- 01 Mar, 2019 1 commit
-
-
Łukasz Nowak authored
/reviewed-on !518
-
- 28 Feb, 2019 2 commits
-
-
Łukasz Nowak authored
-
Alain Takoudjou authored
-
- 26 Feb, 2019 1 commit
-
-
Łukasz Nowak authored
-
- 14 Feb, 2019 1 commit
-
-
Łukasz Nowak authored
-
- 08 Feb, 2019 2 commits
-
-
Łukasz Nowak authored
Extend the backend with Timeout configuration via headers and use it to prove, that request taking more than try_duration is correctly served. Also prove that try_duration and try_interval are correct passed to the slave configuration.
-
Łukasz Nowak authored
Assert itself "check_output" of given command, so provide simple subprocess_output with all possible information from the called command.
-
- 17 Jan, 2019 1 commit
-
-
Łukasz Nowak authored
One of solutions for random 502 errors from caddy is to fully disable HTTP2 protocol ( https://github.com/mholt/caddy/issues/1080 ) We run Caddy with HTTP2 enabled by default, as we can enable/disable it per each slave, but in some environments it might be just better to fully avoid HTTP2 codepaths in Caddy. /reviewed-on nexedi/slapos!495
-
- 16 Jan, 2019 1 commit
-
-
Łukasz Nowak authored
requests set Accept-Encoding header, but in the testr environment we want to have full control over its behaviour, thus not setting any header if not really wanted. As there is not known way to avoid setting the header (skip_accept_encoding is internal to httplib) set dummy Accept-Encoding header, which is enough for our environment.
-
- 10 Jan, 2019 1 commit
-
-
Thomas Gambier authored
-
- 04 Jan, 2019 1 commit
-
-
Łukasz Nowak authored
/reviewed-on nexedi/slapos!489
-
- 02 Jan, 2019 1 commit
-
-
Łukasz Nowak authored
Just asserting Location header is not enough, as http status code value is important for the implementation, so assert for its value. Also fix https-only redirect status code value, which supposed to be FOUND, not default MOVED_PERMANENTLY. /reviewed-on !485
-
- 30 Dec, 2018 2 commits
-
-
Łukasz Nowak authored
/reviewed-on nexedi/slapos!487
-
Łukasz Nowak authored
/reviewed-on nexedi/slapos!486
-
- 28 Dec, 2018 2 commits
-
-
Łukasz Nowak authored
It is known problem of Caddy regarding QUIC non functional after sending it SIGUSR1: https://github.com/mholt/caddy/issues/2394
-
Łukasz Nowak authored
/reviewed-on nexedi/slapos!481
-
- 20 Dec, 2018 1 commit
-
-
Łukasz Nowak authored
-
- 18 Dec, 2018 1 commit
-
-
Łukasz Nowak authored
Asserts Caddy issue https://github.com/mholt/caddy/issues/2394
-
- 14 Dec, 2018 1 commit
-
-
Łukasz Nowak authored
This reverts commit 6eec01b7. The test_supervisor_state run on each test case has exactly the same functionality, so just drop not needed additional test.
-
- 13 Dec, 2018 2 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
"software/caddy-frontend: auto-restart services on SR upgrade." begun implementation of automatic restart of services on SR upgrade, but not all services has been caught - 6tunnel was missing. /reviewed-on !473
-
- 11 Dec, 2018 1 commit
-
-
Łukasz Nowak authored
-
- 06 Dec, 2018 1 commit
-
-
Łukasz Nowak authored
-
- 05 Dec, 2018 2 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 27 Nov, 2018 4 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
It does not require reference, as it works on locally provided parameter_dict
-
- 23 Nov, 2018 1 commit
-
-
Łukasz Nowak authored
-
- 22 Nov, 2018 1 commit
-
-
Łukasz Nowak authored
-
- 21 Nov, 2018 2 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
custom_domain and server-alias on given slave do not have to clash, and can be deduplicated during request parameter analysis. /reviewed-on nexedi/slapos!444
-
- 20 Nov, 2018 3 commits
-
-
Łukasz Nowak authored
server-alias and custom_domain can be wildcards, so support such case. /reviewed-on nexedi/slapos!446
-
Łukasz Nowak authored
The assertion was fixed incorrectly.
-
Łukasz Nowak authored
By setting maxDiff to None the test failures are more explanatory.
-