Skip to content

Commit d2a4fc1

Browse files
authored
Attempt to improve maven-surefire tests in Hudson and Travis (#267)
* Adding connection checks to WebSocket Tests Signed-off-by: James Sutton <james.sutton@uk.ibm.com> * Making WebSocket Handshake Sec-WebSocket-Key 16 bytes Signed-off-by: James Sutton <james.sutton@uk.ibm.com> * Running each test class in new fork Signed-off-by: James Sutton <james.sutton@uk.ibm.com> * Testing Travis issue with OfflineBufferingTest.testManyMessageBufferAndDeliver Signed-off-by: James Sutton <james.sutton@uk.ibm.com> * Removing accidential test log entry Signed-off-by: James Sutton <james.sutton@uk.ibm.com>
1 parent b4e26f0 commit d2a4fc1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • org.eclipse.paho.client.mqttv3.test

org.eclipse.paho.client.mqttv3.test/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@
4747
<artifactId>maven-surefire-plugin</artifactId>
4848
<version>2.15</version>
4949
<configuration>
50+
<reuseForks>false</reuseForks>
51+
<forkCount>1</forkCount>
5052
<systemPropertyVariables>
5153
<SERVER_URI>${test.server_uri}</SERVER_URI>
5254
</systemPropertyVariables>

0 commit comments

Comments
 (0)