wohali commented on issue #629: EUnit compression test timeouts
URL: https://github.com/apache/couchdb/issues/629#issuecomment-312952960
 
 
   In the first logged failure above, we get an `alarm_handler: 
{set,{system_memory_high_watermark,[]}}` as soon as the first compaction in the 
test starts. We never get to compacting the view for the database; the test 
times out on compacting the database itself.
   
   For example, the first db starts compaction at `16:01:39.130870Z` but by 
`16:01:57.292326Z` we've given up and have moved on to the next test. While we 
have defined our own internal TIMEOUT to wait as 30s, we're not overriding the 
EUnit test timeout when running our internal `compact_db` and `compact_view` 
functions. As proof we're seeing the EUnit `*timed out*` response rather than 
the raised assertion we define at L208 in `couchdb_file_compression_tests.erl`.
   
   I'll fix this in a PR.
 
----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to