This is an automated email from the ASF dual-hosted git repository.

szetszwo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ratis.git


The following commit(s) were added to refs/heads/master by this push:
     new 37ea6e8  RATIS-1039. Update ratis-thirdparty version in order to use 
the latest netty. (#180). Contributed by Ansh Khanna
37ea6e8 is described below

commit 37ea6e81e5f3d0a65bddc854002addd5337ed4d9
Author: anshkhannasbu <[email protected]>
AuthorDate: Tue Aug 18 19:04:29 2020 -0400

    RATIS-1039. Update ratis-thirdparty version in order to use the latest 
netty. (#180). Contributed by Ansh Khanna
---
 pom.xml                                                                | 2 +-
 .../src/test/java/org/apache/ratis/datastream/TestDataStream.java      | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 75b770a..1ad1656 100644
--- a/pom.xml
+++ b/pom.xml
@@ -222,7 +222,7 @@
     <maven.min.version>3.3.9</maven.min.version>
 
     <!-- Contains all shaded thirdparty dependencies -->
-    <ratis.thirdparty.version>0.5.0</ratis.thirdparty.version>
+    <ratis.thirdparty.version>0.6.0-SNAPSHOT</ratis.thirdparty.version>
 
     <!-- Need these for the protobuf compiler. *MUST* match what is in 
ratis-thirdparty -->
     <shaded.protobuf.version>3.11.0</shaded.protobuf.version>
diff --git 
a/ratis-test/src/test/java/org/apache/ratis/datastream/TestDataStream.java 
b/ratis-test/src/test/java/org/apache/ratis/datastream/TestDataStream.java
index f773216..ecf7c50 100644
--- a/ratis-test/src/test/java/org/apache/ratis/datastream/TestDataStream.java
+++ b/ratis-test/src/test/java/org/apache/ratis/datastream/TestDataStream.java
@@ -79,7 +79,8 @@ public class TestDataStream extends BaseTest {
     }
     bf.flip();
     int i = 0;
-    while(i < 2){
+
+    while(i < 1000){
       bf.position(0).limit(bf.capacity());
       futures.add(stream.streamAsync(bf));
       i++;

Reply via email to