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 15:23:10 UTC

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

hkeebler edited a comment 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?  
   
   **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.
   - IteratorEnvIT - Test internal iterator subclasses use Assert which produces "class not found" error on the Tserver executing the scan.  Do we want to add the junit jar to the prod libs or just say that this is not a candidate for the Standalone tests?
   - ManyWriteAheadLogsIT - the Standalone instance just doesn't produce alot of Wals - only 2 vs. >50.   
   
   **This group produces a "file not found" ERROR** 
   - 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