The good news is that docker does indeed work, the bad news is that the
tests fail with an issue that's too involved for me :/

[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR]   
CassandraMailboxManagerConsistencyTest$FailuresOnDeletion$DeleteOnce.deleteMailboxByPathShouldBeConsistentWhenMailboxPathDaoFails:433
Multiple Failures (1 failure)
        
Expecting:
  <[]>
to contain exactly (and in same order):
  <[#private:user:INBOX]>
but could not find the following elements:
  <[#private:user:INBOX]>

at 
CassandraMailboxManagerConsistencyTest$FailuresOnDeletion$DeleteOnce.lambda$deleteMailboxByPathShouldBeConsistentWhenMailboxPathDaoFails$8(CassandraMailboxManagerConsistencyTest$FailuresOnDeletion$DeleteOnce.java:440)

so unless the build for

* 6fab99364a - JAMES-3448 Rewrite links to
http://james.apache.org/server/3/ (Mon Nov 23 15:10:36 2020 +0700)
<Benoit Tellier> N

is broken which sounds unlikely, I'm going to need help

jean

On Thu, Nov 26, 2020 at 10:53 AM Jean Helou <jean.he...@gmail.com> wrote:

> on a loosely related note : the test suite logs are scary to look at:
> piles upon piles of stack traces and error logs but the tests actually pass
> ...
>
> On Thu, Nov 26, 2020 at 10:50 AM Jean Helou <jean.he...@gmail.com> wrote:
>
>> Thanks benoit,
>>
>> Matthieu pointed me to numerous apache projects with jenkinsfiles which
>> mention docker in
>> https://github.com/search?q=org%3Aapache++filename%3AJenkinsfile+docker&type=Code
>> so I'm trying out things based on that
>>
>> the logs seem promising so far :
>> ```
>>
>> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.697 
>> s - in org.apache.james.backends.rabbitmq.RabbitMQConnectionFactoryTest
>>         ℹ︎ Checking the system...
>>         ✔ Docker version should be at least 1.6.0
>>         ✔ Docker environment should have more than 2GB free disk space
>> [INFO] Running org.apache.james.backends.rabbitmq.RabbitMQTest
>> ```
>>
>>
>> On Thu, Nov 26, 2020 at 10:40 AM Tellier Benoit <btell...@apache.org>
>> wrote:
>>
>>> Done
>>>
>>> Le 26/11/2020 à 16:25, Jean Helou a écrit :
>>> > hi all,
>>> >
>>> > As you know I started a PR to setup jenkins CI, the latest iteration
>>> sees
>>> > the compilation of the project complete in 5 minutes ( thanks to T1C)
>>> but
>>> > the tests fail to initialize docker containers with the disastrous
>>> > consequences you can imagine :D
>>> >
>>> > I opened https://issues.apache.org/jira/browse/INFRA-21144 to ask if
>>> it is
>>> > possible to have the docker service enable don some nodes, since I am
>>> not
>>> > official member of the project I think it may be useful if you chimed
>>> in on
>>> > the ticket to confirm that this is a legitimate request.
>>> >
>>> > Best regards,
>>> > Jean
>>> >
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
>>> For additional commands, e-mail: server-dev-h...@james.apache.org
>>>
>>>

Reply via email to