[test-results] [Bamboo] Asterisk Testing > Asterisk Trunk > #1392 has FAILED (40 tests failed, 3 failures were new). Change made by Mark Michelson.

Bamboo bamboo at asterisk.org
Thu Jun 20 13:26:54 CDT 2013


-----------------------------------------------------------------------
Asterisk Testing > Asterisk Trunk > #1392 failed.
-----------------------------------------------------------------------
Code has been updated by Mark Michelson.
1/2 jobs failed, with 40 failing tests, 3 failures were new.

http://bamboo.asterisk.org/browse/TESTING-ASTERISKTRUNK-1392/


--------------
Failing Jobs
--------------
  - Asterisk CentOS 6 32-Bit (CentOS 6): 40 of 566 tests failed.



--------------
Code Changes
--------------
Mark Michelson (392318):

>Fix threadpool rapid growth problem.
>
>When a threadpool is set to autoincrement its threadcount, an issue
>may arise when multiple tasks are queued at once into the threadpool. Since
>threads start active, each new task would result in autoincrementing the
>thread count. So if all threads were active, and a thread's autoincrement
>value were 5, then 3 new tasks would result in 15 threads being created even
>though the initial autoincrement was sufficient to handle the number of tasks.
>
>This change introduces three behavior changes:
>
>1) New threads in the threadpool start idle instead of active.
>2) When a threadpool autoincrements, one thread is activated after the growth.
>3) When a threadpool's size is incremented manually, all added threads are activated.
>
>For a more detailed explanation about the changes, please see the Review Board link
>at the bottom of this commit.
>
>Review: https://reviewboard.asterisk.org/r/2629
>
>



--------------
Tests
--------------
New Test Failures (3)
   - AsteriskTestSuite: S/fax/gateway timeout2
   - AsteriskTestSuite: S/fax/gateway timeout4
   - AsteriskTestSuite: S/bridge/atxfer nominal
Existing Test Failures (37)
   - AsteriskTestSuite: S/apps/queues/position priority maxlen
   - AsteriskTestSuite: S/channels/iax2/basic-call
   - AsteriskTestSuite: S/channels/ s i p/sip one legged transfer
   - AsteriskTestSuite: S/apps/queues/queue baseline
   - AsteriskTestSuite: S/apps/queues/set penalty
   - AsteriskTestSuite: S/bridge/automixmon
   - AsteriskTestSuite: S/bridge/blindxfer setup
   - AsteriskTestSuite: S/channels/ s i p/sip hold
   - AsteriskTestSuite: S/channels/ s i p/sip blind transfer/callee with reinvite
   - AsteriskTestSuite: S/bridge/transfer failure
   - AsteriskTestSuite: S/bridge/parkcall
   - AsteriskTestSuite: S/manager/bridge actions
   - AsteriskTestSuite: S/channels/ s i p/sip blind transfer/caller with reinvite
   - AsteriskTestSuite: S/bridge/atxfer setup
   - AsteriskTestSuite: S/channels/ s i p/sip blind transfer/caller refer only
   - AsteriskTestSuite: S/channels/ s i p/acl call
   - AsteriskTestSuite: S/fax/local channel t38 queryoption
   - AsteriskTestSuite: S/bridge/disconnect
   - AsteriskTestSuite: S/feature attended transfer
   - AsteriskTestSuite: S/masquerade
   - AsteriskTestSuite: S/bridge/dial l s options
   - AsteriskTestSuite: S/bridge/automon

--
This message is automatically generated by Atlassian Bamboo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/test-results/attachments/20130620/932abd4c/attachment-0001.htm>


More information about the Test-results mailing list