• J
    Fix a timer_test deadlock (#7277) · 3e422ce0
    Jay Zhuang 提交于
    Summary:
    There's a potential deadlock caused by MockTimeEnv time value get to a large number, which causes TimedWait() wait forever. The test misuses the microseconds as seconds, making it more likely to happen.
    
    Pull Request resolved: https://github.com/facebook/rocksdb/pull/7277
    
    Reviewed By: pdillinger
    
    Differential Revision: D23183873
    
    Pulled By: jay-zhuang
    
    fbshipit-source-id: 6fc38ebd40b4125a99551204b271f91a27e70086
    3e422ce0
db_test_util.h 36.5 KB