You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Hiran CHAUDHURI <hi...@amadeus.com.INVALID> on 2021/12/08 08:44:04 UTC

Tomcat testing

Hello there.

My organization requires that Tomcat releases - especially patches - get tested before we propagate them into production environments.
For sure similar tests are run by the ASF before releasing the software at all.

Is there a way to run the very same tests within our organization? Where can I find out what automatic testing is already performed? Or would I have to develop a test suite from scratch?

Hiran

IMPORTANT - CONFIDENTIALITY NOTICE - This e-mail is intended only for the use of the individual or entity shown above as addressees . It may contain information which is privileged, confidential or otherwise protected from disclosure under applicable laws . If the reader of this transmission is not the intended recipient, you are hereby notified that any dissemination, printing, distribution, copying, disclosure or the taking of any action in reliance on the contents of this information is strictly prohibited. If you have received this transmission in error, please immediately notify us by reply e-mail or using the address below and delete the message and any attachments from your system. Amadeus Data Processing GmbH Geschaftsfuhrer: Sven Fuhrmeister Sitz der Gesellschaft: Erding HR Munchen 212770 Berghamer Strasse 6 85435 Erding Germany.

Re: Tomcat testing

Posted by Christopher Schultz <ch...@christopherschultz.net>.
Hiran,

On 12/8/21 03:44, Hiran CHAUDHURI wrote:
> My organization requires that Tomcat releases - especially patches -
> get tested before we propagate them into production environments. For
> sure similar tests are run by the ASF before releasing the software
> at all.
> 
> Is there a way to run the very same tests within our organization?
> Where can I find out what automatic testing is already performed? Or
> would I have to develop a test suite from scratch?

In addition to the responses you've already received, have a look at
this presentation:
https://people.apache.org/~schultz/presentations/ApacheCon%20NA%202020/Getting%20Started%20Hacking%20Tomcat.pdf

Especially pages 10 - 12, which explain how to run the unit tests. There 
is a video recording of the presentation, too. It's all available from 
the Tomcat "Presentations" page here:
https://tomcat.apache.org/presentations.html

-chris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Tomcat testing

Posted by Martin Grigorov <mg...@apache.org>.
HI,

On Wed, Dec 8, 2021 at 11:20 AM Mark Thomas <ma...@apache.org> wrote:

> On 08/12/2021 08:44, Hiran CHAUDHURI wrote:
> > Hello there.
> >
> > My organization requires that Tomcat releases - especially patches - get
> tested before we propagate them into production environments.
> > For sure similar tests are run by the ASF before releasing the software
> at all.
> >
> > Is there a way to run the very same tests within our organization? Where
> can I find out what automatic testing is already performed? Or would I have
> to develop a test suite from scratch?
>
> https://github.com/apache/tomcat/blob/main/BUILDING.txt


Here is what we do at Travis CI:
-
https://github.com/apache/tomcat/blob/2c5cea02157c3730ca498e0e26422dcaea5b8d4b/.travis.yml
-
https://github.com/apache/tomcat/blob/2c5cea02157c3730ca498e0e26422dcaea5b8d4b/.travis/antTest.sh


>
>
> Section 7.
>
> There is also the various CI systems:
> https://tomcat.apache.org/ci.html
>
> Mark
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>

Re: Tomcat testing

Posted by Mark Thomas <ma...@apache.org>.
On 08/12/2021 08:44, Hiran CHAUDHURI wrote:
> Hello there.
> 
> My organization requires that Tomcat releases - especially patches - get tested before we propagate them into production environments.
> For sure similar tests are run by the ASF before releasing the software at all.
> 
> Is there a way to run the very same tests within our organization? Where can I find out what automatic testing is already performed? Or would I have to develop a test suite from scratch?

https://github.com/apache/tomcat/blob/main/BUILDING.txt

Section 7.

There is also the various CI systems:
https://tomcat.apache.org/ci.html

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org