[asterisk-dev] Automated Regression Testing

Trasca Virgil virgil_trasca at yahoo.com
Wed Feb 22 11:02:55 MST 2006


Hi All,


   I want to ask you the developers of asterisk. Do
you use some Automated System for regression test. How
do you handle this in Asterisk? I assume each time a
new feature apears, nobody stays to run manually
thousands of already existing test cases so you will
sure that the new feature will not break some existing
functionallity. So how do you handle that? 

Cheers,
Virgil


--- asterisk-dev-request at lists.digium.com wrote:

> Send asterisk-dev mailing list submissions to
> 	asterisk-dev at lists.digium.com
> 
> To subscribe or unsubscribe via the World Wide Web,
> visit
> 
>
http://lists.digium.com/mailman/listinfo/asterisk-dev
> or, via email, send a message with subject or body
> 'help' to
> 	asterisk-dev-request at lists.digium.com
> 
> You can reach the person managing the list at
> 	asterisk-dev-owner at lists.digium.com
> 
> When replying, please edit your Subject line so it
> is more specific
> than "Re: Contents of asterisk-dev digest..."
> 
> 
> Today's Topics:
> 
>    1. Re: how to export symbols from app_ and chan_
> objects?
>       (Tilghman Lesher)
>    2. Re: TDMoE protocol (Richard Lyman)
>    3. Re: how to export symbols from app_ and chan_
> objects?
>       (Edwin Groothuis)
>    4. Re: how to export symbols from app_ and chan_
> objects?
>       (Jeffrey C. Ollie)
>    5. Re: how to export symbols from app_ and chan_
> objects?
>       (Tilghman Lesher)
>    6. Re: how to export symbols from app_ and chan_
> objects?
>       (Tzafrir Cohen)
>    7. Re: how to export symbols from app_ and chan_
> objects?
>       (Tzafrir Cohen)
>    8. Re: TDMoE protocol (Tony Mountifield)
>    9. Re: how to export symbols from app_ and chan_
> objects?
>       (Marc Haisenko)
> 
> 
>
----------------------------------------------------------------------
> 
> Message: 1
> Date: Tue, 21 Feb 2006 19:52:34 -0600
> From: Tilghman Lesher
> <tilghman at mail.jeffandtilghman.com>
> Subject: Re: [asterisk-dev] how to export symbols
> from app_ and chan_
> 	objects?
> To: Asterisk Developers Mailing List
> <asterisk-dev at lists.digium.com>
> Message-ID:
>
<200602211952.34703.tilghman at mail.jeffandtilghman.com>
> Content-Type: text/plain;  charset="iso-8859-1"
> 
> On Tuesday 21 February 2006 04:20, Marc Haisenko
> wrote:
> > On Monday 20 February 2006 23:43, Tilghman Lesher
> wrote:
> > > Why not simply write your app directly into
> chan_zap.c and use
> > > the corresponding ast_register_application and
> > > ast_unregister_application APIs?  This is
> already being done for
> > > another app that needs similar access to private
> zaptel channel
> > > structures.
> >
> > Suggestions like these explain why Asterisk is
> full of >100kB
> > source files... I really hope this was a joke.
> 
> Oh, no!  100k?  My goodness, where shall I ever find
> a disk large
> enough to store a source file of that size?
> 
> -- 
> Tilghman
> 
> 
> ------------------------------
> 
> Message: 2
> Date: Tue, 21 Feb 2006 18:06:15 -0800
> From: Richard Lyman <pchammer at dynx.net>
> Subject: Re: [asterisk-dev] TDMoE protocol
> To: Asterisk Developers Mailing List
> <asterisk-dev at lists.digium.com>
> Message-ID: <43FBC717.3080600 at dynx.net>
> Content-Type: text/plain; charset=us-ascii;
> format=flowed
> 
> James Harper wrote:
> 
> >Is there an RFC or other technical documentation
> for the zaptel TDMoE
> >protocol anywhere?
> >  
> >
> http://www.dynx.net/ASTERISK/TDMOE/TDMoE-HOWTO
> 
> is the only thing i've ever seen on the issue.,
> 
> 
> 
> ------------------------------
> 
> Message: 3
> Date: Wed, 22 Feb 2006 13:22:38 +1100
> From: Edwin Groothuis <edwin at mavetju.org>
> Subject: Re: [asterisk-dev] how to export symbols
> from app_ and chan_
> 	objects?
> To: Asterisk Developers Mailing List
> <asterisk-dev at lists.digium.com>
> Message-ID: <20060222022238.GL990 at k7.mavetju>
> Content-Type: text/plain; charset=us-ascii
> 
> On Tue, Feb 21, 2006 at 11:20:16AM +0100, Marc
> Haisenko wrote:
> > On Monday 20 February 2006 23:43, Tilghman Lesher
> wrote:
> > > Why not simply write your app directly into
> chan_zap.c and use the
> > > corresponding ast_register_application and
> ast_unregister_application
> > > APIs?  This is already being done for another
> app that needs similar
> > > access to private zaptel channel structures.
> > 
> > Suggestions like these explain why Asterisk is
> full of >100kB source files... 
> > I really hope this was a joke.
> 
> [/home/edwin/asterisk/asterisk/1.2.4]
> root at bluebox>find . -name '*.c' | wc
>     379     379    8084
> 
> [/home/edwin/asterisk/asterisk/1.2.4]
> root at bluebox>find . -name '*.c' -exec ls -l {} \; |
> sort -n -k 5 | tail -13
> -rw-r--r--  1 root root 99590 Feb 14 14:56
> ./ast_expr2f.c
> -rw-r--r--  1 edwin edwin 103928 Jan 26 08:00
> ./channels/chan_skinny.c
> -rw-r--r--  1 edwin edwin 113730 Jan 26 08:24
> ./channel.c
> -rw-r--r--  1 edwin edwin 114908 Jan 26 08:24
> ./apps/app_queue.c
> -rw-r--r--  1 edwin edwin 129200 Jan 26 08:00
> ./channels/chan_mgcp.c
> -rw-r--r--  1 edwin edwin 150510 Jan 26 08:01
> ./pbx/pbx_dundi.c
> -rw-r--r--  1 edwin edwin 165788 Jan 26 08:01
> ./apps/app_rpt.c
> -rw-r--r--  1 edwin edwin 176867 Jan 26 08:24
> ./pbx.c
> -rw-r--r--  1 edwin edwin 186219 Jan 26 08:00
> ./say.c
> -rw-r--r--  1 edwin edwin 208315 Jan 26 08:01
> ./apps/app_voicemail.c
> -rw-r--r--  1 edwin edwin 317844 Jan 26 08:24
> ./channels/chan_iax2.c
> -rw-r--r--  1 root root 351435 Feb 21 23:24
> ./channels/chan_zap.c
> -rw-r--r--  1 root root 440003 Feb 14 14:56
> ./channels/chan_sip.c
> 
> Just a little bit more than 3 percent. Try again!
> 
> Edwin
> -- 
> Edwin Groothuis      |            Personal website:
> http://www.mavetju.org
> edwin at mavetju.org    |          Weblog:
> http://weblog.barnet.com.au/edwin/
> 
> 
> ------------------------------
> 
> Message: 4
> Date: Tue, 21 Feb 2006 20:23:08 -0600
> From: "Jeffrey C. Ollie" <jeff at ocjtech.us>
> Subject: Re: [asterisk-dev] how to export symbols
> from app_ and chan_
> 	objects?
> To: Asterisk Developers Mailing List
> <asterisk-dev at lists.digium.com>
> Message-ID:
> <1140574989.2603.41.camel at lt16585.campus.dmacc.edu>
> Content-Type: text/plain; charset="us-ascii"
> 
> On Tue, 2006-02-21 at 19:52 -0600, Tilghman Lesher
> wrote:
> > On Tuesday 21 February 2006 04:20, Marc Haisenko
> wrote:
> 
=== message truncated ===




More information about the asterisk-dev mailing list