You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@zookeeper.apache.org by GitBox <gi...@apache.org> on 2021/04/14 07:20:38 UTC

[GitHub] [zookeeper] rvaleti commented on pull request #1684: ZOOKEEPER-4275 Slowness in sasl login or subject.doAs() causes zk client to falsely assume that the server did not respond, closes connection and goes to unnecessary retries

rvaleti commented on pull request #1684:
URL: https://github.com/apache/zookeeper/pull/1684#issuecomment-819291410


   The test is passing on my machine. Not sure if it's a flapper?
   
   $ mvn clean test -Dtest=ReconfigTest -pl zookeeper-server
   [INFO] Scanning for projects...
   [INFO] 
   [INFO] -------------------< org.apache.zookeeper:zookeeper >-------------------
   [INFO] Building Apache ZooKeeper - Server 3.5.10-SNAPSHOT
   [INFO] --------------------------------[ jar ]---------------------------------
   [INFO] 
   [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ zookeeper ---
   [INFO] Deleting ~/zookeeper_github_forked/zookeeper-server/target
   [INFO] 
   [INFO] --- git-commit-id-plugin:4.0.4:revision (find-current-git-revision) @ zookeeper ---
   [INFO] 
   [INFO] --- maven-antrun-plugin:1.8:run (default) @ zookeeper ---
   [INFO] Executing tasks
   
   main:
   [INFO] Executed tasks
   [INFO] 
   [INFO] --- build-helper-maven-plugin:3.0.0:timestamp-property (tbuild-time) @ zookeeper ---
   [INFO] 
   [INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ zookeeper ---
   [INFO] 
   [INFO] --- maven-compiler-plugin:3.8.1:compile (pre-compile-vergen) @ zookeeper ---
   [INFO] Changes detected - recompiling the module!
   [INFO] Compiling 2 source files to ~/zookeeper_github_forked/zookeeper-server/target/classes
   [INFO] 
   [INFO] --- exec-maven-plugin:1.6.0:exec (generate-version-info) @ zookeeper ---
   [INFO] 
   [INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ zookeeper ---
   [INFO] 
   [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ zookeeper ---
   [INFO] Using 'UTF-8' encoding to copy filtered resources.
   [INFO] skip non existing resourceDirectory ~/zookeeper_github_forked/zookeeper-serversrc/main/java/resources
   [INFO] Copying 3 resources
   [INFO] 
   [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ zookeeper ---
   [INFO] Changes detected - recompiling the module!
   [INFO] Compiling 279 source files to ~/zookeeper_github_forked/zookeeper-server/target/classes
   [INFO] 
   [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ zookeeper ---
   [INFO] Using 'UTF-8' encoding to copy filtered resources.
   [INFO] Copying 34 resources
   [INFO] Copying 3 resources
   [INFO] 
   [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ zookeeper ---
   [INFO] Changes detected - recompiling the module!
   [INFO] Compiling 269 source files to ~/zookeeper_github_forked/zookeeper-server/target/test-classes
   [INFO] 
   [INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ zookeeper ---
   [INFO] 
   [INFO] -------------------------------------------------------
   [INFO]  T E S T S
   [INFO] -------------------------------------------------------
   [INFO] Running org.apache.zookeeper.test.ReconfigTest
   [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 285.152 s - in org.apache.zookeeper.test.ReconfigTest
   [INFO] 
   [INFO] Results:
   [INFO] 
   [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0
   [INFO] 
   [INFO] ------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   [INFO] ------------------------------------------------------------------------
   [INFO] Total time: 05:05 min
   [INFO] Finished at: 2021-04-14T11:50:57+05:30
   [INFO] ------------------------------------------------------------------------


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org