This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] test-in-container: Install locales into the test container
- From: Carlos O'Donell <carlos at redhat dot com>
- To: Florian Weimer <fweimer at redhat dot com>, DJ Delorie <dj at redhat dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Tue, 9 Jul 2019 17:08:28 -0400
- Subject: Re: [PATCH] test-in-container: Install locales into the test container
- References: <xnbly3qdyy.fsf@greed.delorie.com> <87sgrfc4n5.fsf@oldenburg2.str.redhat.com>
On 7/9/19 4:52 PM, Florian Weimer wrote:
I think applying this patch as-is would make glibc development
substantially more difficult for me.
Where do you draw the line? Eventually the testing is going to
slow down your edit/build/test cycle. If this is a problem for
developers then we need some kind of objective "line" that we
try not to cross.
Should we have a staggered approach?
make check-sanity
-- Run as many tests as fit into 10s.
-- Run all tests which are not support_become_root,
test-in-container, or xcheck tests, since these
can be expensive.
make check
-- No time limit for testing.
-- Run all tests which are not xcheck tests.
make xhceck
-- No time limit for testing.
-- Run all tests including xcheck tests.
--
Cheers,
Carlos.