<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=windows-1252" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18939">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>I understand well,</FONT></DIV>
<DIV><FONT size=2>but I think everything is possible, even if it seems huge 
work</FONT></DIV>
<DIV><FONT size=2>by the right method the huge work can be a reasonable 
work.</FONT></DIV>
<DIV><FONT size=2>It needs only to reflect deeply of how to do 
this....</FONT></DIV>
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black"><B>From:</B> 
  <A title=steveayre@gmail.com href="mailto:steveayre@gmail.com">Steven Ayre</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  title=freeswitch-users@lists.freeswitch.org 
  href="mailto:freeswitch-users@lists.freeswitch.org">FreeSWITCH Users Help</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Friday, February 04, 2011 10:45 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Freeswitch-users] Auto test 
  FS install - now necessary?</DIV>
  <DIV><BR></DIV><A 
  href="http://en.wikipedia.org/wiki/Software_testing#Input_combinations_and_preconditions">http://en.wikipedia.org/wiki/Software_testing#Input_combinations_and_preconditions</A><BR>"A 
  very fundamental problem with software testing is that testing under all 
  combinations of inputs and preconditions (initial state) is not feasible, even 
  with a simple product. This means that the number of defects in a software 
  product can be very large and defects that occur infrequently are difficult to 
  find in testing. More significantly, non-functional dimensions of quality (how 
  it is supposed to be versus what it is supposed to do)—usability, scalability, 
  performance, compatibility, reliability—can be highly subjective; something 
  that constitutes sufficient value to one person may be intolerable to 
  another.<BR><BR>Software testing is a very difficult thing. Testing every 
  possible combination of actions and specifically covering the edge cases most 
  likely to cause problems is pretty much impossible - to run through every 
  possible action for something as large as FS would literally take longer than 
  the age of the universe. As a result a script to test for all possible errors 
  is pretty much impossible, especially for new functionality that'll be added 
  before the script's updated to test them. There will always be some bugs, 
  users testing and reporting is the best way to detect ones that the developers 
  have missed. Generally FS is pretty good at avoiding them.<BR><BR>Testing 
  yourself is always a good idea before rolling out to a production system. 
  That'll show any obvious ones up that can be fixed 
  quickly.<BR><BR>-Steve<BR><BR><BR>
  <DIV class=gmail_quote>On 4 February 2011 15:13, Madovsky <SPAN dir=ltr>&lt;<A 
  href="mailto:infos@madovsky.org">infos@madovsky.org</A>&gt;</SPAN> wrote:<BR>
  <BLOCKQUOTE 
  style="BORDER-LEFT: rgb(204,204,204) 1px solid; MARGIN: 0pt 0pt 0pt 0.8ex; PADDING-LEFT: 1ex" 
  class=gmail_quote>FS team needs user as users need FS team...<BR>maybe think 
    to a script (developped by all possible users)<BR>that test every new 
    functionality...<BR>
    <DIV>
    <DIV></DIV>
    <DIV class=h5><BR>----- Original Message -----<BR>From: "Anthony Minessale" 
    &lt;<A 
    href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</A>&gt;<BR>To: 
    "FreeSWITCH Users Help" &lt;<A 
    href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</A>&gt;<BR>Sent: 
    Friday, February 04, 2011 9:58 AM<BR>Subject: Re: [Freeswitch-users] Auto 
    test FS install - now necessary?<BR><BR><BR>&gt; I've been doing this a long 
    time and it boils down to:<BR>&gt;<BR>&gt; 50% 
    superstition/paranoia.<BR>&gt; 50% regressions from commits.<BR>&gt;<BR>&gt; 
    Stop and think. Without people updating everyday and telling us when<BR>&gt; 
    something is not right, we may never find out.<BR>&gt; Engaging in the 
    community and this mailing list and irc is a community<BR>&gt; effort and 
    its sometimes a BETA program too.<BR>&gt; Just like if this was a cool video 
    game, you get to play it before<BR>&gt; everyone else.<BR>&gt; It's hard to 
    follow every possible execution path and get into every<BR>&gt; nook and 
    cranny of 3 million lines of code.<BR>&gt; Even with the best unit testing 
    int the world, we can't do it without<BR>&gt; real people testing.<BR>&gt; 
    If you stop updating or persuade others to stop, now we are in real<BR>&gt; 
    trouble.<BR>&gt;<BR>&gt; Also, pay attention to the GIT commit 
    messages:<BR>&gt;<BR>&gt; This particular problem (which is fixed now btw) 
    was committed with a<BR>&gt; warning to please test.<BR>&gt; There was a 
    bigger problem earlier this week that resulted in some<BR>&gt; minority 
    invasive changes and its easy to catch the problems and in<BR>&gt; the end 
    the software is now more stable.<BR>&gt;<BR>&gt; commit 
    f60fdf653dd2d7f8d3eaa6a9086e1f68bd993c59<BR>&gt; Author: Anthony Minessale 
    &lt;<A 
    href="mailto:anthm@freeswitch.org">anthm@freeswitch.org</A>&gt;<BR>&gt; 
    Date: &nbsp; Wed Feb 2 16:22:43 2011 -0600<BR>&gt;<BR>&gt; &nbsp; &nbsp;fix 
    possible bad pointer in global vars (please 
    test)<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; On Thu, Feb 3, 2011 at 11:46 PM, Avi 
    Marcus &lt;<A href="mailto:avi@avimarcus.net">avi@avimarcus.net</A>&gt; 
    wrote:<BR>&gt;&gt; Maybe I'm just being paranoid, but I've been seeing a lot 
    of "I just<BR>&gt;&gt; updated<BR>&gt;&gt; to latest git and X 
    broke"<BR>&gt;&gt; And that x is always something else...<BR>&gt;&gt; I'm 
    not a seasoned coder on this magnitude, but perhaps we can develop 
    a<BR>&gt;&gt; test suite (at least part of one) to test that a fresh install 
    is<BR>&gt;&gt; functioning?<BR>&gt;&gt; A FULL test would probably be a huge 
    undertaking and involve recqual for<BR>&gt;&gt; testing media, too... Also, 
    each mod would need to have it's own test<BR>&gt;&gt; suite.<BR>&gt;&gt; Due 
    to the rapid updating of FreeSWITCH this not be what you want to 
    put<BR>&gt;&gt; your effort into, but...<BR>&gt;&gt; 
    Thoughts?<BR>&gt;&gt;<BR>&gt;&gt; On Feb 4, 2011 4:04 AM, "Anirudha Shimpi" 
    &lt;<A href="mailto:anu@familytv.com">anu@familytv.com</A>&gt; 
    wrote:<BR>&gt;&gt;&gt; Just downloaded (from git) and installed FS 1.0.7, 
    however, every time I<BR>&gt;&gt;&gt; do<BR>&gt;&gt;&gt; originate user/1001 
    &amp;park, FS crashes. Running Centos 5.5 64 
    bit.<BR>&gt;&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt; 
    _______________________________________________<BR>&gt;&gt; FreeSWITCH-users 
    mailing list<BR>&gt;&gt; <A 
    href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</A><BR>&gt;&gt; 
    <A href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" 
    target=_blank>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A><BR>&gt;&gt; 
    UNSUBSCRIBE:<A 
    href="http://lists.freeswitch.org/mailman/options/freeswitch-users" 
    target=_blank>http://lists.freeswitch.org/mailman/options/freeswitch-users</A><BR>&gt;&gt; 
    <A href="http://www.freeswitch.org" 
    target=_blank>http://www.freeswitch.org</A><BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; 
    --<BR>&gt; Anthony Minessale II<BR>&gt;<BR>&gt; FreeSWITCH <A 
    href="http://www.freeswitch.org/" 
    target=_blank>http://www.freeswitch.org/</A><BR>&gt; ClueCon <A 
    href="http://www.cluecon.com/" 
    target=_blank>http://www.cluecon.com/</A><BR>&gt; Twitter: <A 
    href="http://twitter.com/FreeSWITCH_wire" 
    target=_blank>http://twitter.com/FreeSWITCH_wire</A><BR>&gt;<BR>&gt; AIM: 
    anthm<BR>&gt; <A 
    href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</A><BR>&gt; 
    GTALK/JABBER/<A 
    href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</A><BR>&gt; 
    IRC: <A href="http://irc.freenode.net" target=_blank>irc.freenode.net</A> 
    #freeswitch<BR>&gt;<BR>&gt; FreeSWITCH Developer Conference<BR>&gt; <A 
    href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</A><BR>&gt; 
    <A 
    href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</A><BR>&gt; 
    pstn:+19193869900<BR>&gt;<BR>&gt; 
    _______________________________________________<BR>&gt; FreeSWITCH-users 
    mailing list<BR>&gt; <A 
    href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</A><BR>&gt; 
    <A href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" 
    target=_blank>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A><BR>&gt; 
    UNSUBSCRIBE:<A 
    href="http://lists.freeswitch.org/mailman/options/freeswitch-users" 
    target=_blank>http://lists.freeswitch.org/mailman/options/freeswitch-users</A><BR>&gt; 
    <A href="http://www.freeswitch.org" 
    target=_blank>http://www.freeswitch.org</A><BR><BR><BR>_______________________________________________<BR>FreeSWITCH-users 
    mailing list<BR><A 
    href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</A><BR><A 
    href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" 
    target=_blank>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</A><BR>UNSUBSCRIBE:<A 
    href="http://lists.freeswitch.org/mailman/options/freeswitch-users" 
    target=_blank>http://lists.freeswitch.org/mailman/options/freeswitch-users</A><BR><A 
    href="http://www.freeswitch.org" 
    target=_blank>http://www.freeswitch.org</A><BR></DIV></DIV></BLOCKQUOTE></DIV><BR>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>FreeSWITCH-users 
  mailing 
  list<BR>FreeSWITCH-users@lists.freeswitch.org<BR>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<BR>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<BR>http://www.freeswitch.org<BR></BLOCKQUOTE></BODY></HTML>