Skip to content
Snippets Groups Projects
  • vargheseg's avatar
    42c2773b
    Buffer overflow workaround: serverTestSpectrumBuffer · 42c2773b
    vargheseg authored
    It is possible to set values too quickly into the
    referenceTestApplication sender process variables leading to buffer
    overflows and loss of information in the receive variablesr queue.
    
    The test was failed intermittently for this reason, A sleep has been
    used to slow down the producer as a woe	, but a proper fix would involve
    the referenceTestApplication doing its own rate limiting on buffer
    overflow situations.
    42c2773b
    History
    Buffer overflow workaround: serverTestSpectrumBuffer
    vargheseg authored
    It is possible to set values too quickly into the
    referenceTestApplication sender process variables leading to buffer
    overflows and loss of information in the receive variablesr queue.
    
    The test was failed intermittently for this reason, A sleep has been
    used to slow down the producer as a woe	, but a proper fix would involve
    the referenceTestApplication doing its own rate limiting on buffer
    overflow situations.