[
http://jira.magnolia.info/browse/MAGNOLIA-1934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Haderka reopened MAGNOLIA-1934:
-----------------------------------
Tests still fail intermittently on linux with
{code}Caused by: java.net.BindException: Address already in use{code}
After changing {{AbstractMailTestCase.setUp()}} to add 1sec timeout (sleep)
before starting server again the tests were not failing anymore.
{code}
assertFalse(wiser.getServer().isRunning());
Thread.currentThread().sleep(1000);
wiser.start();
{code}
> Review and fix mail tests.
> --------------------------
>
> Key: MAGNOLIA-1934
> URL: http://jira.magnolia.info/browse/MAGNOLIA-1934
> Project: Magnolia
> Issue Type: Improvement
> Affects Versions: 3.5 RC2
> Reporter: Jan Haderka
> Assignee: Gregory Joseph
> Fix For: 3.6
>
>
> Mail related tests do intermittently fail, which makes release process very
> troublesome. Exclude them until 3.5 final and fix them after.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/
----------------------------------------------------------------