Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qa: run autopep8 formatting on qa python files | mormj | 2020-10-30 | 1 | -7/+9 |
| | | | | | | find ./ -iname qa*.py | xargs autopep8 --in-place -a -a mostly formats whitespace and gets rid of trailing semicolons | ||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
| | |||||
* | gr-zeromq: Let OS pick free port for tests | Brennan Ashton | 2018-11-28 | 1 | -2/+3 |
| | |||||
* | gr-zeromq: Keep qa_zeromq_pub test from blocking | Brennan Ashton | 2018-11-03 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | The core of this issue is the socket may not be ready when add_socket returns from probe_manager. Add a delay to give the socket time. Also make recv non-blocking, if the message is not recevied it will throw an exception. The thread was also calling poll with None. This is bad since if socket never gets the message the thread will wait forever. To help fail fast this patch also sets a time limit on the polling thread. This is referenced in #1261 | ||||
* | Merge branch 'next' into python3 | Johnathan Corgan | 2017-04-06 | 1 | -1/+5 |
|\ | |||||
| * | gr-zeromq: resolve race condition in qa tests | Andrej Rode | 2017-04-02 | 1 | -1/+5 |
| | | |||||
* | | python3: update non-GRC components to use python2 or python3 | Douglas Anderson | 2017-02-26 | 1 | -1/+2 |
|/ | |||||
* | zeromq: updates to qa code to wait for completion and pass. | Tom Rondeau | 2014-05-16 | 1 | -1/+2 |
| | |||||
* | zeromq: fixing up QA code for vlen | Johnathan Corgan | 2014-05-13 | 1 | -7/+7 |
| | |||||
* | zeromq: temporarily removing QA test output to XML | Johnathan Corgan | 2014-05-13 | 1 | -1/+1 |
| | | | | | | The QA tests are run twice, once for stdout, once for XML out, this causes problems because the network ports don't recycle fast enough and the blocks get 'address in use' errors. | ||||
* | zeromq: Change string of test name | Johannes Schmitz | 2014-05-09 | 1 | -2/+3 |
| | |||||
* | zeromq: Add qa code | Johannes Schmitz | 2014-05-09 | 1 | -0/+52 |