You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2020/09/29 15:02:27 UTC

[GitHub] [accumulo] milleruntime edited a comment on issue #1084: Tests failing running against standalone instance

milleruntime edited a comment on issue #1084:
URL: https://github.com/apache/accumulo/issues/1084#issuecomment-700231114


   Updated list after merging #1713 and copying the accumulo-test jar into lib directory of the running accumulo 21c7a0b9fea405b834f3c79b5df7de8fc80e184d. 
   
   ### Timeout failures
   org.apache.accumulo.test.functional.SessionBlockVerifyIT
   org.apache.accumulo.test.functional.ScanIteratorIT
   org.apache.accumulo.test.functional.ReadWriteIT
   org.apache.accumulo.test.functional.BulkSplitOptimizationIT
   org.apache.accumulo.test.functional.DeleteRowsSplitIT
   org.apache.accumulo.test.RecoveryCompactionsAreFlushesIT
   
   ### Errors
   org.apache.accumulo.test.functional.LargeRowIT
   ```
   java.lang.Exception: # of table splits points out of range, #splits=0 table=LargeRowIT_run0 min=4 max=36
           at org.apache.accumulo.test.functional.FunctionalTestUtils.checkSplits(FunctionalTestUtils.java:120)
           at org.apache.accumulo.test.functional.LargeRowIT.test1(LargeRowIT.java:151)
           at org.apache.accumulo.test.functional.LargeRowIT.run(LargeRowIT.java:137)
   ```
   org.apache.accumulo.test.functional.MasterMetricsIT
   ```
   [ERROR] compactionMetrics(org.apache.accumulo.test.functional.MasterMetricsIT)  Time elapsed: 101.353 s  <<< ERROR!
   java.lang.IllegalStateException: File source update not received after 20 tries in 100 sec
           at org.apache.accumulo.test.metrics.MetricsFileTailer.waitForUpdate(MetricsFileTailer.java:350)
           at org.apache.accumulo.test.functional.MasterMetricsIT.compactionMetrics(MasterMetricsIT.java:147)
   ```


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