3946 Commits

Author SHA1 Message Date
Clebert Suconic
08d8c08ed3 ARTEMIS-1257 Fixing hashCode
ResourceAdapterTest had a few failures with a NPE
2017-07-24 15:19:59 -04:00
Clebert Suconic
14fe149fa5 ARTEMIS-1265 Fixing jacoco profile for IDE integration
Idea and Eclipse integration was broken because of the surefire plugin options
2017-07-24 15:11:24 -04:00
Clebert Suconic
e27a0f8159 ARTEMIS-1265 Adding helper script for coverage tests 2017-07-24 15:11:19 -04:00
Clebert Suconic
f37af02074 ARTEMIS-1276 fixing license headers 2017-07-24 11:10:55 -04:00
Clebert Suconic
3bc0655ef7 This closes #1407 2017-07-24 10:50:52 -04:00
Jiri Danek
1b3d9cfed0 ARTEMIS-1276 fix JmsSendReceiveWithMessageExpirationTest 2017-07-24 10:50:52 -04:00
Clebert Suconic
ae41b72e3e This closes #1380 2017-07-24 09:56:09 -04:00
Erich Duda
22b4755fbb ARTEMIS-1265 JaCoCo profile for getting code coverage report
Added two maven profiles for:
 - generating JaCoCo exec files
 - generating JaCoCo reports
2017-07-24 09:56:08 -04:00
Clebert Suconic
32c54d5946 This closes #1408 2017-07-24 09:52:10 -04:00
Jiri Danek
006c31ffec NO-JIRA Fix documentation for <broadcast-group> <connection-ref> ...
Followup to #553, eliminate all occurrences of the old connector-ref
 config (that used to use connector-name attribute) in broker.xml.
2017-07-24 09:52:09 -04:00
Clebert Suconic
8cfa48886a This closes #1409 2017-07-24 09:50:40 -04:00
Jiri Danek
d732262f8c ARTEMIS-1276 delete MessageEvictionTest (feature not implemented)
The test is broken. It can be fixed by doing

```java
FakeTransportConnector(URI uri) {
   setServer(new TransportServer {
     @Override
     public URI getConnectURI() {
        return uri;
     }
but then the test would fail because message
 eviction is not supported by Artemis.
2017-07-24 09:50:40 -04:00
Jiri Danek
7e9c3fdfb7 ARTEMIS-1276 avoid System.exit in tests as Surefire cannot deal with that
This change results in many more tests being run. Previously, 662 tests
were executed. Now, 1166 tests is executed. The running time has increased
from ~20 minutes to ~50 minutes.
2017-07-24 09:50:40 -04:00
Clebert Suconic
9647c19e7f This closes #1411 2017-07-24 09:45:02 -04:00
Jiri Danek
212bd173d3 NO-JIRA use random available port in WebServerComponentTest 2017-07-24 09:45:02 -04:00
Clebert Suconic
2526ecb33a This closes #1414
This closes #1415 (manually cherry-picking)
2017-07-24 09:41:29 -04:00
xstefank
553043393e ARTEMIS-1257 ActiveMQActivationSpec.java should use boxed types for attributes values according to the JCA specification 2017-07-24 09:41:25 -04:00
Andy Taylor
f749764880 This closes #1416 ARTEMIS-1302 make quorum voting more transparent 2017-07-24 10:16:43 +01:00
Justin Bertram
59841b8872 ARTEMIS-1302 make quorum voting more transparent 2017-07-21 19:39:06 -05:00
Clebert Suconic
f138bc5284 This closes #1410 2017-07-20 09:00:18 -04:00
Clebert Suconic
8f5f2bbe52 ARTEMIS-1300 Deadlock when Core direct deliverying and AMQP receive 2017-07-20 08:59:32 -04:00
Martyn Taylor
e305cc9875 This closes #1412 2017-07-20 10:33:04 +01:00
Francesco Nigro
fdbf4f450a ARTEMIS-1301 Network failures recognition on backpressure while streaming large messages 2017-07-20 10:33:04 +01:00
Clebert Suconic
00d880eb03 This closes #1406 2017-07-18 16:16:42 -04:00
Martyn Taylor
e742de7d6e ARTEMIS-1290 QueueQuery add prefix on address 2 2017-07-18 16:16:42 -04:00
Martyn Taylor
34df3afe0c Revert "ARTEMIS-1290 QueueQuery add prefix on address"
This reverts commit 44506f2258271953018a951e11c1c53588995d9f.
2017-07-18 16:16:42 -04:00
Clebert Suconic
ad372ec98e ARTEMIS-1294 Using older sleep on TimedBuffer
And also adding test
2017-07-18 16:01:51 -04:00
Clebert Suconic
41a03de02f ARTEMIS-1287/ARTEMIS-1292 Fixing intermittent failure on reconnects 2017-07-18 10:24:39 -04:00
Clebert Suconic
de4ea0f84f This closes #1403 2017-07-18 10:23:02 -04:00
Francesco Nigro
3dc9566fb6 ARTEMIS-1294 Reverted TimedBuffer timeout policy 2017-07-18 10:23:02 -04:00
Justin Bertram
8f500986a0 This closes #1405 2017-07-18 08:44:32 -05:00
Andy Taylor
6f140897c6 ARTEMIS-1296 - fix quorum vote
Add a check on top of just being able to connect to a live broker

https://issues.apache.org/jira/browse/ARTEMIS-1296
2017-07-18 08:10:11 +01:00
Justin Bertram
3f924777fa This closes #1402 2017-07-17 10:34:06 -04:00
Dmitrii Tikhomirov
28087ad4af [ARTEMIS-1293] Log messages without prefixed id code in artemis-commons 2017-07-17 10:34:06 -04:00
Justin Bertram
e513f0e688 This closes #1401 2017-07-17 10:31:20 -04:00
Martyn Taylor
44506f2258 ARTEMIS-1290 QueueQuery add prefix on address 2017-07-17 10:31:20 -04:00
Martyn Taylor
5b8e781e36 This closes #1400 2017-07-17 10:41:02 +01:00
Michael Andre Pearce
2cbee11230 ARTEMIS-1289 Fix: Unable to configure queues containing "/" in broker.xml 2017-07-17 10:41:02 +01:00
Clebert Suconic
f18b4ee0c9 ARTEMIS-1287/ARTEMIS-1292 Complete Page on the Journal
fixing PagingTest.testDeletePhysicalPages
2017-07-14 15:04:45 -04:00
Clebert Suconic
baeca47b44 ARTEMIS-1287 Another fix on CorePluginTest
Trying to fix this test that's only failing on jenkins
2017-07-14 00:48:12 -04:00
Clebert Suconic
593f99df37 ARTEMIS-1287 Fix on CorePluginTest
Sometimes the message is expired before it reaches the client
2017-07-13 18:14:03 -04:00
Clebert Suconic
7bcde50ae8 This closes #1399 2017-07-13 17:50:33 -04:00
Clebert Suconic
31d5758885 ARTEMIS-1288 crash during compact control files issues
The system would become irresponsive if crashed right at the
control file writing.
2017-07-13 17:12:58 -04:00
Clebert Suconic
ac6420038f ARTEMIS-1287 Simple test fix SimpleOpenWireTest 2017-07-13 16:16:00 -04:00
Clebert Suconic
cc6ca36c51 NO-JIRA Cleanup on testsuite 2017-07-13 13:25:50 -04:00
Clebert Suconic
7137743612 NO-JIRA Making a test harder to fail 2017-07-13 12:32:20 -04:00
Clebert Suconic
c1dfc202e7 NO-JIRA: Simple fix on a test 2017-07-13 10:54:58 -04:00
Clebert Suconic
0bfdcb764c NO-JIRA: more fixes on plugintests
some asynchronously things on the server were making these to fail.
add some checkpoints to make sure it happens smoothly.
2017-07-13 09:19:15 -04:00
Clebert Suconic
36a948b225 NO-JIRA: Fixing intermittent failures on PluginTests 2017-07-12 21:15:31 -04:00
Clebert Suconic
3820ab8bb5 ARTEMIS-1284 Deleting a queue is not cleaning up page
This is fixing JMSPagingFileDeleteTest.testTopicsWithNonDurableSubscription
Issue introduced at 84e8a87325a976c9970b8e85d03fc33207623af3
2017-07-12 20:52:22 -04:00