Skip to content

Commit

Permalink
Add version tag
Browse files Browse the repository at this point in the history
Adding a temporary 'experimental' tag
  • Loading branch information
jayashreemohan29 authored Sep 27, 2018
1 parent d6df3fe commit fea4ca3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CrashMonkey and Ace #

![Status](https://img.shields.io/badge/Version-Experimental-brightgreen.svg)

## Bounded Black-Box Crash Testing ##
Bounded black-box crash testing (B<sup>3</sup>) is a new approach to testing file-system crash consistency. B<sup>3</sup> is a black-box testing approach which requires **no modification** to file-system code. B<sup>3</sup> exhaustively generates and tests workloads in a bounded space. We implement B<sup>3</sup> by building two tools - CrashMonkey and Ace. The OSDI'18 paper **Finding Crash-Consistency Bugs with Bounded Black-Box Crash Testing** has a detailed discussion of B<sup>3</sup>, CrashMonkey, and Ace. <br>
[[Paper PDF](https://www.cs.utexas.edu/~jaya/pdf/osdi18-B3.pdf)] [[Slides](https://www.cs.utexas.edu/~jaya/slides/osdi18-B3-slides.pdf)] [[Bibtex]()]
Expand Down

0 comments on commit fea4ca3

Please sign in to comment.