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 2019/05/01 13:10:01 UTC

[GitHub] [accumulo] hkeebler commented on issue #1084: Tests failing running against standalone instance

hkeebler commented on issue #1084: Tests failing running against standalone instance
URL: https://github.com/apache/accumulo/issues/1084#issuecomment-488277798
 
 
   The following tests are still producing either errors or failures.  Looked for some common themes.  An async timing thing may be part of the issue.  Should these tests be worked off using this ticket or should a separate git issue be created for each test or issue group?  I plan to check out the two TBD tests today.
   
   **Test failures:**
   - CleanWalIT -  a timing thing - the flush of accumulo.metadata does not get rid of log entries before the check - takes several seconds.
   - AccumuloClientIT - thinks it is a server not a client - might be okay
   - BinaryStressIT - a timing thing maybe but just does not do what is expected, i.e., split based on 10K threshold
   - YieldScannersIT  - Iterator appears to not be cleaned/removed after test in standalone env - it continues to increment.
   
   **TBD:**
   - IteratorEnvIT
   - ManyWriteAheadLogsIT
   
   **This group produces a "file not found"** 
   - BulkImportValumeIT 
   - ImportExportIT 
   - TokenFileIT 
   - CompactionIT 
   - BulkFileIT 
   
   **This group times out**
   - DeleteTableDuringSplitIT 
   - MergIT 
   - ReadWritIT 
   - CreateInitialSplitsIT 
   - BulkIT 
   - ScanSessionTimeOutIT 
   - BulkSplitOptimizationIT 
   - SessionBlockVerifyIT
   - FateStarvationIT 
   - BigRootTabletIT
   - RecoveryCompactionsAreFlushesIT
   
   
   
   

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


With regards,
Apache Git Services