Skip to content
Snippets Groups Projects
Commit e1db4a24 authored by Payton Turnage's avatar Payton Turnage Committed by CQ bot account: commit-bot@chromium.org
Browse files

[mediasession] Remove nondeterminism in tests.

Some tests depend on a count of packets sent to client without ACK
accumulating. They send an ACK on startup. In rare cases these ACKS
can arrive late and reset the server's count, resulting in different
behavior than the tests expect and creating a failure.

To fix this, this CL removes the initial ACK so its timing will not
influence the test outcome.

FLK-192 #done

TEST: fx run-test mediasession_tests
Change-Id: I3e8478c08b5843e7645c2876b288252bbf248ba9
parent 0056761a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment