GitHub user clebertsuconic opened a pull request:
https://github.com/apache/activemq-artemis/pull/1871
Test fixes...
Please, merge this with high priority.
I have been able to merge anything else due to these test fixes.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/clebertsuconic/activemq-artemis tests
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1871.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1871
----
commit 2b4a147d9319ac3c1111fa04b8657fa04845550b
Author: Clebert Suconic <clebertsuconic@...>
Date: 2018-02-14T15:15:01Z
NO-JIRA Test fixes
LargeServerMessageImpl.finalize is eventually causing deadlocks
CoreMessage needs to check properties before decoding
PagingTest tweaks
ServerLocatorImpl can deadlock eventually, avoiding a lock and using actors
ActiveMQServerImpl.finalize is also evil and can cause deadlocks on the
testsuite
commit 8275c86bd86c993107bf82f997474c78310840e1
Author: Clebert Suconic <clebertsuconic@...>
Date: 2018-02-14T04:03:18Z
fixing MQTT test
commit 67609601942dd3ebb873a036efbfaf414e4d3756
Author: Clebert Suconic <clebertsuconic@...>
Date: 2018-02-13T19:40:37Z
NO-JIRA Fixing Deadlock on MQTTConnection
Found during a testsuite run
----
---