keith-turner commented on issue #971: IT's error out when calling mvn verify
URL: https://github.com/apache/fluo/issues/971#issuecomment-347248752
 
 
   > After removing the ZKSecretIT the "NoAuth" errors have gone away. Is there 
a way to for this IT to go last or should we just fix the "Auth" after the IT 
has concluded?
   
   I looked at a successful Travis build and this test ran in the middle of the 
ITs. There are two possibilities. When this test runs first, it leaves 
everything in a bad state OR there is something in your environment that 
exposing a bug.  I suspect its the latter, but not sure.  I will take a look at 
the test and see if better cleanup could be done.
   
   Re the OracleIT, some of the error messages from it are expected.  The 
timeout is not.  Does that test consistently timeout?  Could try bumping its 
timeout up by adding `2 *` like the following in the test.
   
   ```java
   public Timeout globalTimeout = Timeout.seconds(2 * getTestTimeout());
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to