ddanielr opened a new pull request, #89:
URL: https://github.com/apache/accumulo-proxy/pull/89

   Redirects test output to log files. 
   
   Collapses the invalid auth tests into a single test method which reduced the 
test runtime by ~30s for each Protocol IT test.
   
   Before:
   ```
   [INFO] -------------------------------------------------------
   [INFO]  T E S T S
   [INFO] -------------------------------------------------------
   [INFO] Running org.apache.accumulo.proxy.its.TBinaryProxyIT
   [INFO] Tests run: 123, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
162.0 s -- in org.apache.accumulo.proxy.its.TBinaryProxyIT
   [INFO] Running org.apache.accumulo.proxy.its.ProxyDurabilityIT
   [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 114.1 
s -- in org.apache.accumulo.proxy.its.ProxyDurabilityIT
   [INFO] Running org.apache.accumulo.proxy.its.TCompactProxyIT
   [INFO] Tests run: 123, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
161.1 s -- in org.apache.accumulo.proxy.its.TCompactProxyIT
   [INFO] Running org.apache.accumulo.proxy.its.TJsonProtocolProxyIT
   [INFO] Tests run: 123, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
172.4 s -- in org.apache.accumulo.proxy.its.TJsonProtocolProxyIT
   [INFO] Running org.apache.accumulo.proxy.its.TTupleProxyIT
   [INFO] Tests run: 123, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
165.2 s -- in org.apache.accumulo.proxy.its.TTupleProxyIT
   [INFO] 
   [INFO] Results:
   [INFO] 
   [INFO] Tests run: 493, Failures: 0, Errors: 0, Skipped: 0
   ```
   
   After:
   ```
   INFO] -------------------------------------------------------
   [INFO]  T E S T S
   [INFO] -------------------------------------------------------
   [INFO] Running org.apache.accumulo.proxy.its.TBinaryProxyIT
   [INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
135.8 s -- in org.apache.accumulo.proxy.its.TBinaryProxyIT
   [INFO] Running org.apache.accumulo.proxy.its.ProxyDurabilityIT
   [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 112.9 
s -- in org.apache.accumulo.proxy.its.ProxyDurabilityIT
   [INFO] Running org.apache.accumulo.proxy.its.TCompactProxyIT
   [INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
136.5 s -- in org.apache.accumulo.proxy.its.TCompactProxyIT
   [INFO] Running org.apache.accumulo.proxy.its.TJsonProtocolProxyIT
   [INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
131.6 s -- in org.apache.accumulo.proxy.its.TJsonProtocolProxyIT
   [INFO] Running org.apache.accumulo.proxy.its.TTupleProxyIT
   [INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
133.1 s -- in org.apache.accumulo.proxy.its.TTupleProxyIT
   
   ```


-- 
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.

To unsubscribe, e-mail: notifications-unsubscr...@accumulo.apache.org

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

Reply via email to