Hi Dani

Thanks for this, sounds great! There are some instructions for running a
mail server here: https://eclipse-ee4j.github.io/jakartaee-tck/BUILDING.html
:

docker run --rm -it -p 1025:25 -p 1143:143 anajosep/cts-mailserver:0.1
bash -c "/root/startup.sh"


Hope that helps.

Jon

On Mon, Feb 18, 2019 at 7:54 PM Daniel Cunha <daniels...@apache.org> wrote:

> Hi folks,
>
> sharing some advanced with TomEE TCK.
> I've created that PR (https://github.com/apache/tomee-tck/pull/10) to fix
> some test for JavaMail.
>
> Before changes:
>
> ===============================================================================
>
> Completed running 112 tests (0:00:11.284):
>
>     Passed: 0
>     Failed: 112
>     Errors: 0
>
>
> ===============================================================================
>
> After the changes:
>
> ===============================================================================
>
> Completed running 112 tests (0:04:35.121):
>
>     Passed: 52
>     Failed: 60
>     Errors: 0
>
>
> ===============================================================================
>
>
> Still working on it. Seems that we need to have a mail server running to
> run some test. Just looking if we can integrate the Apache James for that
> cases.
>
> --
> Daniel "soro" Cunha
> https://twitter.com/dvlc_
>

Reply via email to