Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add relay snapshot test scenario with low bandwidth on data socket #149

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Dec 4, 2018

  1. Tests: cleanup relay bandwidth test

    Prepare for addition of new test
    
    Signed-off-by: Francis Deslauriers <[email protected]>
    frdeso committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    21cb188 View commit details
    Browse the repository at this point in the history
  2. Tests: cleanup: reuse snapshot utils functions

    Signed-off-by: Francis Deslauriers <[email protected]>
    frdeso committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    ebb47fa View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. Tests: add snapshot with low bandwidth data socket testcase

    This commit adds a testcase that simulates a snapshot on a relayd with a
    data socket with very low bandwidth. This configuration can trigger a
    race where the trace is unreadable because the snapshot is reported as
    completed even though data is still in flight.
    
    As of right now, this testcase fails because the trace is unreadable.
    
    Babeltrace outputs the following error:
    [error] Packet size (4194304 bits) is larger than remaining file size
    (175104 bits) in trace with UUID "d9e6182e6469405094f839a08f438c3b", at
    path:
    "/tmp/tmp.sY3M2G54Oy/raton/snapshot-1-20181203-100618-0/ust/uid/0/64-bit",
    within stream id 0, at relative path: "chan1_1".
    
    Signed-off-by: Francis Deslauriers <[email protected]>
    frdeso committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    1bf4cb5 View commit details
    Browse the repository at this point in the history