7

Two attempts to compare a TLA+ spec with a C++ implementation

 3 years ago
source link: https://emptysqua.re/blog/extreme-modelling-in-practice/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
Two attempts to compare a TLA+ spec with a C++ implementation

At MongoDB, we use TLA+ to specify some of the protocols we use in both the MongoDB server and MongoDB Realm Sync. Formal specification has made us more confident that our protocols are correct, but it leads to a new uncertainty: what if our C++ implementations don’t conform to our specs? Since we change both our specs and our implementations over time, we worry they might diverge, even if they conformed at first.

With my colleagues Max Hirschhorn and Judah Schvimer, I sought a way to continuously test conformance. We found a 2011 paper, Concurrent Development of Model and Implementation, that proposed several testing methods as part of a software development process the authors called “eXtreme Modelling.” We performed two case studies to experiment with two of these testing methods. We described our results in a paper titled eXtreme Modelling in Practice, for the Very Large Databases conference (VLDB).

In our first case study, we tried to test the conformance of the MongoDB Server to its specs, using “model-based trace-checking.” We captured execution traces from the server as we fuzz-tested it, and checked that these traces were permitted by the spec. This case study ended in failure: the project grew to cost more effort than it was worth, so we cancelled it. Our paper describes three factors that led to our failure and what we would do differently if we tried again.

In the second case study, we tested the conformance of MongoDB Realm Sync to its spec using “model-based test-case generation.” We enumerated all behaviors of the spec, and generated C++ unit tests to check that the implementation conforms to each. This project was successful and achieved 100% branch coverage of the specified algorithm. Our paper compares this case study to the model-based trace-checking case study, and explains why this project was successful.

Please join us for a presentation and discussion of this paper at VLDB 2020. It’ll be useful to all engineers who specify industrial software systems. You’ll learn about two useful testing techniques, and our story will help you repeat our success and avoid repeating our mistakes.


Image: The honey bee; its natural history, physiology, and management (1827).


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK