rocksdb/port/win
sdong e1a5ff857b Allow users to disable some kill points in db_stress
Summary:
Give a name for every kill point, and allow users to disable some kill points based on prefixes. The kill points can be passed by db_stress through a command line paramter. This provides a way for users to boost the chance of triggering low frequency kill points
This allow follow up changes in crash test scripts to improve crash test coverage.

Test Plan:
Manually run db_stress with variable values of --kill_random_test and --kill_prefix_blacklist. Like this:
 --kill_random_test=2 --kill_prefix_blacklist=Posix,WritableFileWriter::Append,WritableFileWriter::WriteBuffered,WritableFileWriter::Sync

Reviewers: igor, kradhakrishnan, rven, IslamAbdelRahman, yhchiang

Reviewed By: yhchiang

Subscribers: leveldb, dhruba

Differential Revision: https://reviews.facebook.net/D48735
2015-10-15 14:33:13 -07:00
..
env_win.cc Allow users to disable some kill points in db_stress 2015-10-15 14:33:13 -07:00
port_win.cc Fixing mutex to not use unique_lock 2015-10-12 15:41:20 -07:00
port_win.h move debug variable under ifndef 2015-10-13 14:28:11 -07:00
win_logger.cc Remove usage of C runtime API that has file handle limitation 2015-08-26 18:51:18 -07:00
win_logger.h Remove usage of C runtime API that has file handle limitation 2015-08-26 18:51:18 -07:00