• S
    fix bug in db_crashtest.py · d0d13ebf
    Shusen Liu 提交于
    Summary:
    in tools/db_crashtest.py, cmd_params['db'] by default is a lambda expression, not the actual db_name.
    fix by get the db_name before passing it to gen_cmd.
    
    Test Plan: run `make crashtest`
    
    Reviewers: sdong
    
    Reviewed By: sdong
    
    Subscribers: dhruba
    
    Differential Revision: https://reviews.facebook.net/D49119
    d0d13ebf
db_crashtest.py 11.6 KB