ddanielr commented on PR #3832:
URL: https://github.com/apache/accumulo/pull/3832#issuecomment-1758201155

   It took about 50 seconds on my machine. 
   
   ```
   [INFO]  T E S T S
   [INFO] -------------------------------------------------------
   [INFO] Running org.apache.accumulo.test.ComprehensiveIT
   [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 49.98 
s -- in org.apache.accumulo.test.ComprehensiveIT
   [INFO] 
   [INFO] Results:
   [INFO] 
   [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
   ```
   
   Running `time mvn --color=always clean verify package -Dtest=foo 
-Dit.test=org.apache.accumulo.test.ComprehensiveIT` 
   completes in about 8 minutes.
   
   However, I'm getting inconsistent failures for the 
`ComprehensiveIT.testTableProperties` section.
   Based on the error states, it looks like properties aren't returning their 
updated states immediately.  
   
   The TableOperations interface mentions that the getTableProperties method is 
`asynchronous and eventually consistent` so it's behavior seemed correct. We 
might need to add some wait/retry logic for the expected states. 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to