This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Where is the size max of each mailing list set?
- To: law at redhat dot com
- Subject: Re: Where is the size max of each mailing list set?
- From: Richard Earnshaw <rearnsha at arm dot com>
- Date: Sat, 24 Feb 2001 13:09:32 +0000
- cc: Geoff Keating <geoffk at geoffk dot org>, gcc at gcc dot gnu dot org, Richard dot Earnshaw at arm dot com
- Organization: ARM Ltd.
- Reply-To: Richard dot Earnshaw at arm dot com
>
>
> In message <jmlmqy1jnq.fsf@geoffk.org>you write:
> > > It's set in the list configuration code. It's easy enough to change, but
> > > I'd like to avoid doing so unless it's absolutely necessary.
> > >
> > > How about having the code which mails those reports compress & encode
> > > them?
> >
> > I think I'd really rather read testresults without needing to
> > uncompress them. It's OK that some lists will occasionally have large
> > messages sent to them, so long as this is known in advance.
> OK. We'll, I've doubled the maximum size to 400000 bytes. Hopefully
> that's enough for the stuff we care about, but small enough to filter out
> core files and other stuff we don't want.
Surely if a test run is producing 400K of output it's pretty
comprehensively broken. We don't need the full 400K to know that. Can't
the auto-posting scripts be modified to send say the first 50K with a
prefix that the test log has been truncated due to excessive failures?
R.