gnuradio / newsched

The GNU Radio 4.0 Runtime Proof Of Concept

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Single Mapped Buffer qa tests fail occasionally

mormj opened this issue · comments

commented

Have noticed 2 failure modes:

  1. When logging is turned on, the flowgraph will occasionally hang
  2. When logging is off, produces some number of samples less than the expected number
commented

May have solved this with 2682c78

A lot of the test cases were failing intermittently because there were less samples in the sink than were transmitted
The better?? flushing logic should help this