Re: Tomcat testing

2021-12-08 Thread Christopher Schultz

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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Tomcat testing

2021-12-08 Thread Martin Grigorov
HI,

On Wed, Dec 8, 2021 at 11:20 AM Mark Thomas  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-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


Re: Tomcat testing

2021-12-08 Thread Mark Thomas

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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org