Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(434)

Issue 2888533005: MockAecDump and integration tests between AecDump and AudioProcessing (Closed)

Created:
3 years, 7 months ago by aleloi
Modified:
3 years, 6 months ago
Reviewers:
peah-webrtc
CC:
webrtc-reviews_webrtc.org, AleBzk, peah-webrtc, Andrew MacDonald, aleloi, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, kwiberg-webrtc, minyue-webrtc, the sun, aluebs-webrtc, bjornv1
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

MockAecDump and integration tests between AecDump and AudioProcessing This CL adds a MockAecDump and integration tests that inject the mock into AudioProcessingImpl. The tests check the call pattern between AudioProcessingImpl and AecDump. The existing tests ApmTest.* and DebugDumpTest.* (not touched by this CL) check that the data written by AecDumpImpl is valid. The tests check that the protobuf-writing methods for the different protobuf message types in audio_processing/debug.proto are indeed called for the different modes of AudioProcessingImpl operation. BUG=webrtc:7404 Review-Url: https://codereview.webrtc.org/2888533005 Cr-Commit-Position: refs/heads/master@{#18501} Committed: https://chromium.googlesource.com/external/webrtc/+/20e4a73b9b4660f3c7864d158941637bfca14b4b

Patch Set 1 : Updated test deps #

Patch Set 2 : Added explicit convertion for Android compiler #

Total comments: 1

Patch Set 3 : rebase on top of latest changes & removed 'forced' argument. #

Patch Set 4 : Fix rebase/merge issues. #

Patch Set 5 : Changed call order to match header. #

Patch Set 6 : Remove test which is special case of next test. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+201 lines, -0 lines) Patch
M webrtc/modules/audio_processing/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/audio_processing/aec_dump/BUILD.gn View 1 2 3 2 chunks +40 lines, -0 lines 0 comments Download
A webrtc/modules/audio_processing/aec_dump/aec_dump_integration_test.cc View 1 2 3 4 5 1 chunk +91 lines, -0 lines 0 comments Download
A webrtc/modules/audio_processing/aec_dump/mock_aec_dump.h View 1 2 3 4 1 chunk +50 lines, -0 lines 0 comments Download
A webrtc/modules/audio_processing/aec_dump/mock_aec_dump.cc View 1 chunk +19 lines, -0 lines 0 comments Download

Messages

Total messages: 44 (39 generated)
peah-webrtc
Nice! lgtm https://codereview.webrtc.org/2888533005/diff/60001/webrtc/modules/audio_processing/aec_dump/mock_aec_dump.h File webrtc/modules/audio_processing/aec_dump/mock_aec_dump.h (right): https://codereview.webrtc.org/2888533005/diff/60001/webrtc/modules/audio_processing/aec_dump/mock_aec_dump.h#newcode26 webrtc/modules/audio_processing/aec_dump/mock_aec_dump.h:26: // To log an input/output pair, call ...
3 years, 7 months ago (2017-05-22 06:56:37 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2888533005/140001
3 years, 7 months ago (2017-05-23 17:05:05 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: linux_memcheck on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_memcheck/builds/8197)
3 years, 7 months ago (2017-05-23 17:42:05 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2888533005/180001
3 years, 6 months ago (2017-06-08 15:11:06 UTC) #41
commit-bot: I haz the power
3 years, 6 months ago (2017-06-08 15:12:53 UTC) #44
Message was sent while issue was closed.
Committed patchset #6 (id:180001) as
https://chromium.googlesource.com/external/webrtc/+/20e4a73b9b4660f3c7864d158...

Powered by Google App Engine
This is Rietveld 408576698