This is an automated email from the ASF dual-hosted git repository.
pascalschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 389d825 camel-websocket: make WebsocketConsumerRouteTest independent
of the number of CPUs of the test system
389d825 is described below
commit 389d825f3820b08dba557bf9362572c19d22ae4f
Author: Pascal Schumacher <[email protected]>
AuthorDate: Mon Nov 13 23:02:58 2017 +0100
camel-websocket: make WebsocketConsumerRouteTest independent of the number
of CPUs of the test system
---
.../apache/camel/component/websocket/WebsocketConsumerRouteTest.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/components/camel-websocket/src/test/java/org/apache/camel/component/websocket/WebsocketConsumerRouteTest.java
b/components/camel-websocket/src/test/java/org/apache/camel/component/websocket/WebsocketConsumerRouteTest.java
index eabf8ca..72c6e12 100644
---
a/components/camel-websocket/src/test/java/org/apache/camel/component/websocket/WebsocketConsumerRouteTest.java
+++
b/components/camel-websocket/src/test/java/org/apache/camel/component/websocket/WebsocketConsumerRouteTest.java
@@ -111,8 +111,8 @@ public class WebsocketConsumerRouteTest extends
CamelTestSupport {
public void configure() {
WebsocketComponent websocketComponent = (WebsocketComponent)
context.getComponent("websocket");
websocketComponent.setPort(port);
-// websocketComponent.setMaxThreads(20);
-// websocketComponent.setMinThreads(1);
+ websocketComponent.setMaxThreads(20);
+ websocketComponent.setMinThreads(1);
from("websocket://echo")
.log(">>> Message received from WebSocket Client :
${body}")
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].