[Home]

Summary:ASTERISK-26628: tests/apps/confbridge/confbridge_recording: Failing due to frame deferral changes
Reporter:Joshua C. Colp (jcolp)Labels:
Date Opened:2016-11-28 08:26:05.000-0600Date Closed:2017-03-03 06:15:37.000-0600
Priority:MajorRegression?Yes
Status:Closed/CompleteComponents:Applications/app_confbridge Tests/testsuite
Versions:13.13.0 14.2.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The tests/apps/confbridge/confbridge_recording test is now failing. A git bisect narrowed the problem down to:

{noformat}
404a62eeeecec486065e45aaaf5a0d58b0adec0a is the first bad commit
commit 404a62eeeecec486065e45aaaf5a0d58b0adec0a
Author: George Joseph <gjoseph@digium.com>
Date:   Mon Nov 14 15:22:31 2016 -0500

   Revert "Revert "channel: Use frame deferral API for safe sleep.""

   This reverts commit 58c88cfbaa80cb43419cde9186d643d1c5d24baf.

   Change-Id: I72692e2b2e83ef6da9390075ff20b138b2c374b6
{noformat}

The frame deferral changes have therefore resulted in changing something such that the test no longer performs as expected.
Comments: