Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rt-pmc] [CQ 3207] jetty7 (excluding testing files referenced in comment3)

http://dev.eclipse.org/ipzilla/show_bug.cgi?id=3207


Jesse McConnell <jesse.mcconnell@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|awaiting_committer          |awaiting_pmc




--- Comment #6 from Jesse McConnell <jesse.mcconnell@xxxxxxxxx>  2009-03-17 12:31:48 ---
Below is a cut and paste from the contents of this file:

./src/jetty-source-export/jetty-test-webapp/src/main/webapp/da.txt.gz

0000 1111111111111111111111111111111111111111111111111111111
0001 1111111111111111111111111111111111111111111111111111111
0002 1111111111111111111111111111111111111111111111111111111
0003 1111111111111111111111111111111111111111111111111111111
0004 1111111111111111111111111111111111111111111111111111111
0005 1111111111111111111111111111111111111111111111111111111
0006 1111111111111111111111111111111111111111111111111111111
0007 1111111111111111111111111111111111111111111111111111111
0008 1111111111111111111111111111111111111111111111111111111
0009 1111111111111111111111111111111111111111111111111111111


Below is another example from inside the file:

./src/jetty-source-export/jetty-util/src/test/java/org/mortbay/jetty/util/resource/TestData/test.zip

ABCDEFGHIJKLMNOPQRSTUVWXYZ


These are purely test resources, as indicated by their naming conventions and
locations within our build.  The idea of putting these anywhere other then in
our SVN repo in these location is a non-starter since our build must continue
to be self-contained and reproducible and having test resources located
somewhere else is not reasonable.  Also, I seriously doubt we will be making
use of eclipse build servers anytime soon unless they support maven builds in
which case we'll certainly look to embrace that setup.  If this is a tremendous
deal then we can look at automatically generating these files but that
increases the potential likelihood of us doing that wrong and either
inadvertently failing a test case or passing a test case that should otherwise
have failed.  As you can see by the contents of these files they are benign.

Regardless, these files are not a part of actual released artifacts, they are
build and test resources and are not distributed in release components.  The
exception to that might be the gz file in the test-webapp since that is, as the
name indicates, a test webapp which provides the ability to verify download
functionality, etc.

cheers


-- 
Configure CQmail: http://dev.eclipse.org/ipzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the CQ.


Back to the top