Erik Johnson
93ee5ee2b0
Fix all Sphinx warnings
...
Well, all but one, which we expect to see
2018-05-31 15:28:25 -05:00
Dmitry Kuzmenko
dd4273e268
Temporary POC: disable runtests log handler for Py3 tests.
2017-06-19 22:26:06 +03:00
Nicole Thomas
be0683de78
Merge pull request #41595 from gtmanfred/nitrogen
...
Make sure runtests_engine is ASCII text
2017-06-05 20:43:50 -06:00
Daniel Wallace
f309bae8b4
Make sure runtests_engine is ASCII text
...
If this is has any unicode characters in it, it won't load on systems that do
not default to a unicode locale.
find . -type f | while read line; do ret=$(file $line); if [[ $ret == *UTF-8* && $line == *.py ]]; then echo $line; fi; done
The above will list all files that have unicode characters in it and won't load
with locale set to C or POSIX
2017-06-05 17:30:28 -06:00
Dmitry Kuzmenko
fef0e0ea67
Catch errors on socket.shutdown
.
...
It throws an exception if the socket wasn't connected.
2017-06-01 16:49:57 +03:00
Pedro Algarvio
2d32fab65b
Don't instantiate the log handler if unable to connect to server
2017-04-05 23:29:13 +01:00
Pedro Algarvio
94d944da52
Limit the size of the log records queue
2017-04-05 16:38:05 +01:00
Pedro Algarvio
17798f7b69
We need to use a multiprocessing Queue
2016-05-23 13:57:22 +01:00
Pedro Algarvio
73165d8701
Break on broken pipe
2016-05-23 13:56:05 +01:00
Pedro Algarvio
a17aefd04a
Handle connection errors
2016-05-23 13:56:05 +01:00
Pedro Algarvio
e0b177a493
We need to import logging within the threaded call
2016-05-23 13:56:04 +01:00
Pedro Algarvio
cdfd5224c8
log was out of scope, better use the module
2016-05-23 13:56:04 +01:00
Pedro Algarvio
e1e1aeb3d7
Keep ports open throughout the tests execution
2016-05-23 13:56:02 +01:00
Pedro Algarvio
184c3c83ad
Run the test daemons from CLI
...
This should help running the test suite on Windows machines
2016-05-23 13:56:00 +01:00