summaryrefslogtreecommitdiff
path: root/gr-zeromq/python/zeromq/qa_zeromq_pub.py
Commit message (Collapse)AuthorAgeFilesLines
* qa: run autopep8 formatting on qa python filesmormj2020-10-301-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 formatdevnulling2020-01-271-13/+1
|
* gr-zeromq: Let OS pick free port for testsBrennan Ashton2018-11-281-2/+3
|
* gr-zeromq: Keep qa_zeromq_pub test from blockingBrennan Ashton2018-11-031-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 python3Johnathan Corgan2017-04-061-1/+5
|\
| * gr-zeromq: resolve race condition in qa testsAndrej Rode2017-04-021-1/+5
| |
* | python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-261-1/+2
|/
* zeromq: updates to qa code to wait for completion and pass.Tom Rondeau2014-05-161-1/+2
|
* zeromq: fixing up QA code for vlenJohnathan Corgan2014-05-131-7/+7
|
* zeromq: temporarily removing QA test output to XMLJohnathan Corgan2014-05-131-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 nameJohannes Schmitz2014-05-091-2/+3
|
* zeromq: Add qa codeJohannes Schmitz2014-05-091-0/+52