rocksdb/buckifier
Akanksha Mahajan 917fd87513 Error out in case of std errors in blackbox test and export file in TARGETS
Summary:
-  Right now in blackbox test we don't exit if there are std::error as we do in whitebox crash tests. As result those errors are swallowed.
It only errors out if state is unexpected.

One example that was noticed in blackbox crash test -
```
stderr has error message:
***Error restoring historical expected values: Corruption: DB is older than any restorable expected state***
Running db_stress with pid=30454: /packages/rocksdb_db_stress_internal_repo/rocks_db_stress  ....
```

-  This diff also provided support to export files -  db_crashtest.py file to be used by different repo.

Reviewed By: ajkr

Differential Revision: D50564889

fbshipit-source-id: 7bafbbc6179dc79467ca2b680fe83afc7850616a
2023-10-24 11:46:18 -07:00
..
bench-slow.json
bench.json
buckify_rocksdb.py Error out in case of std errors in blackbox test and export file in TARGETS 2023-10-24 11:46:18 -07:00
check_buck_targets.sh
rocks_test_runner.sh
targets_builder.py Error out in case of std errors in blackbox test and export file in TARGETS 2023-10-24 11:46:18 -07:00
targets_cfg.py Error out in case of std errors in blackbox test and export file in TARGETS 2023-10-24 11:46:18 -07:00
util.py